summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-19Allow parse_pack_index on temporary filesLibravatar Shawn O. Pearce3-4/+3
2010-04-19Extract verify_pack_index for reuse from verify_packLibravatar Shawn O. Pearce2-3/+13
2010-04-19Introduce close_pack_index to permit replacementLibravatar Shawn O. Pearce2-2/+10
2010-04-19http.c: Remove unnecessary strdup of sha1_to_hex resultLibravatar Shawn O. Pearce1-4/+2
2010-04-19reflog: remove 'show' from 'expire's usage stringLibravatar SZEDER Gábor1-1/+1
2010-04-19remote add: add a --[no-]tags optionLibravatar Samuel Tardieu3-2/+90
2010-04-19Honor "tagopt = --tags" configuration optionLibravatar Samuel Tardieu3-2/+8
2010-04-19patch-id: Add support for mbox formatLibravatar Paolo Bonzini2-6/+90
2010-04-19patch-id: extract parsing one diff out of generate_id_listLibravatar Paolo Bonzini1-13/+26
2010-04-19Merge branch 'maint-1.6.6' into maintLibravatar Junio C Hamano1-0/+1
2010-04-19MSVC: Fix build by adding missing termios.h dummyLibravatar Johannes Sixt1-0/+1
2010-04-18Git 1.7.1-rc2Libravatar Junio C Hamano2-2/+9
2010-04-18Merge branch 'rr/remote-helper-doc'Libravatar Junio C Hamano2-58/+119
2010-04-18Merge branch 'wp/doc-filter-direction'Libravatar Junio C Hamano1-4/+4
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