summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-03Merge branch 'pm/build-persistent-https-with-recent-go'Libravatar Junio C Hamano1-2/+4
2016-08-03Merge branch 'da/subtree-2.9-regression'Libravatar Junio C Hamano2-8/+25
2016-08-03Merge branch 'os/no-verify-skips-commit-msg-too'Libravatar Junio C Hamano1-1/+1
2016-08-03clarify %f documentationLibravatar Joey Hess1-0/+5
2016-08-03import-tars: support hard linksLibravatar Johannes Schindelin1-11/+20
2016-08-03gitmodules: document shallow recommendationLibravatar Stefan Beller1-0/+5
2016-08-03blame: drop strdup of string literalLibravatar Eric Sunshine1-1/+1
2016-08-03t4130: work around Windows limitationLibravatar Johannes Sixt1-3/+7
2016-08-02hashmap: clarify that hashmap_entry can safely be discardedLibravatar Junio C Hamano1-0/+5
2016-08-01am: reset cached ident date for each patchLibravatar Jeff King3-0/+8
2016-08-01submodule-config: keep configured branch aroundLibravatar Stefan Beller2-1/+11
2016-08-01submodule--helper: fix usage string for relative-pathLibravatar Stefan Beller1-1/+1
2016-08-01submodule update: narrow scope of local variableLibravatar Stefan Beller1-1/+1
2016-08-01submodule update: respect depth in subsequent fetchesLibravatar Stefan Beller2-4/+21
2016-08-01t7406: future proof tests with hard coded depthLibravatar Stefan Beller1-8/+11
2016-08-01t3700: add a test_mode_in_index helper functionLibravatar Ingo Brückl1-32/+22
2016-08-01t3700: merge two tests into oneLibravatar Ingo Brückl1-12/+6
2016-08-01t3700: remove unwanted leftover files before running new testsLibravatar Ingo Brückl1-0/+3
2016-08-01pass constants as first argument to st_mult()Libravatar René Scharfe3-3/+3
2016-08-01use strbuf_addstr() for adding constant strings to a strbufLibravatar René Scharfe4-6/+6
2016-08-01format-patch: format.from gives the default for --fromLibravatar Josh Triplett4-1/+63
2016-08-01gitweb: escape link body in format_ref_markerLibravatar Andreas Brauchli1-1/+1
2016-08-01merge-recursive: flush output buffer even when erroring outLibravatar Johannes Schindelin1-1/+3
2016-08-01merge_trees(): ensure that the callers release output bufferLibravatar Johannes Schindelin3-0/+4
2016-08-01merge-recursive: offer an option to retain the output in 'obuf'Libravatar Johannes Schindelin2-5/+14
2016-08-01merge-recursive: write the commit title in one goLibravatar Johannes Schindelin1-8/+9
2016-08-01merge-recursive: flush output buffer before printing error messagesLibravatar Johannes Schindelin1-48/+68
2016-07-29patch-ids: add flag to create the diff patch id using header only dataLibravatar Kevin Willford3-8/+12
2016-07-29patch-ids: replace the seen indicator with a commit pointerLibravatar Kevin Willford3-16/+5
2016-07-29patch-ids: stop using a hand-rolled hashmap implementationLibravatar Kevin Willford2-61/+32
2016-07-29pack-objects: compute local/ignore_pack_keep earlyLibravatar Jeff King1-1/+25
2016-07-29pack-objects: break out of want_object loop earlyLibravatar Jeff King1-0/+16
2016-07-29find_pack_entry: replace last_found_pack with MRU cacheLibravatar Jeff King2-18/+25
2016-07-29add generic most-recently-used listLibravatar Jeff King3-0/+96
2016-07-29sha1_file: drop free_pack_by_nameLibravatar Jeff King3-32/+0
2016-07-29t/perf: add tests for many-pack scenariosLibravatar Jeff King1-0/+87
2016-07-28Sync with maintLibravatar Junio C Hamano1-0/+58
2016-07-28Eighth batch of topics for 2.10Libravatar Junio C Hamano1-19/+34
2016-07-28t9100: portability fixLibravatar Junio C Hamano1-2/+4
2016-07-28difftool: use Git::* functions instead of passing around stateLibravatar David Aguilar1-31/+21
2016-07-28difftool: avoid $GIT_DIR and $GIT_WORK_TREELibravatar David Aguilar2-21/+20
2016-07-28rebase-interactive: trim leading whitespace from progress countLibravatar Johannes Sixt1-1/+1
2016-07-28Merge branch 'master' of git://git.bogomips.org/git-svnLibravatar Junio C Hamano3-2/+24
2016-07-28submodule-config: fix test binary crashing when no arguments givenLibravatar Heiko Voigt1-1/+1
2016-07-28submodule-config: combine early return code into one gotoLibravatar Heiko Voigt1-19/+12
2016-07-28submodule-config: passing name reference for .gitmodule blobsLibravatar Heiko Voigt2-9/+28
2016-07-28Some fixes for 2.9.3Libravatar Junio C Hamano2-1/+59
2016-07-28Merge branch 'ak/lazy-prereq-mktemp' into maintLibravatar Junio C Hamano1-1/+6
2016-07-28Merge branch 'nd/icase' into maintLibravatar Junio C Hamano11-21/+291
2016-07-28Merge branch 'sb/submodule-parallel-fetch' into maintLibravatar Junio C Hamano1-16/+27