summaryrefslogtreecommitdiffstats
path: root/epoch.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-31Fix some bugs causing application error popups.Paul Mackerras1-5/+9
2005-07-31[PATCH] add NO_CURL option to the MakefileJohannes Schindelin1-1/+8
2005-07-31Fix 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-30Fix typo in recent Makefile cleanup.Junio C Hamano1-1/+1
2005-07-30[PATCH] document git-rev-list betterMatthias Urlichs1-2/+23
2005-07-30[PATCH] Build commands through object filesPetr Baudis1-7/+8
2005-07-30Skip --merge-order test when built with NO_OPENSSLJunio C Hamano1-0/+7
2005-07-30[PATCH] Support for NO_OPENSSLPetr Baudis2-2/+12
2005-07-30[PATCH] Reorder Makefile rulesPetr Baudis1-30/+57
2005-07-30[PATCH] Remove the explicit Makefile dependencies descriptionPetr Baudis1-66/+8
2005-07-30[PATCH] Improve the compilation-time settings interfacePetr Baudis1-18/+38
2005-07-30[PATCH] Unify usage strings declarationPetr Baudis17-18/+17
2005-07-30[PATCH] Trivial tidyupsPetr Baudis3-8/+6
2005-07-30[PATCH] mmap error handlingPavel Roskin8-12/+15
2005-07-30Documentation and tests: ls-files exclude pattern.Junio C Hamano2-18/+32
2005-07-30ls-files: rework exclude patterns.Junio C Hamano1-29/+73
2005-07-30[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-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-29[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-28[PATCH] GIT: Listen on IPv6 as well, if available.YOSHIFUJI Hideaki1-31/+100