summary | shortlog | log | commit | commitdiff | tree
raw | combined (merge: 4bc7083 88961ef 59c8e2c)
raw | combined (merge: 4bc7083 88961ef 59c8e2c)
author | Junio C Hamano <junkio@cox.net> | |
Sun, 3 Jun 2007 02:04:54 +0000 (19:04 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 3 Jun 2007 02:04:54 +0000 (19:04 -0700) |
* lh/submodules:
Add basic test-script for git-submodule
Add git-submodule command
* pb/am:
Remove git-applypatch
git-applymbox: Remove command
Add basic test-script for git-submodule
Add git-submodule command
* pb/am:
Remove git-applypatch
git-applymbox: Remove command
1 | 2 | 3 | |||
---|---|---|---|---|---|
.gitignore | patch | | diff1 | | diff2 | | diff3 | | blob | history |
Documentation/cmd-list.perl | patch | | diff1 | | diff2 | | diff3 | | blob | history |
Documentation/git-am.txt | patch | | diff1 | | diff2 | | diff3 | | blob | history |
Makefile | patch | | diff1 | | diff2 | | diff3 | | blob | history |
diff --cc .gitignore
Simple merge
diff --cc Documentation/cmd-list.perl
Simple merge
diff --cc Documentation/git-am.txt
Simple merge
diff --cc Makefile
index cac0a4a2edc074d45d69665a68f23b9260847743,5cf2169ef06ebae1c54aff61fba07cb3b0a684d3,4e63a695f1f7e9e84e237e15848d104421e39709..a11ff6054926a92e49939eb53ab342c90704b295
+++ b/Makefile
git-repack.sh git-request-pull.sh git-reset.sh \
git-sh-setup.sh \
git-tag.sh git-verify-tag.sh \
-- git-applymbox.sh git-applypatch.sh git-am.sh \
++ git-am.sh \
git-merge.sh git-merge-stupid.sh git-merge-octopus.sh \
git-merge-resolve.sh git-merge-ours.sh \
- - git-lost-found.sh git-quiltimport.sh
+ + git-lost-found.sh git-quiltimport.sh git-submodule.sh
SCRIPT_PERL = \
git-add--interactive.perl \