summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-22Merge branch 'jk/maint-diffstat-overflow' into maintLibravatar Junio C Hamano1-9/+12
2010-04-22Merge branch 'da/maint-python-startup' into maintLibravatar Junio C Hamano1-3/+2
2010-04-21Merge branch 'maint'Libravatar Junio C Hamano1-2/+6
2010-04-21Documentation/Makefile: fix interrupted builds of user-manual.xmlLibravatar Jonathan Nieder1-2/+6
2010-04-20stash tests: stash can lose data in a file removed from the indexLibravatar Charles Bailey1-0/+150
2010-04-19Merge branch 'maint'Libravatar Junio C Hamano3-7/+8
2010-04-19t5516-fetch-push.sh: style cleanupLibravatar Jay Soffian1-23/+46
2010-04-19receive-pack: detect aliased updates which can occur with symrefsLibravatar Jay Soffian2-4/+113
2010-04-19receive-pack: switch global variable 'commands' to a parameterLibravatar Jay Soffian1-33/+27
2010-04-19fix "bundle --stdin" segfaultLibravatar Jonathan Nieder1-2/+2
2010-04-19t5704 (bundle): add tests for bundle --stdinLibravatar Jonathan Nieder1-0/+16
2010-04-19t7012: Mark missing tests as TODOLibravatar Michael J Gruber1-6/+6
2010-04-19http.c::new_http_pack_request: do away with the temp variable filenameLibravatar Tay Ray Chuan1-3/+2
2010-04-19http-fetch: Use temporary files for pack-*.idx until verifiedLibravatar Shawn O. Pearce2-17/+54
2010-04-19http-fetch: Use index-pack rather than verify-pack to check packsLibravatar Shawn O. Pearce2-7/+52
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