summaryrefslogtreecommitdiffstats
path: root/fuzz-pack-headers.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-01branch.c: simplify advice-and-die sequenceGlen Choo1-7/+4
2022-04-01branch: rework comments for future developersGlen Choo1-2/+2
2022-03-31The 17th batchJunio C Hamano1-0/+4
2022-03-31branch: remove negative exit codeGlen Choo1-1/+1
2022-03-30object-file: pass filename to fsync_or_dieNeeraj Singh1-4/+4
2022-03-30core.fsyncmethod: correctly camel-case warning messageNeeraj Singh1-1/+1
2022-03-30branch --set-upstream-to: be consistent when advisingGlen Choo1-2/+3
2022-03-30branch: give submodule updating advice before exitGlen Choo1-2/+4
2022-03-30branch: support more tracking modes when recursingGlen Choo3-7/+67
2022-03-30trace2: add stats for fsync operationsNeeraj Singh4-0/+22
2022-03-30core.fsync: fix incorrect expression for default configurationNeeraj Singh1-2/+2
2022-03-29The 16th batchJunio C Hamano1-0/+7
2022-03-29worktree: include repair cmd in usageDes Preston1-0/+1
2022-03-29reflog: fix 'show' subcommand's argvSZEDER Gábor1-2/+2
2022-03-28reftable: make assignments portable to AIX xlc v12.01Ævar Arnfjörð Bjarmason3-6/+18
2022-03-28docs: mention --refetch fetch optionRobert Coup2-2/+7
2022-03-28fetch: after refetch, encourage auto gc repackingRobert Coup3-2/+49
2022-03-28t5615-partial-clone: add test for fetch --refetchRobert Coup1-1/+51
2022-03-28fetch: add --refetch optionRobert Coup5-1/+34
2022-03-28builtin/fetch-pack: add --refetch optionRobert Coup3-0/+14
2022-03-28fetch-pack: add refetchRobert Coup2-17/+30
2022-03-28fetch-negotiator: add specific noop initializerRobert Coup2-0/+13
2022-03-28pack-objects: lazily set up "struct rev_info", don't leakÆvar Arnfjörð Bjarmason3-8/+48
2022-03-26The 15th batchJunio C Hamano1-0/+12
2022-03-25test-lib-functions: remove test_subcommand_inexactDerrick Stolee1-34/+0
2022-03-25t7700: check post-condition in kept-pack testDerrick Stolee1-3/+54
2022-03-24test-lib: have --immediate emit valid TAP on failureÆvar Arnfjörð Bjarmason2-1/+18
2022-03-24reset: show --no-refresh in the short-helpJunio C Hamano1-3/+3
2022-03-23reflog [show]: display sensible -h outputÆvar Arnfjörð Bjarmason2-2/+28
2022-03-23reflog: convert to parse_options() APIÆvar Arnfjörð Bjarmason3-9/+50
2022-03-23reset: remove 'reset.refresh' config optionVictoria Dye3-18/+4
2022-03-23reset: remove 'reset.quiet' config optionVictoria Dye6-12/+2
2022-03-23reset: do not make '--quiet' disable index refreshVictoria Dye3-39/+7
2022-03-23The 14th batchJunio C Hamano1-0/+13
2022-03-23bundle: output hash information in 'verify'Derrick Stolee2-7/+19
2022-03-23bundle: move capabilities to end of 'verify'Derrick Stolee3-11/+10
2022-03-23pack-objects: parse --filter directly into revs.filterDerrick Stolee1-6/+2
2022-03-23pack-objects: move revs out of get_object_list()Derrick Stolee1-15/+18
2022-03-23list-objects-filter: remove CL_ARG__FILTERDerrick Stolee3-8/+5
2022-03-23git-prompt: put upstream comments togetherJustin Donnelly1-5/+5
2022-03-23git-prompt: make long upstream state indicator consistentJustin Donnelly1-5/+5
2022-03-23git-prompt: make upstream state indicator location consistentJustin Donnelly1-12/+13
2022-03-23git-prompt: rename `upstream` to `upstream_type`Justin Donnelly1-13/+13
2022-03-23hooks: fix "invoked hook" regression in a8cc5943338Ævar Arnfjörð Bjarmason1-0/+1
2022-03-23ls-tree: split up "fast path" callbacksÆvar Arnfjörð Bjarmason1-74/+125
2022-03-23ls-tree: detect and error on --name-only --name-statusÆvar Arnfjörð Bjarmason2-7/+19
2022-03-23ls-tree: support --object-only option for "git-ls-tree"Teng Long4-4/+36
2022-03-23ls-tree: introduce "--format" optionÆvar Arnfjörð Bjarmason3-7/+272
2022-03-23cocci: allow padding with `strbuf_addf()`Johannes Schindelin1-3/+3
2022-03-23ls-tree: introduce struct "show_tree_data"Ævar Arnfjörð Bjarmason1-15/+27