summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2022-03-09pack-objects: use rev.filter when possibleDerrick Stolee1-2/+3
2022-03-09revision: put object filter into struct rev_infoDerrick Stolee1-14/+12
2022-03-07hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason3-14/+23
2022-03-07merge: don't run post-hook logic on --no-verifyÆvar Arnfjörð Bjarmason1-9/+12
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason2-9/+10
2022-03-07gettext API users: don't explicitly cast ngettext()'s "n"Ævar Arnfjörð Bjarmason2-2/+2
2022-03-06Merge branch 'jt/ls-files-stage-recurse'Junio C Hamano1-2/+2
2022-03-06Merge branch 'gc/stash-on-branch-with-multi-level-name'Junio C Hamano1-1/+1
2022-03-06Merge branch 'ah/advice-switch-requires-detach-to-detach'Junio C Hamano1-11/+19
2022-03-06Merge branch 'ab/c99-designated-initializers'Junio C Hamano1-4/+10
2022-03-06Merge branch 'mc/index-pack-report-max-size'Junio C Hamano1-2/+6
2022-03-06Merge branch 'ac/usage-string-fixups'Junio C Hamano3-5/+5
2022-03-06Merge branch 'ds/worktree-docs'Junio C Hamano1-63/+75
2022-03-06Merge branch 'rs/bisect-executable-not-found'Junio C Hamano1-13/+74
2022-03-06Merge branch 'en/sparse-checkout-fixes'Junio C Hamano1-5/+73
2022-03-04submodule--helper update-clone: check for --filter and --initGlen Choo1-1/+19
2022-03-04submodule--helper: remove ensure-core-worktreeGlen Choo1-10/+2
2022-03-04submodule--helper update-clone: learn --initGlen Choo1-0/+26
2022-03-04submodule--helper: allow setting superprefix for init_submodule()Atharva Raykar1-3/+7
2022-03-04submodule--helper: refactor get_submodule_displaypath()Atharva Raykar1-4/+10
2022-03-04submodule--helper run-update-procedure: learn --remoteGlen Choo1-34/+22
2022-03-04submodule--helper: don't use bitfield indirection for parse_options()Ævar Arnfjörð Bjarmason1-13/+10
2022-03-04submodule--helper: get remote names from any repositoryAtharva Raykar1-15/+23
2022-03-04submodule--helper run-update-procedure: remove --suboidGlen Choo1-3/+6
2022-03-04submodule--helper: reorganize code for sh to C conversionGlen Choo1-5/+21
2022-03-04submodule--helper: remove update-module-modeGlen Choo1-24/+0
2022-03-04lockfile API users: simplify and don't leak "path"Ævar Arnfjörð Bjarmason1-2/+1
2022-03-04commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason1-3/+3
2022-03-04submodule--helper: fix trivial leak in module_add()Ævar Arnfjörð Bjarmason1-1/+4
2022-03-04bundle: call strvec_clear() on allocated strvecÆvar Arnfjörð Bjarmason1-0/+1
2022-03-04urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason1-1/+1
2022-03-04merge-base: free() allocated "struct commit **" listÆvar Arnfjörð Bjarmason1-1/+4
2022-03-04index-pack: fix memory leaksÆvar Arnfjörð Bjarmason1-0/+5
2022-03-03config: correct "--type" option in "git config -h" outputMatheus Felipe1-1/+1
2022-03-03builtin/remote.c: show progress when renaming remote referencesTaylor Blau1-5/+25
2022-03-03builtin/remote.c: parse options in 'rename'Taylor Blau1-3/+6
2022-03-03am/apply: warn if we end up reading patches from terminalJunio C Hamano1-0/+3
2022-03-02stash: call reflog_delete() in reflog.cJohn Cai1-14/+4
2022-03-02reflog: libify delete reflog function and helpersJohn Cai1-451/+4
2022-03-01checkout, clone: die if tree cannot be parsedGlen Choo2-3/+12
2022-03-01read-tree: make three-way merge sparse-awareVictoria Dye1-5/+0
2022-03-01read-tree: make two-way merge sparse-awareVictoria Dye1-5/+0
2022-03-01read-tree: narrow scope of index expansion for '--prefix'Victoria Dye1-2/+1
2022-03-01read-tree: integrate with sparse indexVictoria Dye1-2/+19
2022-03-01read-tree: explicitly disallow prefixes with a leading '/'Victoria Dye1-0/+4
2022-03-01remote: read symbolic refs via `refs_read_symbolic_ref()`Patrick Steinhardt1-3/+5
2022-03-01fetch: avoid lookup of commits when not appending to FETCH_HEADPatrick Steinhardt1-15/+27
2022-03-01Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optimJunio C Hamano1-61/+129
2022-02-25switch: mention the --detach option when dying due to lack of a branchAlex Henrie1-11/+19
2022-02-25object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason4-10/+13