Merge branch 'rs/cherry'
authorJunio C Hamano <junkio@cox.net>
Wed, 1 Nov 2006 17:17:37 +0000 (09:17 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 1 Nov 2006 17:17:37 +0000 (09:17 -0800)
* rs/cherry:
  Make git-cherry handle root trees
  Built-in cherry

1  2 
Makefile
builtin.h
git.c

diff --cc Makefile
index 40e2a680f050f6f7623f2e49066a8897f4b64cbd,2b53747df13cf74e4fef3596ea1f42dba52c2e18..1cc9f586d6d239273b72c4500b35e6c437debe6a
+++ b/Makefile
@@@ -158,8 -156,8 +158,8 @@@ BASIC_CFLAGS 
  BASIC_LDFLAGS =
  
  SCRIPT_SH = \
 -      git-bisect.sh git-branch.sh git-checkout.sh \
 +      git-bisect.sh git-checkout.sh \
-       git-cherry.sh git-clean.sh git-clone.sh git-commit.sh \
+       git-clean.sh git-clone.sh git-commit.sh \
        git-fetch.sh \
        git-ls-remote.sh \
        git-merge-one-file.sh git-parse-remote.sh \
diff --cc builtin.h
Simple merge
diff --cc git.c
Simple merge