summaryrefslogtreecommitdiffstats
path: root/git-diff.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2005-10-12Support custom build options in config.makJohannes Schindelin1-0/+2
2005-10-12Use git-update-ref and git-symbolic-ref in testsJohannes Schindelin4-6/+6
2005-10-11Remove unused 'got_alternates' variable.Junio C Hamano1-5/+1
2005-10-11Use the same move_temp_to_file in git-http-fetch.Junio C Hamano3-31/+20
2005-10-11Restore functionality to allow proxies to cache objectsNick Hengeveld1-1/+7
2005-10-11[PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld3-3/+14
2005-10-11Set the parallel HTTP request limit via an environment variableNick Hengeveld1-11/+6
2005-10-11Only compile parallel HTTP support with CURL >= 7.9.8Nick Hengeveld1-5/+57
2005-10-11Add support for parallel HTTP transfersNick Hengeveld1-223/+587
2005-10-11Remove empty directories after read-tree -u.Junio C Hamano1-1/+30
2005-10-11Add ".git/config" file parserLinus Torvalds6-1/+234
2005-10-11The synopsis of the manpages should use the hyphenated versionChristian Meder8-8/+8
2005-10-11Convert usage of GIT and Git into gitChristian Meder24-55/+55
2005-10-10Remove the version tags from the manpagesJunio C Hamano64-64/+0
2005-10-10Make rsh.c use sq_quote_buf()H. Peter Anvin1-41/+5
2005-10-10Trivial optimizationH. Peter Anvin1-2/+1
2005-10-10Enhanced sq_quote()H. Peter Anvin2-24/+43
2005-10-10t5400-send-pack relies on a working cpioJohannes Schindelin1-0/+3
2005-10-10git.sh: quote all pathsJonas Fonseca1-2/+2
2005-10-10Teach git-status about spaces in file names also on MacOSXJohannes Schindelin1-4/+4
2005-10-10Deal with $(bindir) and friends with whitespaces.Junio C Hamano4-18/+36
2005-10-10OpenBSD needs the strcasestr replacement.Junio C Hamano1-0/+1
2005-10-10Also force LC_ALL in test scripts.Junio C Hamano1-1/+2
2005-10-10git-tag: update usage string and documentation.Junio C Hamano2-4/+2
2005-10-10Write .editmsg in GIT_DIR to avoid being in git-status.Santi_BĂ©jar1-12/+16
2005-10-10ignore new git-diff index header when computing patch idsKai Ruemmler1-0/+4
2005-10-10Fix git-verify-tag for light-weight tagsPaolo 'Blaisorblade' Giarrusso1-2/+6
2005-10-09Makefile: avoid error message from 'uname -o'Junio C Hamano1-7/+15
2005-10-09Make sure 'make install' does not have to rebuild templates.Junio C Hamano1-3/+6
2005-10-09make $prefix available for sub-makefilesKai Ruemmler2-3/+3
2005-10-09Yank writing-back support from gitfakemmap.Junio C Hamano1-69/+6
2005-10-09[PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin4-1/+135
2005-10-09Also use 'track_object_refs = 0' in update-server-info.Junio C Hamano1-0/+3
2005-10-09Reduce memory usage in git-update-server-info.robfitz@273k.net1-0/+10
2005-10-09Create object subdirectories on demandLinus Torvalds7-44/+88
2005-10-08Give proper prototype to gitstrcasestr.Junio C Hamano2-1/+5
2005-10-08teach git-status about spaces in filenamesKai Ruemmler1-3/+21
2005-10-08Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net2-26/+189
2005-10-07s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txtKai Ruemmler1-1/+1
2005-10-07Add git-am, applymbox replacement.Junio C Hamano2-1/+338
2005-10-07update-index: read --show-index-info output from standard input.Junio C Hamano1-0/+53
2005-10-07git-apply: parse index informationJunio C Hamano1-1/+76
2005-10-07Show original and resulting blob object info in diff output.Junio C Hamano8-55/+114
2005-10-07mailsplit: allow feeding mbox from standard input.Junio C Hamano2-86/+96
2005-10-06Describe new options to git-format-patch and git-mailsplit.Junio C Hamano2-2/+12
2005-10-06mailsplit: -d<prec>Junio C Hamano2-4/+12
2005-10-06git-format-patch: --stdout option.Junio C Hamano1-30/+42
2005-10-06Clean mail files after dealing with them.Junio C Hamano1-1/+5
2005-10-06Fall back to three-way merge when applying a patch.Junio C Hamano3-5/+86
2005-10-06Allow "-u" flag to tag signingLinus Torvalds2-11/+29