Merge with master.kernel.org:/pub/scm/git/git.git
authorPeter Anvin <hpa@tazenda.sc.orionmulti.com>
Mon, 3 Oct 2005 19:04:44 +0000 (12:04 -0700)
committerPeter Anvin <hpa@tazenda.sc.orionmulti.com>
Mon, 3 Oct 2005 19:04:44 +0000 (12:04 -0700)
1  2 
.gitignore
Makefile
git.sh

diff --cc .gitignore
Simple merge
diff --cc Makefile
+++ b/Makefile
@@@ -103,25 -101,29 +103,29 @@@ SIMPLE_PROGRAMS = 
  
  # ... and all the rest
  PROGRAMS = \
-       git-apply$X git-cat-file$X git-checkout-index$X         \
-       git-clone-pack$X git-commit-tree$X git-convert-objects$X        \
-       git-diff-files$X git-diff-index$X git-diff-stages$X     \
-       git-diff-tree$X git-fetch-pack$X git-fsck-objects$X     \
-       git-hash-object$X git-init-db$X git-local-fetch$X               \
-       git-ls-files$X git-ls-tree$X git-merge-base$X           \
-       git-merge-index$X git-mktag$X git-pack-objects$X                \
-       git-patch-id$X git-peek-remote$X git-prune-packed$X     \
-       git-read-tree$X git-receive-pack$X git-rev-list$X               \
-       git-rev-parse$X git-send-pack$X git-show-branch$X               \
-       git-show-index$X git-ssh-fetch$X git-ssh-upload$X               \
-       git-tar-tree$X git-unpack-file$X git-unpack-objects$X   \
-       git-update-index$X git-update-server-info$X                     \
-       git-upload-pack$X git-verify-pack$X git-write-tree$X    \
-       git-update-ref$X $(SIMPLE_PROGRAMS)
 -      git-apply git-cat-file \
 -      git-checkout-index git-clone-pack git-commit-tree \
 -      git-convert-objects git-diff-files \
 -      git-diff-index git-diff-stages \
 -      git-diff-tree git-fetch-pack git-fsck-objects \
 -      git-hash-object git-init-db \
 -      git-local-fetch git-ls-files git-ls-tree git-merge-base \
 -      git-merge-index git-mktag git-pack-objects git-patch-id \
 -      git-peek-remote git-prune-packed git-read-tree \
 -      git-receive-pack git-rev-list git-rev-parse \
 -      git-send-pack git-show-branch \
 -      git-show-index git-ssh-fetch \
 -      git-ssh-upload git-tar-tree git-unpack-file \
 -      git-unpack-objects git-update-index git-update-server-info \
 -      git-upload-pack git-verify-pack git-write-tree \
 -      git-update-ref git-symbolic-ref \
++      git-apply$X git-cat-file$X \
++      git-checkout-index$X git-clone-pack$X git-commit-tree$X \
++      git-convert-objects$X git-diff-files$X \
++      git-diff-index$X git-diff-stages$X \
++      git-diff-tree$X git-fetch-pack$X git-fsck-objects$X \
++      git-hash-object$X git-init-db$X \
++      git-local-fetch$X git-ls-files$X git-ls-tree$X git-merge-base$X \
++      git-merge-index$X git-mktag$X git-pack-objects$X git-patch-id$X \
++      git-peek-remote$X git-prune-packed$X git-read-tree$X \
++      git-receive-pack$X git-rev-list$X git-rev-parse$X \
++      git-send-pack$X git-show-branch$X \
++      git-show-index$X git-ssh-fetch$X \
++      git-ssh-upload$X git-tar-tree$X git-unpack-file$X \
++      git-unpack-objects$X git-update-index$X git-update-server-info$X \
++      git-upload-pack$X git-verify-pack$X git-write-tree$X \
++      git-update-ref$X git-symbolic-ref$X \
+       $(SIMPLE_PROGRAMS)
  
  # Backward compatibility -- to be removed after 1.0
 -PROGRAMS += git-ssh-pull git-ssh-push
 +PROGRAMS += git-ssh-pull$X git-ssh-push$X
  
+ GIT_LIST_TWEAK =
  PYMODULES = \
        gitMergeCommon.py
  
@@@ -273,8 -286,8 +297,13 @@@ all
  git: git.sh Makefile
        rm -f $@+ $@
        sed -e '1s|#!.*/sh|#!$(SHELL_PATH)|' \
++<<<<<<< Makefile
 +          -e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
 +          -e 's/@@X@@/$(X)/g' <$@.sh >$@+
++=======
+           -e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
+           $(GIT_LIST_TWEAK) <$@.sh >$@+
++>>>>>>> .merge_file_3QHyD4
        chmod +x $@+
        mv $@+ $@
  
diff --cc git.sh
Simple merge