summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2023-02-06commit-graph: use free_commit_graph() instead of UNLEAK()Ævar Arnfjörð Bjarmason1-2/+4
2023-02-06docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason1-1/+1
2023-02-06add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason4-34/+16
2023-02-06add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason1-41/+21
2023-02-06pack-objects: use strcspn(3) in name_cmp_len()René Scharfe1-8/+5
2023-02-06Sync with 2.38.4Johannes Schindelin1-4/+4
2023-02-06Sync with 2.37.6Johannes Schindelin1-4/+4
2023-02-06Sync with 2.36.5Johannes Schindelin1-4/+4
2023-02-06Sync with 2.35.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.34.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.33.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.32.6Johannes Schindelin1-4/+4
2023-02-06Sync with 2.31.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.30.8Johannes Schindelin1-4/+4
2023-02-03delta-islands: free island_marks and bitmapsEric Wong1-1/+3
2023-02-03Merge branch 'en/rebase-incompatible-opts'Junio C Hamano1-21/+58
2023-01-31fetch: fetch from an external bundle URIDerrick Stolee1-0/+6
2023-01-31clone: set fetch.bundleURI if appropriateDerrick Stolee1-1/+5
2023-01-27Merge branch 'cw/fetch-remote-group-with-duplication'Junio C Hamano1-0/+1
2023-01-27Merge branch 'jk/hash-object-literally-fd-leak'Junio C Hamano1-0/+1
2023-01-27Merge branch 'ab/cache-api-cleanup-users'Junio C Hamano4-7/+7
2023-01-25rebase: provide better error message for apply options vs. merge configElijah Newren1-6/+21
2023-01-25rebase: put rebase_options initialization in single placeElijah Newren1-2/+2
2023-01-25rebase: add coverage of other incompatible optionsElijah Newren1-0/+3
2023-01-25rebase: fix incompatiblity checks for --[no-]reapply-cherry-picksElijah Newren1-13/+21
2023-01-25rebase: flag --apply and --merge as incompatibleElijah Newren1-2/+10
2023-01-25rebase: mark --update-refs as requiring the merge backendElijah Newren1-0/+3
2023-01-24clone: delay picking a transport until after get_repo_path()Taylor Blau1-4/+4
2023-01-23Merge branch 'jc/format-patch-v-unleak'Junio C Hamano1-3/+3
2023-01-23Merge branch 'ab/test-env-helper'Junio C Hamano1-100/+0
2023-01-23Merge branch 'kn/attr-from-tree'Junio C Hamano2-14/+23
2023-01-23Merge branch 'rs/ls-tree-path-expansion-fix'Junio C Hamano1-7/+4
2023-01-23Merge branch 'ab/cache-api-cleanup'Junio C Hamano4-12/+11
2023-01-22bisect: fix "reset" when branch is checked out elsewhereRubén Justo1-1/+2
2023-01-21Merge branch 'ab/bisect-cleanup'Junio C Hamano1-32/+20
2023-01-21Merge branch 'tl/ls-tree-code-clean-up'Junio C Hamano1-107/+150
2023-01-21Merge branch 'pw/rebase-exec-cleanup'Junio C Hamano1-34/+11
2023-01-21Merge branch 'sk/merge-filtering-strategies-micro-optim'Junio C Hamano1-1/+1
2023-01-21Merge branch 'rs/dup-array'Junio C Hamano1-2/+1
2023-01-19fetch: fix duplicate remote parallel fetch bugCalvin Wan1-0/+1
2023-01-19hash-object: fix descriptor leak with --literallyJeff King1-0/+1
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason4-7/+7
2023-01-17Merge branch 'ab/cache-api-cleanup' into ab/cache-api-cleanup-usersJunio C Hamano4-12/+11
2023-01-16Merge branch 'jk/strncmp-to-api-funcs'Junio C Hamano2-3/+5
2023-01-16Merge branch 'ar/dup-words-fixes'Junio C Hamano2-4/+3
2023-01-16Merge branch 'tr/am--no-verify'Junio C Hamano1-3/+8
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason4-10/+11
2023-01-16format-patch: unleak "-v <num>"Junio C Hamano1-3/+3
2023-01-14ls-tree: remove dead store and strbuf for quote_c_style()René Scharfe1-5/+2
2023-01-14ls-tree: fix expansion of repeated %(path)René Scharfe1-3/+3