summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-0/+1
* Merge branch 'jk/daemon-fixes'Junio C Hamano2018-02-133-11/+101
|\
| * daemon: fix length computation in newline strippingjk/daemon-fixesJeff King2018-01-251-0/+15
| * t/lib-git-daemon: add network-protocol helpersJeff King2018-01-252-1/+58
| * daemon: handle NULs in extended attribute stringJeff King2018-01-251-3/+5
| * daemon: fix off-by-one in logging extended attributesJeff King2018-01-251-0/+11
| * t/lib-git-daemon: record daemon logJeff King2018-01-251-4/+12
| * t5570: use ls-remote instead of clone for interp testsJeff King2018-01-251-6/+3
* | Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano2018-02-136-9/+176
|\ \
| * | sequencer: run 'prepare-commit-msg' hookpw/sequencer-in-process-commitPhillip Wood2018-01-241-4/+4
| * | t7505: add tests for cherry-pick and rebase -i/-pPhillip Wood2018-01-243-4/+157
| * | t7505: style fixesPhillip Wood2018-01-241-6/+8
| * | sequencer: assign only free()able strings to gpg_signJohannes Schindelin2017-12-221-0/+10
| * | t3512/t3513: remove KNOWN_FAILURE_CHERRY_PICK_SEES_EMPTY_COMMIT=1Phillip Wood2017-11-242-2/+0
| * | t3404: check intermediate squash messagesPhillip Wood2017-11-111-0/+4
* | | Merge branch 'nd/shared-index-fix'Junio C Hamano2018-02-131-0/+19
|\ \ \
| * | | read-cache: don't write index twice if we can't write shared indexnd/shared-index-fixNguyễn Thái Ngọc Duy2018-01-241-0/+19
* | | | Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-0/+19
|\ \ \ \
| * | | | split-index: don't write cache tree with null oid entriesThomas Gummerer2018-01-191-0/+19
* | | | | Merge branch 'jt/http-redact-cookies'Junio C Hamano2018-02-131-0/+33
|\ \ \ \ \
| * | | | | http: support omitting data from tracesjt/http-redact-cookiesJonathan Tan2018-01-191-0/+12
| * | | | | http: support cookie redaction when tracingJonathan Tan2018-01-191-0/+21
| | |/ / / | |/| | |
* | | | | Merge branch 'nd/trace-with-env'Junio C Hamano2018-02-132-0/+46
|\ \ \ \ \
| * | | | | run-command.c: print env vars in trace_run_command()Nguyễn Thái Ngọc Duy2018-01-192-0/+46
* | | | | | Merge branch 'cl/t9001-cleanup'Junio C Hamano2018-02-131-10/+7
|\ \ \ \ \ \
| * | | | | | t9001: use existing helper in send-email testcl/t9001-cleanupChristian Ludwig2018-01-121-10/+7
* | | | | | | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-133-0/+310
|\ \ \ \ \ \ \
| * | | | | | | t5616: test bulk prefetch after partial fetchJeff Hostetler2017-12-081-1/+31
| * | | | | | | fetch: inherit filter-spec from partial cloneJeff Hostetler2017-12-081-1/+21
| * | | | | | | t5616: end-to-end tests for partial cloneJeff Hostetler2017-12-081-0/+96
| * | | | | | | unpack-trees: batch fetching of missing blobsJonathan Tan2017-12-081-0/+52
| * | | | | | | clone: partial cloneJonathan Tan2017-12-081-0/+49
| * | | | | | | fetch: support filtersJeff Hostetler2017-12-081-0/+36
| * | | | | | | fetch-pack: test support excluding large blobsJonathan Tan2017-12-081-0/+27
* | | | | | | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-0/+343
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | gc: do not repack promisor packfilesJonathan Tan2017-12-081-2/+52
| * | | | | | | rev-list: support termination at promisor objectsJonathan Tan2017-12-081-0/+101
| * | | | | | | sha1_file: support lazily fetching missing objectsJonathan Tan2017-12-081-0/+51
| * | | | | | | fsck: support promisor objects as CLI argumentJonathan Tan2017-12-051-0/+13
| * | | | | | | fsck: support referenced promisor objectsJonathan Tan2017-12-051-0/+23
| * | | | | | | fsck: support refs pointing to promisor objectsJonathan Tan2017-12-051-0/+24
| * | | | | | | fsck: introduce partialclone extensionJonathan Tan2017-12-051-0/+81
* | | | | | | | Merge branch 'ab/simplify-perl-makefile'Junio C Hamano2018-02-132-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Makefile: replace perl/Makefile.PL with simple make rulesÆvar Arnfjörð Bjarmason2017-12-112-2/+2
* | | | | | | | | Merge branch 'nd/add-i-ignore-submodules'Junio C Hamano2018-01-231-0/+48
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add--interactive: ignore submodule changes except HEADnd/add-i-ignore-submodulesNguyễn Thái Ngọc Duy2018-01-161-0/+48
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mm/send-email-fallback-to-local-mail-address'Junio C Hamano2018-01-233-94/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | send-email: add test for Linux's get_maintainer.plmm/send-email-fallback-to-local-mail-addressAlex Bennée2018-01-081-0/+19
| * | | | | | | | | perl/Git: remove now useless email-address parsing codeMatthieu Moy2018-01-082-94/+0
* | | | | | | | | | Merge branch 'tg/stash-with-pathspec-fix'Junio C Hamano2018-01-231-0/+32
|\ \ \ \ \ \ \ \ \ \