summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-08-01GIT 0.99.3v0.99.3Junio C Hamano1-1/+1
2005-08-01[PATCH] git-merge-cache -q doesn't complain about failing merge programPetr Baudis2-10/+22
2005-08-01[PATCH] Fix sparse warningsLinus Torvalds3-4/+4
2005-08-01[PATCH] Do not rely on a sane wcJohannes Schindelin1-1/+1
2005-08-01[PATCH] Updates to tutorial.txtJohannes Schindelin1-19/+17
2005-08-01CVS-like push-pull description update.Junio C Hamano1-6/+4
2005-08-01[PATCH] Updates for cvs-migration.txtJohannes Schindelin1-6/+22
2005-08-01[PATCH] Fix warning about non-void return in a void function.A Large Angry SCM1-1/+1
2005-08-01Retire git-fetch-dumb-http and missing-revsJunio C Hamano4-181/+3
2005-07-31[PATCH] Support downloading packs by HTTP (whitespace fixed)barkalow@iabervon.org1-6/+175
2005-07-31[PATCH] Functions for managing the set of packs the library is using (whitesp...barkalow@iabervon.org2-1/+135
2005-07-31[PATCH] Added hook in git-receive-packJosef Weidendorfer5-30/+186
2005-07-31[PATCH] Fix support for old libcurlbarkalow@iabervon.org1-3/+2
2005-07-31Fix typo in recent Makefile cleanup (again).Junio C Hamano1-3/+3
2005-07-31Teach parse_commit_buffer about grafting.Junio C Hamano3-2/+127
2005-07-31Add a stupid "count objects" script.Junio C Hamano2-0/+15
2005-07-31Fetch from a packed repository on dumb servers.Junio C Hamano4-4/+188
2005-07-31Merge with gitk.Junio C Hamano1-5/+9
2005-07-31Fix some bugs causing application error popups.Paul Mackerras1-5/+9
2005-07-30[PATCH] add NO_CURL option to the MakefileJohannes Schindelin1-1/+8
2005-07-30Fix merge-base from getting confused.Linus Torvalds1-38/+36
2005-07-30[PATCH] Making it easier to find which change introduced a bugLinus Torvalds2-1/+159
2005-07-30NO_OPENSSL should really mean no openssl.Junio C Hamano1-1/+3
2005-07-29Fix typo in recent Makefile cleanup.Junio C Hamano1-1/+1
2005-07-29[PATCH] document git-rev-list betterMatthias Urlichs1-2/+23
2005-07-29[PATCH] Build commands through object filesPetr Baudis1-6/+7
2005-07-29Skip --merge-order test when built with NO_OPENSSLJunio C Hamano1-0/+7
2005-07-29[PATCH] Support for NO_OPENSSLPetr Baudis2-2/+12
2005-07-29[PATCH] Reorder Makefile rulesPetr Baudis1-30/+57
2005-07-29[PATCH] Remove the explicit Makefile dependencies descriptionPetr Baudis1-66/+8
2005-07-29[PATCH] Improve the compilation-time settings interfacePetr Baudis1-18/+38
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis17-18/+17
2005-07-29[PATCH] Trivial tidyupsPetr Baudis3-8/+6
2005-07-29[PATCH] mmap error handlingPavel Roskin8-12/+15
2005-07-29Documentation and tests: ls-files exclude pattern.Junio C Hamano2-18/+32
2005-07-29ls-files: rework exclude patterns.Junio C Hamano1-28/+72
2005-07-29[PATCH] Fix interesting git-rev-list corner caseLinus Torvalds1-0/+11
2005-07-29Tutorial: use a bit longer sample filenames.Junio C Hamano1-40/+40
2005-07-29[PATCH] support older versions of libcurlJohannes Schindelin1-0/+10
2005-07-29Merge with gitk.Junio C Hamano1-71/+611
2005-07-29Improve the merge display when the result differs from all parents.Paul Mackerras1-7/+84
2005-07-29[PATCH] socklen_t needs to be defined and libssl to be linked on old Mac OS XJohannes Schindelin1-0/+4
2005-07-29[PATCH] support bc version 1.04Johannes Schindelin1-2/+6
2005-07-29[PATCH] remove "-r" option to xargsJohannes Schindelin1-1/+1
2005-07-29server-info: do not complain if a tag points at a non-commit.Junio C Hamano1-4/+11
2005-07-28[PATCH] Make git-apply --stat less butt-ugly with long filenamesLinus Torvalds1-2/+10
2005-07-28[PATCH] gitk: Use GIT_DIR where appropriate.Junio C Hamano1-11/+13
2005-07-27[PATCH] GIT: Listen on IPv6 as well, if available.YOSHIFUJI Hideaki1-30/+99
2005-07-27[PATCH] Add documentation for git-rename-scriptRyan Anderson1-0/+34
2005-07-27[PATCH] Add support for directories to git-rename-script.Ryan Anderson1-5/+68