author | Junio C Hamano <gitster@pobox.com> | |
Sat, 16 Jun 2007 08:22:10 +0000 (01:22 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 16 Jun 2007 08:22:10 +0000 (01:22 -0700) |
1 | 2 | |||
---|---|---|---|---|
.gitignore | patch | | diff1 | | diff2 | | blob | history |
Documentation/asciidoc.conf | patch | | diff1 | | diff2 | | blob | history |
Documentation/git-cvsexportcommit.txt | patch | | diff1 | | diff2 | | blob | history |
Documentation/user-manual.txt | patch | | diff1 | | diff2 | | blob | history |
Makefile | patch | | diff1 | | diff2 | | blob | history |
revision.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc .gitignore
index bd49cd4627a786d6dbcd7f0d17f0fddc2add7014,b7546a5591c7e70f8b0b87f528215cbfdf878da1..e8b060cbe43d13b82ad8686f7676a26ef559a609
--- 1/.gitignore
--- 2/.gitignore
+++ b/.gitignore
*.tar.gz
*.dsc
*.deb
- git-core.spec
+ git.spec
*.exe
-*.[ao]
+*.[aos]
*.py[co]
config.mak
autom4te.cache
diff --cc Documentation/asciidoc.conf
Simple merge
diff --cc Documentation/git-cvsexportcommit.txt
index 827711c3c9b8ad8c7ecb074c5ec1a9b887992526,f3590dee04f801f79cf6400a30a0d9c6f4169154..6c423e3a2f1c69e523eeb9cc092126adc2691803
$ export GIT_DIR=~/project/.git
$ cd ~/project_cvs_checkout
$ git-cvsexportcommit -v <commit-sha1>
-$ cvs commit -F .mgs <files>
+$ cvs commit -F .mgs <files>
------------
- Merge pending patches into CVS automatically -- only if you really know what you are doing ::
+ Merge pending patches into CVS automatically -- only if you really know what you are doing::
+
------------
$ export GIT_DIR=~/project/.git
diff --cc Documentation/user-manual.txt
Simple merge
diff --cc Makefile
Simple merge
diff --cc revision.c
Simple merge