summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-11Remove unused 'got_alternates' variable.Junio C Hamano
2005-10-11Use the same move_temp_to_file in git-http-fetch.Junio C Hamano
2005-10-11Restore functionality to allow proxies to cache objectsNick Hengeveld
2005-10-11[PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld
2005-10-11Set the parallel HTTP request limit via an environment variableNick Hengeveld
2005-10-11Only compile parallel HTTP support with CURL >= 7.9.8Nick Hengeveld
2005-10-11Add support for parallel HTTP transfersNick Hengeveld
2005-10-11Remove empty directories after read-tree -u.Junio C Hamano
2005-10-10Add ".git/config" file parserLinus Torvalds
2005-10-10Merge branch 'fixes'Junio C Hamano
2005-10-10The synopsis of the manpages should use the hyphenated versionChristian Meder
2005-10-10Convert usage of GIT and Git into gitChristian Meder
2005-10-10Remove the version tags from the manpagesJunio C Hamano
2005-10-10Make rsh.c use sq_quote_buf()H. Peter Anvin
2005-10-10Trivial optimizationH. Peter Anvin
2005-10-10Enhanced sq_quote()H. Peter Anvin
2005-10-10t5400-send-pack relies on a working cpioJohannes Schindelin
2005-10-10git.sh: quote all pathsJonas Fonseca
2005-10-10Teach git-status about spaces in file names also on MacOSXJohannes Schindelin
2005-10-10Deal with $(bindir) and friends with whitespaces.Junio C Hamano
2005-10-10OpenBSD needs the strcasestr replacement.Junio C Hamano
2005-10-10Also force LC_ALL in test scripts.Junio C Hamano
2005-10-10Merge branch 'fixes'Junio C Hamano
2005-10-10git-tag: update usage string and documentation.Junio C Hamano
2005-10-10Write .editmsg in GIT_DIR to avoid being in git-status.Santi_BĂ©jar
2005-10-09ignore new git-diff index header when computing patch idsKai Ruemmler
2005-10-09Fix git-verify-tag for light-weight tagsPaolo 'Blaisorblade' Giarrusso
2005-10-09Makefile: avoid error message from 'uname -o'Junio C Hamano
2005-10-09Make sure 'make install' does not have to rebuild templates.Junio C Hamano
2005-10-08make $prefix available for sub-makefilesKai Ruemmler
2005-10-08Yank writing-back support from gitfakemmap.Junio C Hamano
2005-10-08[PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin
2005-10-08Also use 'track_object_refs = 0' in update-server-info.Junio C Hamano
2005-10-08Reduce memory usage in git-update-server-info.robfitz@273k.net
2005-10-08Create object subdirectories on demandLinus Torvalds
2005-10-08Give proper prototype to gitstrcasestr.Junio C Hamano
2005-10-08Merge branch 'fixes'Junio C Hamano
2005-10-07teach git-status about spaces in filenamesKai Ruemmler
2005-10-07Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net
2005-10-07s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txtKai Ruemmler
2005-10-07Add git-am, applymbox replacement.Junio C Hamano
2005-10-07update-index: read --show-index-info output from standard input.Junio C Hamano
2005-10-07git-apply: parse index informationJunio C Hamano
2005-10-07Show original and resulting blob object info in diff output.Junio C Hamano
2005-10-06mailsplit: allow feeding mbox from standard input.Junio C Hamano
2005-10-06Describe new options to git-format-patch and git-mailsplit.Junio C Hamano
2005-10-06mailsplit: -d<prec>Junio C Hamano
2005-10-06git-format-patch: --stdout option.Junio C Hamano
2005-10-06Clean mail files after dealing with them.Junio C Hamano
2005-10-06Fall back to three-way merge when applying a patch.Junio C Hamano