summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-06git-fetch: fail if specified refspec does not match remote.Junio C Hamano
2005-11-06Documentation: pull/clone ref mapping clarification.Junio C Hamano
2005-11-06git-format-patch: silly typo fix.Junio C Hamano
2005-11-05test: t4102-apply-rename fails with strict umask.Junio C Hamano
2005-11-05git-clone: fix local cloneJunio C Hamano
2005-11-05init-db::copy_file() - use copy_fd()Junio C Hamano
2005-11-05copy.c::copy_fd() - do not leak file descriptor on error return.Junio C Hamano
2005-11-05Documentation: format-patchJunio C Hamano
2005-11-05format-patch: "rev1.." should mean "rev1..HEAD"Junio C Hamano
2005-11-05Documentation: git-fetch/pull updates.Junio C Hamano
2005-11-05Added a few examples to git-pull man page.Jon Loeliger
2005-11-05Document the --no-commit flag betterJunio C Hamano
2005-11-04Documentation: -merge and -pull: describe merge strategies.Junio C Hamano
2005-11-04Documentation: git-add -- do not say "cache", add examples.Junio C Hamano
2005-11-04git-tag: Do not assume the working tree root is writable.Junio C Hamano
2005-11-04Remove the temp file if it is empty after the request has failedNick Hengeveld
2005-11-03Illustration: "Commit DAG Revision Naming"Junio C Hamano
2005-11-03Illustration: "Git Diff Types"Junio C Hamano
2005-11-03Illustration: "Fundamental Git Index Operations"Junio C Hamano
2005-11-03git-merge-ours: make sure our index matches HEADJunio C Hamano
2005-11-03Add 'ours' merge strategy.Junio C Hamano
2005-11-03Add --no-commit to git-merge/git-pull.Junio C Hamano
2005-11-03Document --since and --until options to rev-parse.Junio C Hamano
2005-11-03Be careful when dereferencing tags.Junio C Hamano
2005-11-03[PATCH] Clean up the SunOS Makefile rulePeter Eriksen
2005-11-03Ignore '\r' at the end of line in $GIT_DIR/configJunio C Hamano
2005-11-03remove CR/LF from .gitignoreAlex Riesen
2005-11-03Do not fail on hierarchical branch names.Junio C Hamano
2005-11-03Make test-date buildable again.Junio C Hamano
2005-11-02git-clone: do not forget to create origin branch.Junio C Hamano
2005-11-02Do not put automatic merge message after signed-off-by line.Junio C Hamano
2005-11-02Add -P to the documentation head.Junio C Hamano
2005-11-02cvsimport: cvsps should be quiet tooMartin Langhoff
2005-11-02cvsimport: introduce -P <cvsps-output-file> optionMartin Langhoff
2005-11-02cvsimport: catch error condition where cvs host disappearsMartin Langhoff
2005-11-02Do not install backward compatibility links anymore.Junio C Hamano
2005-11-01Strip any trailing slash on destination argumentJosef Weidendorfer
2005-11-01git-am.txt is no stub anymorePetr Baudis
2005-11-01Documentation for git-fmt-merge-msgPetr Baudis
2005-11-01Remove git-findtags.perlPetr Baudis
2005-11-01Remove 'Previously this command was known as ...' messages.Jon Loeliger
2005-11-01Fix constness of input in mozilla-sha1/sha1.c::SHA1_Update().Junio C Hamano
2005-11-01Document the use of "current directory" as pull source.Junio C Hamano
2005-10-31Add examples for git-log documentation and others.Linus Torvalds
2005-10-31Work around an RPM build problem.Junio C Hamano
2005-10-31Fix rev-list documentation again (--sparse and pathspec)Junio C Hamano
2005-10-31Update git-pack-objects documentation.Junio C Hamano
2005-10-31Update git-rev-list options list in rev-parse.Junio C Hamano
2005-10-31Update usage string and documentation for git-rev-list.Junio C Hamano
2005-10-31Add to usage and docs for git-add.shChris Shoemaker