summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-23Split up tree diff functions into tree-diff.c libraryLinus Torvalds
2005-10-22Allow git-merge not to commit.Junio C Hamano
2005-10-22upload-pack: Increase MAX_HAS.Junio C Hamano
2005-10-22Fix malformatted git-am documentation.Junio C Hamano
2005-10-22[PATCH 3/3] Allow running requests to finish after a pull errorNick Hengeveld
2005-10-22[PATCH 2/3] Switched back to loading alternates as neededNick Hengeveld
2005-10-22[PATCH 1/3] Clean up CURL handles in unused request slotsNick Hengeveld
2005-10-21Merge branch 'fixes'Junio C Hamano
2005-10-21daemon.c: remove trailing whitespace.Junio C Hamano
2005-10-21Fix git-daemon argument-parsing bugH. Peter Anvin
2005-10-21Update git-daemon's documentation wrt. new optionsPetr Baudis
2005-10-21Finish git-am documentation.Junio C Hamano
2005-10-21Brief documentation for the mysterious git-am scriptPetr Baudis
2005-10-21git-rev-parse: pass on "--" flag when requiredLinus Torvalds
2005-10-21Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis
2005-10-21Make git-cherry-pick in target "all"Johannes Schindelin
2005-10-21Fix missing exports in git-amJunio C Hamano
2005-10-21git-daemon poll() spinning out of controlJens Axboe
2005-10-21Merge /pub/scm/git/git to recover lost side branchJunio C Hamano
2005-10-20Make sure we barf on ref^{type} failure.Junio C Hamano
2005-10-20Be more careful tangling object chains while marking commits.Junio C Hamano
2005-10-20git-fetch/push/pull: documentation.Junio C Hamano
2005-10-20Do not feed rev-list an invalid SHA1 expression.Junio C Hamano
2005-10-19[PATCH] Do not send "want" lines for complete objectsJohannes Schindelin
2005-10-19count-objects: squelch error from find on sparse object directory.Junio C Hamano
2005-10-19git-clone: always keep pack sent from remote (documentation).Junio C Hamano
2005-10-19git-clone: always keep pack sent from remote.Junio C Hamano
2005-10-19Do not ask for objects known to be complete.Junio C Hamano
2005-10-19Support for HTTP transfer timeouts based on transfer speedNick Hengeveld
2005-10-19git-daemon: timeout, eliminate double DWIMH. Peter Anvin
2005-10-19Do not ask for objects known to be complete.Junio C Hamano
2005-10-19Even when overwriting tags, report if they are changed or not.Junio C Hamano
2005-10-19Optimize common case of git-rev-listLinus Torvalds
2005-10-19revised^2: git-daemon extra paranoia, and path DWIMH. Peter Anvin
2005-10-18Remove unused include.Junio C Hamano
2005-10-18git-fetch-pack: avoid unnecessary zero packingLinus Torvalds
2005-10-18No funny names on cygwin...Johannes Schindelin
2005-10-18Ignore more generated filesJohannes Schindelin
2005-10-18Fix cvsimport warning when called without --no-cvs-directJohannes Schindelin
2005-10-18git-checkout: revert specific paths to either index or a given tree-ish.Junio C Hamano
2005-10-18Teach git-add and git-commit to handle filenames starting with '-'.Junio C Hamano
2005-10-18Handle "-" at beginning of filenames, part 3Linus Torvalds
2005-10-18Teach "git diff" to handle filenames starting with '-'Linus Torvalds
2005-10-18Avoid ambiguity between refname and filename in rev-parseLinus Torvalds
2005-10-18Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano
2005-10-18Adjust tests for not quoting SP.Junio C Hamano
2005-10-18Do not quote SP.Junio C Hamano
2005-10-18git-apply: remove unused --show-files flag.Junio C Hamano
2005-10-18update-index --index-info: adjust for funny-path quoting.Junio C Hamano
2005-10-18Add tests for funny pathnames.Junio C Hamano