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