summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ew/format-patch-mboxrd' into jchjchTaylor Blau2022-11-185-5/+18
|\
| * format-patch: add --mboxrd alias for --pretty=mboxrdEric Wong2022-11-145-5/+18
* | Merge branch 'rs/multi-filter-args' into jchTaylor Blau2022-11-184-41/+27
|\ \
| * | list-objects-filter: remove OPT_PARSE_LIST_OBJECTS_FILTER_INIT()René Scharfe2022-11-122-20/+2
| * | pack-object: simplify --filter handlingRené Scharfe2022-11-121-22/+6
| * | pack-objects: fix handling of multiple --filter optionsRené Scharfe2022-11-122-1/+21
| |/
* | Merge branch 'js/drop-mingw-test-cmp' into jchTaylor Blau2022-11-183-69/+3
|\ \
| * | tests(mingw): avoid very slow `mingw_test_cmp`Johannes Schindelin2022-11-142-67/+1
| * | t0021: use Windows-friendly `pwd`Johannes Schindelin2022-11-141-2/+2
| |/
* | Merge branch 'pw/config-int-parse-fixes' into jchTaylor Blau2022-11-184-5/+43
|\ \
| * | git_parse_signed(): avoid integer overflowPhillip Wood2022-11-091-5/+6
| * | config: require at least one digit when parsing numbersPhillip Wood2022-11-093-0/+21
| * | git_parse_unsigned: reject negative valuesPhillip Wood2022-11-093-0/+16
* | | Merge branch 'gc/submodule-clone-update-with-branches' into jchTaylor Blau2022-11-1820-46/+357
|\ \ \
| * | | clone, submodule update: create and check out branchesGlen Choo2022-10-303-4/+227
| * | | submodule--helper: remove update_data.suboidGlen Choo2022-10-301-8/+6
| * | | submodule update: refactor update targetsGlen Choo2022-10-301-11/+13
| * | | submodule: return target of submodule symrefGlen Choo2022-10-3010-17/+26
| * | | t5617: drop references to remote-tracking branchesGlen Choo2022-10-301-1/+1
| * | | submodule--helper clone: create named branchGlen Choo2022-10-301-0/+33
| * | | repo-settings: add submodule_propagate_branchesGlen Choo2022-10-305-8/+20
| * | | clone: teach --detach optionGlen Choo2022-10-303-4/+38
* | | | Merge branch 'cw/submodule-status-in-parallel' into jchTaylor Blau2022-11-1810-47/+441
|\ \ \ \
| * | | | diff-lib: parallelize run_diff_files for submodulesCalvin Wan2022-11-086-6/+287
| * | | | diff-lib: refactor match_stat_with_submoduleCalvin Wan2022-11-081-11/+18
| * | | | submodule: move status parsing into functionCalvin Wan2022-11-081-32/+42
| * | | | submodule: strbuf variable renameCalvin Wan2022-11-081-10/+13
| * | | | run-command: add duplicate_output_fn to run_processes_parallel_optsCalvin Wan2022-11-084-2/+95
| * | | | Merge branch 'ab/run-hook-api-cleanup' into cw/submodule-status-in-parallelJunio C Hamano2022-10-209-208/+268
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'tl/notes--blankline' into jchTaylor Blau2022-11-183-14/+34
|\ \ \ \ \
| * | | | | notes.c: introduce "--no-blank-line" optionTeng Long2022-11-093-3/+25
| * | | | | notes.c: provide tips when target and append note are both emptyTeng Long2022-11-092-3/+7
| * | | | | notes.c: drop unreachable code in 'append_edit()'Teng Long2022-11-091-6/+1
| * | | | | notes.c: cleanup for "designated init" and "char ptr init"Teng Long2022-11-091-2/+2
| * | | | | notes.c: cleanup 'strbuf_grow' call in 'append_edit'Teng Long2022-11-091-1/+0
* | | | | | Merge branch 'ds/packed-refs-v2' into jchTaylor Blau2022-11-1837-695/+2157
|\ \ \ \ \ \
| * | | | | | refs: skip hashing when writing packed-refs v2Derrick Stolee2022-11-072-0/+12
| * | | | | | p1401: create performance test for ref operationsDerrick Stolee2022-11-071-0/+47
| * | | | | | ci: run GIT_TEST_PACKED_REFS_VERSION=2 in some buildsDerrick Stolee2022-11-071-0/+1
| * | | | | | t*: skip packed-refs v2 over http testsDerrick Stolee2022-11-075-0/+35
| * | | | | | t3210: require packed-refs v1 for some testsDerrick Stolee2022-11-071-3/+3
| * | | | | | t5502: add PACKED_REFS_V1 prerequisiteDerrick Stolee2022-11-072-1/+5
| * | | | | | t5312: allow packed-refs v2 formatDerrick Stolee2022-11-071-1/+1
| * | | | | | t1409: test with packed-refs v2Derrick Stolee2022-11-071-3/+19
| * | | | | | packed-backend: create GIT_TEST_PACKED_REFS_VERSIONDerrick Stolee2022-11-073-2/+9
| * | | | | | packed-refs: write prefix chunksDerrick Stolee2022-11-071-0/+103
| * | | | | | packed-refs: read optional prefix chunksDerrick Stolee2022-11-073-0/+170
| * | | | | | packed-refs: read file format v2Derrick Stolee2022-11-074-55/+372
| * | | | | | packed-refs: write file format version 2Derrick Stolee2022-11-073-2/+115
| * | | | | | packed-backend: create shell of v2 writesDerrick Stolee2022-11-074-11/+110