summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] cvsimport: don't pass --cvs-direct if user options contradict usMartin Langhoff2005-10-111-1/+4
* t5400-send-pack relies on a working cpioJohannes Schindelin2005-10-101-0/+3
* git.sh: quote all pathsJonas Fonseca2005-10-101-2/+2
* Teach git-status about spaces in file names also on MacOSXJohannes Schindelin2005-10-101-4/+4
* OpenBSD needs the strcasestr replacement.Junio C Hamano2005-10-101-0/+1
* Also force LC_ALL in test scripts.Junio C Hamano2005-10-091-1/+2
* git-tag: update usage string and documentation.Junio C Hamano2005-10-092-4/+2
* ignore new git-diff index header when computing patch idsKai Ruemmler2005-10-091-0/+4
* Fix git-verify-tag for light-weight tagsPaolo 'Blaisorblade' Giarrusso2005-10-091-2/+6
* Make sure 'make install' does not have to rebuild templates.Junio C Hamano2005-10-091-3/+6
* Give proper prototype to gitstrcasestr.Junio C Hamano2005-10-082-1/+5
* teach git-status about spaces in filenamesKai Ruemmler2005-10-071-3/+21
* Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net2005-10-072-26/+189
* s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txtKai Ruemmler2005-10-071-1/+1
* Fix usage of carets in git-rev-parse(1)Jonas Fonseca2005-10-052-11/+17
* clone-pack: use create_symref() instead of raw symlink.Junio C Hamano2005-10-051-8/+16
* Some typos and light editing of various manpagesChristian Meder2005-10-0514-38/+39
* upload-pack: Do not choke on too many heads request.Junio C Hamano2005-10-053-16/+56
* [PATCH] Quote the missing GIT_DIR.Santi_BĂ©jar2005-10-052-4/+4
* [PATCH] Fix symbolic ref validationJonas Fonseca2005-10-051-1/+1
* [PATCH] hold_index_file_for_update should not unlink failed to open .lock fil...Alex Riesen2005-10-051-4/+6
* Fix diff-filter All-Or-None mark.Junio C Hamano2005-10-041-1/+1
* Add missing documentation.Junio C Hamano2005-10-042-0/+110
* Remove useless use of sed in git-format-patch.Junio C Hamano2005-10-041-5/+1
* Leave an empty line between log and sign-off.Junio C Hamano2005-10-031-4/+7
* Remove unused external-diff script.Junio C Hamano2005-10-031-67/+0
* [PATCH] Limit the number of requests outstanding in ssh-fetch.Daniel Barkalow2005-10-031-1/+27
* Avoid compiler warning.Junio C Hamano2005-10-031-1/+1
* Make sure get_sha1 does not accept ambiguous sha1 prefix (again).Junio C Hamano2005-10-031-6/+15
* git-pull: do not barf on -a flag meant for git-fetch.Junio C Hamano2005-10-031-1/+2
* [PATCH] Random documentation fixesJonas Fonseca2005-10-0326-192/+209
* Error message from get_sha1() on ambiguous short SHA1.Junio C Hamano2005-10-031-1/+1
* [PATCH] Enable and fix support for base less merges.Fredrik Kuivinen2005-10-033-3/+9
* Make sure get_sha1 does not accept ambiguous sha1 prefix.Junio C Hamano2005-10-021-21/+68
* Fix minor DOS in rev-list.Junio C Hamano2005-10-021-1/+11
* GIT 0.99.8v0.99.8Junio C Hamano2005-10-022-1/+7
* [PATCH] Update git-clone documentationEric W. Biederman2005-10-021-1/+14
* Handle really trivial case inside git-merge.Junio C Hamano2005-10-021-1/+21
* read-tree: --trivialLinus Torvalds2005-10-021-0/+12
* [PATCH] Teach git-ls-files about '--' to denote end of options.Fredrik Kuivinen2005-10-023-2/+82
* [PATCH] Teach the recursive merge strategy about renames.Fredrik Kuivinen2005-10-021-185/+601
* read-tree: remove --head option.Junio C Hamano2005-10-021-8/+2
* Customize git command for installations that lack certain commands.Junio C Hamano2005-10-022-12/+50
* [PATCH] git on OpenBSDHan Boetes2005-10-021-0/+4
* [PATCH] Re-instate index file write optimizationLinus Torvalds2005-10-011-3/+5
* [PATCH] Better error reporting for "git status"Linus Torvalds2005-10-014-12/+24
* More portability.Junio C Hamano2005-10-014-22/+34
* Add git-symbolic-refJunio C Hamano2005-10-0116-57/+176
* Use resolve_ref() to implement read_ref().Junio C Hamano2005-10-013-88/+64
* [PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds2005-10-013-49/+42