summaryrefslogtreecommitdiffstats
path: root/GIT-VERSION-GEN (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-08object-file: inline calls to read_object()Jeff King2-29/+18
2023-01-08convert trivial uses of strncmp() to skip_prefix()Jeff King2-5/+8
2023-01-08convert trivial uses of strncmp() to starts_with()Jeff King4-6/+6
2023-01-08*: fix typos which duplicate a wordAndrei Rybak9-15/+14
2023-01-06features: feature.manyFiles implies fast index writesDerrick Stolee6-1/+22
2023-01-06test-lib-functions: add helper for trailing hashDerrick Stolee2-0/+13
2023-01-06read-cache: add index.skipHash config optionDerrick Stolee3-1/+37
2023-01-06hashfile: allow skipping the hash functionDerrick Stolee2-3/+18
2023-01-06diff: drop "name" parameter from prepare_temp_file()Jeff King1-11/+10
2023-01-06diff: clean up external-diff argv setupJeff King1-6/+3
2023-01-06diff: use filespec path to set up tempfiles for ext-diffJeff King2-1/+30
2023-01-06test-bundle-uri: drop unused variablesJeff King1-7/+0
2023-01-05The fifth batchJunio C Hamano1-0/+17
2023-01-05am: allow passing --no-verify flagThierry Reding3-4/+47
2023-01-05dir: check for single file cone patternsWilliam Sprent2-1/+17
2023-01-04ci(github): restore "print test failures" step namePhillip Wood1-2/+4
2023-01-02The fourth batchJunio C Hamano1-0/+12
2022-12-28The third batchJunio C Hamano1-0/+9
2022-12-28bundle <cmd>: have usage_msg_opt() note the missing "<file>"Ævar Arnfjörð Bjarmason1-1/+1
2022-12-28builtin/bundle.c: remove superfluous "newargc" variableÆvar Arnfjörð Bjarmason1-4/+3
2022-12-28gitattributes.txt: fix typo in "comma separated"Andrei Rybak1-1/+1
2022-12-27doc/git-branch: fix --force description typoKyle Meyer1-1/+1
2022-12-26The second batchJunio C Hamano1-0/+22
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason15-100/+48
2022-12-26submodule--helper: convert "{update,clone}" to their own "--super-prefix"Ævar Arnfjörð Bjarmason2-20/+14
2022-12-26submodule--helper: convert "status" to its own "--super-prefix"Ævar Arnfjörð Bjarmason1-7/+8
2022-12-26submodule--helper: convert "sync" to its own "--super-prefix"Ævar Arnfjörð Bjarmason1-9/+11
2022-12-26submodule--helper: convert "foreach" to its own "--super-prefix"Ævar Arnfjörð Bjarmason1-5/+7
2022-12-26submodule--helper: don't use global --super-prefix in "absorbgitdirs"Ævar Arnfjörð Bjarmason5-32/+29
2022-12-26submodule.c & submodule--helper: pass along "super_prefix" paramÆvar Arnfjörð Bjarmason4-21/+34
2022-12-26read-tree + fetch tests: test failing "--super-prefix" interactionGlen Choo1-0/+43
2022-12-26submodule absorbgitdirs tests: add missing "Migrating git..." testsÆvar Arnfjörð Bjarmason1-7/+57
2022-12-25win32: use _endthreadex to terminate threads, not ExitThreadSeija Kijin1-1/+1
2022-12-25format-patch: support format.mboxrd with --stdoutEric Wong4-3/+17
2022-12-25clone: unbundle the advertised bundlesDerrick Stolee3-7/+98
2022-12-25bundle-uri: download bundles from an advertised listDerrick Stolee2-0/+35
2022-12-25bundle-uri: allow relative URLs in bundle listsDerrick Stolee5-1/+116
2022-12-25strbuf: introduce strbuf_strip_file_from_path()Derrick Stolee2-0/+17
2022-12-25bundle-uri: serve bundle.* keys from configDerrick Stolee2-1/+47
2022-12-25bundle-uri client: add helper for testing serverÆvar Arnfjörð Bjarmason3-0/+99
2022-12-25transport: rename got_remote_headsDerrick Stolee1-9/+9
2022-12-25bundle-uri client: add boolean transfer.bundleURI settingÆvar Arnfjörð Bjarmason3-1/+32
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason8-0/+164
2022-12-25t: create test harness for 'bundle-uri' commandÆvar Arnfjörð Bjarmason6-1/+144
2022-12-25protocol v2: add server-side "bundle-uri" skeletonÆvar Arnfjörð Bjarmason5-1/+289
2022-12-25refs: fix corruption by not correctly syncing packed-refs to diskPatrick Steinhardt1-1/+2
2022-12-25bundle: don't segfault on "git bundle <subcmd>"Ævar Arnfjörð Bjarmason2-1/+8
2022-12-20cat-file: add mailmap support to --batch-check optionSiddharth Asthana3-13/+87
2022-12-20cat-file: add mailmap support to -s optionSiddharth Asthana3-1/+45
2022-12-20ci (check-whitespace): move to actions/checkout@v3Chris. Webster1-1/+1