summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-12index-pack: smarter memory usage when resolving deltasLibravatar Nicolas Pitre1-21/+25
2010-04-12Docs: Add -X option to git-merge's synopsis.Libravatar Marc Branchaud2-6/+7
2010-04-11Merge branch 'jl/maint-submodule-gitfile-awareness'Libravatar Junio C Hamano3-7/+8
2010-04-11Windows: start_command: Support non-NULL dir in struct child_processLibravatar Johannes Sixt3-7/+8
2010-04-11Sync with 1.7.0.5Libravatar Junio C Hamano4-11/+39
2010-04-11Merge branch 'jc/doc-submit-gmail'Libravatar Junio C Hamano1-11/+24
2010-04-11Git 1.7.0.5Libravatar Junio C Hamano4-3/+30
2010-04-11Merge branch 'rc/maint-reflog-msg-for-forced-branch' into maintLibravatar Junio C Hamano1-1/+1
2010-04-11blame documentation: -M/-C notice copied lines as well as moved onesLibravatar Junio C Hamano1-9/+10
2010-04-11t3507: Make test executableLibravatar Stephen Boyd1-0/+0
2010-04-10t7400: clarify submodule update testsLibravatar Jonathan Nieder1-95/+91