summaryrefslogtreecommitdiff
path: root/t/helper
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/commit-graph-with-grafts' into maintJunio C Hamano2018-11-211-2/+8
|\
| * test-repository: properly init repoDerrick Stolee2018-08-211-2/+8
* | Merge branch 'js/mingw-o-append' into maintJunio C Hamano2018-11-213-0/+78
|\ \
| * | t0051: test GIT_TRACE to a windows named pipeJeff Hostetler2018-09-113-0/+78
* | | Merge branch 'jk/use-compat-util-in-test-tool'Junio C Hamano2018-08-271-0/+2
|\ \ \ | |_|/ |/| |
| * | test-tool.h: include git-compat-util.hJeff King2018-08-211-0/+2
| |/
* | Merge branch 'jh/json-writer'Junio C Hamano2018-08-153-0/+567
|\ \
| * | json_writer: new routines to create JSON dataJeff Hostetler2018-07-163-0/+567
| |/
* | Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano2018-08-023-0/+84
|\ \
| * | commit-graph: add repo arg to graph readersJonathan Tan2018-07-173-0/+84
| |/
* | Merge branch 'bp/test-drop-caches-for-windows'Junio C Hamano2018-08-021-2/+2
|\ \
| * | handle lower case drive letters on WindowsBen Peart2018-07-121-2/+2
| |/
* | test-pkt-line: add unpack-sideband subcommandBrandon Williams2018-06-211-0/+33
|/
* Merge branch 'bc/object-id'Junio C Hamano2018-05-302-3/+3
|\
| * dir: convert struct untracked_cache_dir to object_idbrian m. carlson2018-05-021-1/+1
| * Update struct index_state to use struct object_idbrian m. carlson2018-05-021-1/+1
| * split-index: convert struct split_index to object_idbrian m. carlson2018-05-021-1/+1
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-302-8/+9
|\ \
| * | BUG_exit_code: fix sparse "symbol not declared" warningRamsay Jones2018-05-101-1/+0
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-8/+8
| * | test-tool: help verifying BUG() code pathsJohannes Schindelin2018-05-061-0/+2
* | | Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-302-11/+7
|\ \ \
| * | | lock_file: move static locks into functionsMartin Ågren2018-05-101-2/+2
| * | | t/helper/test-write-cache: clean up lock-handlingMartin Ågren2018-05-101-9/+5
* | | | Sync with Git 2.17.1Junio C Hamano2018-05-291-0/+20
|\ \ \ \
| * \ \ \ Sync with Git 2.16.4Junio C Hamano2018-05-221-0/+20
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Sync with Git 2.15.2Junio C Hamano2018-05-221-0/+20
| | |\ \ \
| | | * \ \ Sync with Git 2.14.4Junio C Hamano2018-05-221-0/+20
| | | |\ \ \
| | | | * \ \ Sync with Git 2.13.7Junio C Hamano2018-05-221-0/+20
| | | | |\ \ \
| | | | | * | | is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin2018-05-211-0/+20
| | | | * | | | Merge branch 'jk/write-in-full-fix' into maintJunio C Hamano2017-10-231-1/+1
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge branch 'rs/qsort-s' into maintJunio C Hamano2017-10-181-1/+1
| | | | |\ \ \ \ \
* | | | | \ \ \ \ \ Merge branch 'bp/test-drop-caches'Junio C Hamano2018-05-231-12/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test-drop-caches: simplify delay loading of NtSetSystemInformationBen Peart2018-05-041-12/+4
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sb/object-store-replace'Junio C Hamano2018-05-081-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | refs: add repository argument to get_main_ref_storeStefan Beller2018-04-121-1/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-081-3/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller2018-03-291-2/+4
| * | | | | | | | | | submodule-config: allow submodule_free to handle arbitrary repositoriesStefan Beller2018-03-291-1/+1
* | | | | | | | | | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-0/+64
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | test-pkt-line: introduce a packet-line test helperBrandon Williams2018-03-141-0/+64
* | | | | | | | | | | Merge branch 'ps/test-chmtime-get'Junio C Hamano2018-04-251-8/+36
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | t/helper: 'test-chmtime (--get|-g)' to print only the mtimePaul-Sebastian Ungureanu2018-04-091-8/+36
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'nd/combined-test-helper'Junio C Hamano2018-04-1138-61/+198
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t/helper: merge test-write-cache into test-toolnd/combined-test-helperNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | | | | | | | | | t/helper: merge test-wildmatch into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | | | | | | | | | t/helper: merge test-urlmatch-normalization into test-toolNguyễn Thái Ngọc Duy2018-03-273-2/+5
| * | | | | | | | | | t/helper: merge test-subprocess into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | | | | | | | | | t/helper: merge test-submodule-config into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | | | | | | | | | t/helper: merge test-string-list into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4