summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)Author
2020-03-02Merge branch 'rs/micro-cleanups'Junio C Hamano
2020-02-25Merge branch 'bw/remote-rename-update-config'Junio C Hamano
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe
2020-02-17Merge branch 'mr/show-config-scope'Junio C Hamano
2020-02-14Merge branch 'tb/commit-graph-object-dir'Junio C Hamano
2020-02-14Merge branch 'kw/fsmonitor-watchman-racefix'Junio C Hamano
2020-02-10config: provide access to the current line numberBert Wesarg
2020-02-10config: make scope_name non-static and rename itMatthew Rogers
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau
2020-01-15t: directly test parse_pathspec_file()Alexandr Miloslavskiy
2020-01-13fsmonitor: change last update timestamp on the index_state to opaque tokenKevin Willford
2019-12-10Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06test-drop-caches: use `has_dos_drive_prefix()`Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin
2019-12-05quote-stress-test: offer to test quoting arguments for MSYS2 shJohannes Schindelin
2019-12-05quote-stress-test: allow skipping some trialsJohannes Schindelin
2019-12-05quote-stress-test: accept arguments to test via the command-lineJohannes Schindelin
2019-12-05tests: add a helper to stress test argument quotingGarima Singh
2019-12-05test-path-utils: offer to run a protectNTFS/protectHFS benchmarkGarima Singh
2019-11-23mingw: demonstrate that all file handles are inherited by child processesJohannes Schindelin
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee
2019-10-23Merge branch 'sg/progress-fix'Junio C Hamano
2019-10-21test-progress: fix test failures on big-endian systemsSZEDER Gábor
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-07Merge branch 'sg/t-helper-gitignore'Junio C Hamano
2019-10-07Merge branch 'sg/progress-fix'Junio C Hamano
2019-10-07Merge branch 'ss/get-time-cleanup'Junio C Hamano
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap: use *_entry APIs to wrap container_ofEric Wong
2019-10-07hashmap_get_next returns "struct hashmap_entry *"Eric Wong