summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use git config file for committer name and email infoLinus Torvalds2005-10-119-78/+118
* Export template_dir in Makefile.Tom Prince2005-10-111-1/+1
* Use core.filemode.Junio C Hamano2005-10-114-9/+70
* Improve config file escape sanity checkingLinus Torvalds2005-10-111-1/+6
* show-branch: optionally use unique prefix as name.Junio C Hamano2005-10-114-44/+82
* Support custom build options in config.makJohannes Schindelin2005-10-111-0/+2
* Use git-update-ref and git-symbolic-ref in testsJohannes Schindelin2005-10-114-6/+6
* Remove unused 'got_alternates' variable.Junio C Hamano2005-10-101-5/+1
* Use the same move_temp_to_file in git-http-fetch.Junio C Hamano2005-10-103-31/+20
* Restore functionality to allow proxies to cache objectsNick Hengeveld2005-10-101-1/+7
* [PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld2005-10-103-3/+14
* Set the parallel HTTP request limit via an environment variableNick Hengeveld2005-10-101-11/+6
* Only compile parallel HTTP support with CURL >= 7.9.8Nick Hengeveld2005-10-101-5/+57
* Add support for parallel HTTP transfersNick Hengeveld2005-10-101-223/+587
* Remove empty directories after read-tree -u.Junio C Hamano2005-10-101-1/+30
* Add ".git/config" file parserLinus Torvalds2005-10-106-1/+234
* Merge branch 'fixes'Junio C Hamano2005-10-105-8/+14
|\
| * 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
* | The synopsis of the manpages should use the hyphenated versionChristian Meder2005-10-108-8/+8
* | Convert usage of GIT and Git into gitChristian Meder2005-10-1024-55/+55
* | Remove the version tags from the manpagesJunio C Hamano2005-10-1064-64/+0
* | Make rsh.c use sq_quote_buf()H. Peter Anvin2005-10-101-41/+5
* | Trivial optimizationH. Peter Anvin2005-10-101-2/+1
* | Enhanced sq_quote()H. Peter Anvin2005-10-102-24/+43
* | Deal with $(bindir) and friends with whitespaces.Junio C Hamano2005-10-104-18/+36
* | Merge branch 'fixes'Junio C Hamano2005-10-097-10/+23
|\ \ | |/
| * 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
* | Write .editmsg in GIT_DIR to avoid being in git-status.Santi_BĂ©jar2005-10-091-12/+16
* | Makefile: avoid error message from 'uname -o'Junio C Hamano2005-10-091-7/+15
* | make $prefix available for sub-makefilesKai Ruemmler2005-10-082-3/+3
* | Yank writing-back support from gitfakemmap.Junio C Hamano2005-10-081-69/+6
* | [PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin2005-10-084-1/+135
* | Also use 'track_object_refs = 0' in update-server-info.Junio C Hamano2005-10-081-0/+3
* | Reduce memory usage in git-update-server-info.robfitz@273k.net2005-10-081-0/+10
* | Create object subdirectories on demandLinus Torvalds2005-10-087-44/+88
* | Merge branch 'fixes'Junio C Hamano2005-10-074-30/+211
|\ \ | |/
| * 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
* | Add git-am, applymbox replacement.Junio C Hamano2005-10-072-1/+338
* | update-index: read --show-index-info output from standard input.Junio C Hamano2005-10-071-0/+53
* | git-apply: parse index informationJunio C Hamano2005-10-071-1/+76