summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-11-05GIT 0.99.9dv0.99.9dJunio C Hamano17-90/+321
2005-11-05git-clone: fix local cloneJunio C Hamano1-2/+1
2005-11-05init-db::copy_file() - use copy_fd()Junio C Hamano1-24/+3
2005-11-05copy.c::copy_fd() - do not leak file descriptor on error return.Junio C Hamano1-1/+4
2005-11-05Documentation: format-patchJunio C Hamano1-0/+20
2005-11-05format-patch: "rev1.." should mean "rev1..HEAD"Junio C Hamano1-0/+7
2005-11-05Documentation: git-fetch/pull updates.Junio C Hamano4-4/+30
2005-11-04Added a few examples to git-pull man page.Jon Loeliger2-32/+103
2005-11-04Document the --no-commit flag betterJunio C Hamano2-2/+3
2005-11-04Documentation: -merge and -pull: describe merge strategies.Junio C Hamano4-11/+88
2005-11-04Documentation: git-add -- do not say "cache", add examples.Junio C Hamano1-4/+39
2005-11-03git-tag: Do not assume the working tree root is writable.Junio C Hamano1-11/+13
2005-11-03Remove the temp file if it is empty after the request has failedNick Hengeveld1-0/+5
2005-11-03GIT 0.99.9cv0.99.9cJunio C Hamano25-41/+219
2005-11-03Illustration: "Commit DAG Revision Naming"Junio C Hamano1-0/+26
2005-11-03Illustration: "Git Diff Types"Junio C Hamano1-0/+35
2005-11-03Illustration: "Fundamental Git Index Operations"Junio C Hamano1-0/+40
2005-11-03git-merge-ours: make sure our index matches HEADJunio C Hamano1-0/+7
2005-11-03Add 'ours' merge strategy.Junio C Hamano4-2/+10
2005-11-03Add --no-commit to git-merge/git-pull.Junio C Hamano2-12/+22
2005-11-02Document --since and --until options to rev-parse.Junio C Hamano1-0/+8
2005-11-02Be careful when dereferencing tags.Junio C Hamano9-14/+21
2005-11-02[PATCH] Clean up the SunOS Makefile rulePeter Eriksen1-1/+1
2005-11-02Ignore '\r' at the end of line in $GIT_DIR/configJunio C Hamano1-0/+8
2005-11-02remove CR/LF from .gitignoreAlex Riesen2-1/+13
2005-11-02Do not fail on hierarchical branch names.Junio C Hamano2-1/+5
2005-11-02Make test-date buildable again.Junio C Hamano1-2/+2
2005-11-01git-clone: do not forget to create origin branch.Junio C Hamano1-4/+11
2005-11-01Do not put automatic merge message after signed-off-by line.Junio C Hamano1-3/+3
2005-11-01GIT 0.99.9bv0.99.9bJunio C Hamano15-156/+98
2005-11-01Add -P to the documentation head.Junio C Hamano1-1/+1
2005-11-01cvsimport: cvsps should be quiet tooMartin Langhoff1-0/+1
2005-11-01cvsimport: introduce -P <cvsps-output-file> optionMartin Langhoff2-4/+12
2005-11-01cvsimport: catch error condition where cvs host disappearsMartin Langhoff1-0/+4
2005-11-01Do not install backward compatibility links anymore.Junio C Hamano2-5/+12
2005-11-01Strip any trailing slash on destination argumentJosef Weidendorfer1-0/+2
2005-11-01git-am.txt is no stub anymorePetr Baudis1-2/+0
2005-11-01Documentation for git-fmt-merge-msgPetr Baudis2-0/+49
2005-11-01Remove git-findtags.perlPetr Baudis2-95/+1
2005-11-01Remove 'Previously this command was known as ...' messages.Jon Loeliger1-44/+0
2005-11-01Fix constness of input in mozilla-sha1/sha1.c::SHA1_Update().Junio C Hamano2-3/+3
2005-11-01Document the use of "current directory" as pull source.Junio C Hamano2-1/+6
2005-10-31Merge branch 'fixes'Junio C Hamano3-0/+45
2005-10-30Add examples for git-log documentation and others.Linus Torvalds3-0/+45
2005-10-30GIT 0.99.9av0.99.9aJunio C Hamano197-1869/+8136
2005-10-30Work around an RPM build problem.Junio C Hamano1-1/+1
2005-10-30Fix rev-list documentation again (--sparse and pathspec)Junio C Hamano1-4/+5
2005-10-30Update git-pack-objects documentation.Junio C Hamano1-1/+6
2005-10-30Update git-rev-list options list in rev-parse.Junio C Hamano1-0/+2
2005-10-30Update usage string and documentation for git-rev-list.Junio C Hamano2-17/+70