summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-18Merge branch 'jk/maint-diffstat-overflow'Libravatar Junio C Hamano1-9/+12
2010-04-18Merge branch 'jg/auto-initialize-notes-with-percent-n-in-format'Libravatar Junio C Hamano4-5/+64
2010-04-18Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2010-04-18Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano9-44/+60
2010-04-18SubmittingPatches: Add new section about what to base work onLibravatar Ramkumar Ramachandra1-11/+38
2010-04-18stash: Don't overwrite files that have gone from the indexLibravatar Charles Bailey1-1/+1
2010-04-18Documentation/remote-helpers: Fix typos and improve languageLibravatar Ramkumar Ramachandra1-28/+23
2010-04-18Fixup: Second argument may be any arbitrary stringLibravatar Ramkumar Ramachandra1-3/+2
2010-04-18Documentation/remote-helpers: Add invocation sectionLibravatar Ramkumar Ramachandra1-1/+34
2010-04-18Documentation/urls: Rewrite to accomodate <transport>::<address>Libravatar Ramkumar Ramachandra1-23/+36
2010-04-18Documentation/remote-helpers: Rewrite descriptionLibravatar Ramkumar Ramachandra1-6/+27
2010-04-18Documentation: Describe other situations where -z affects git diffLibravatar Charles Bailey1-2/+2
2010-04-18rebase-interactive: silence warning when no commits rewrittenLibravatar Jeff King1-0/+1
2010-04-18t3301: add tests to use --format="%N"Libravatar Junio C Hamano1-0/+18
2010-04-17reflog --expire-unreachable: special case entries in "HEAD" reflogLibravatar Junio C Hamano1-10/+59
2010-04-17more war on "sleep" in testsLibravatar Junio C Hamano2-7/+15
2010-04-17http.c: Don't store destination name in request structuresLibravatar Shawn O. Pearce3-11/+7
2010-04-17http.c: Drop useless != NULL test in finish_http_pack_requestLibravatar Shawn O. Pearce1-6/+3
2010-04-17http.c: Tiny refactoring of finish_http_pack_requestLibravatar Shawn O. Pearce1-8/+8
2010-04-17t5550-http-fetch: Use subshell for repository operationsLibravatar Shawn O. Pearce1-3/+4
2010-04-17http.c: Remove bad free of static blockLibravatar Shawn O. Pearce1-1/+0
2010-04-17Merge branch 'maint'Libravatar Junio C Hamano4-13/+23
2010-04-17t6006: do not write to /tmpLibravatar Matthew Ogilvie1-1/+1
2010-04-17git-instaweb: pass through invoking user's path to gitweb CGI scriptsLibravatar Chris Webb1-2/+2
2010-04-17gitweb: simplify gitweb.min.* generation and clean-up rulesLibravatar Junio C Hamano1-37/+38
2010-04-17tag -v: use RUN_GIT_CMD to run verify-tagLibravatar Jonathan Nieder1-2/+2
2010-04-17documentation: clarify direction of core.autocrlfLibravatar Will Palmer1-4/+4
2010-04-17diff: use large integers for diffstat calculationsLibravatar Jeff King1-9/+12
2010-04-17t1010-mktree: Adjust expected result to code and documentationLibravatar Michael J Gruber1-6/+4
2010-04-17combined diff: correctly handle truncated fileLibravatar Thomas Rast2-6/+16
2010-04-17gitk: Display dirty submodules correctlyLibravatar Jens Lehmann1-8/+21
2010-04-15autoconf: Check if <paths.h> exists and set HAVE_PATHS_HLibravatar Jakub Narebski2-0/+7
2010-04-15exec_cmd.c: replace hard-coded path list with one from <paths.h>Libravatar Chris Webb3-1/+21
2010-04-15Document new "already-merged" rule for branch -dLibravatar Jonathan Nieder1-1/+3
2010-04-15Add .depend directories to .gitignoreLibravatar Jonathan Nieder1-1/+1
2010-04-14t7006: guard cleanup with test_expect_successLibravatar Jonathan Nieder2-48/+117
2010-04-14Document gc.<pattern>.reflogexpire variablesLibravatar Junio C Hamano2-2/+18
2010-04-14am -3: recover the diagnostic messages for corrupt patchesLibravatar Junio C Hamano1-1/+1
2010-04-14diff: add --word-diff option that generalizes --color-wordsLibravatar Thomas Rast7-54/+288
2010-04-13Merge branch 'maint'Libravatar Junio C Hamano3-7/+8
2010-04-13pretty: Initialize notes if %N is usedLibravatar Johannes Gilger3-5/+46
2010-04-13describe: Break annotated tag ties by tagger dateLibravatar Shawn O. Pearce2-7/+50
2010-04-13Documentation/config.txt: default gc.aggressiveWindow is 250, not 10Libravatar Jay Soffian1-1/+1
2010-04-12t5800: testgit helper requires Python supportLibravatar Jonathan Nieder1-0/+6
2010-04-12tag.c: Parse tagger date (if present)Libravatar Shawn O. Pearce2-0/+23
2010-04-12tag.c: Refactor parse_tag_buffer to be saner to programLibravatar Shawn O. Pearce1-22/+21
2010-04-12tag.h: Remove unused signature fieldLibravatar Shawn O. Pearce1-1/+0
2010-04-12tag.c: Correct indentationLibravatar Shawn O. Pearce1-3/+3
2010-04-12index-pack: smarter memory usage when appending objectsLibravatar Nicolas Pitre1-12/+12
2010-04-12index-pack: rationalize unpack_entry_data()Libravatar Nicolas Pitre1-11/+8