summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Merge branch 'jk/promisor-optim'Libravatar Junio C Hamano2-2/+2
2021-04-30bisect--helper: use BISECT_TERMS in 'bisect skip' commandLibravatar Ramsay Jones1-0/+1
2021-04-28repack: avoid loosening promisor objects in partial clonesLibravatar Rafael Silva2-3/+14
2021-04-28builtin/rm: avoid leaking pathspec and seenLibravatar Andrzej Hunt1-0/+2
2021-04-28builtin/rebase: release git_format_patch_opt tooLibravatar Andrzej Hunt1-0/+1
2021-04-28builtin/for-each-ref: free filter and UNLEAK sorting.Libravatar Andrzej Hunt1-0/+3
2021-04-28builtin/checkout: clear pending objects after diffingLibravatar Andrzej Hunt1-0/+1
2021-04-28builtin/check-ignore: clear_pathspec before returningLibravatar Andrzej Hunt1-0/+1
2021-04-28builtin/bugreport: don't leak prefixed filenameLibravatar Andrzej Hunt1-3/+5
2021-04-28ls-files: free max_prefix when doneLibravatar Andrzej Hunt1-1/+2
2021-04-27builtin/pack-objects: avoid using struct object_id for pack hashLibravatar brian m. carlson1-10/+10
2021-04-27builtin/show-index: set the algorithm for object IDsLibravatar brian m. carlson1-1/+3
2021-04-27hash: provide per-algorithm null OIDsLibravatar brian m. carlson12-33/+35
2021-04-27builtin/pack-redundant: avoid casting buffers to struct object_idLibravatar brian m. carlson1-14/+14
2021-04-27Use the final_oid_fn to finalize hashing of object IDsLibravatar brian m. carlson3-4/+4
2021-04-27Always use oidread to read into struct object_idLibravatar brian m. carlson3-5/+5
2021-04-20Merge branch 'jk/pack-objects-bitmap-progress-fix'Libravatar Junio C Hamano1-1/+2
2021-04-20ref-filter: reuse output bufferLibravatar ZheNing Hu3-16/+20
2021-04-19ref-filter: get rid of show_ref_array_itemLibravatar ZheNing Hu2-4/+24
2021-04-19config: unify code paths to get global config pathsLibravatar Patrick Steinhardt1-2/+2
2021-04-19config: rename `git_etc_config()`Libravatar Patrick Steinhardt1-1/+1
2021-04-19rev-list: allow filtering of provided itemsLibravatar Patrick Steinhardt2-10/+28
2021-04-19parallel-checkout: make it truly parallelLibravatar Matheus Tavares1-0/+145
2021-04-16diff-merges: introduce log.diffMerges config variableLibravatar Sergey Organov1-0/+2
2021-04-16Merge branch 'en/ort-readiness'Libravatar Junio C Hamano1-0/+1
2021-04-16maintenance: respect remote.*.skipFetchAllLibravatar Derrick Stolee1-0/+3
2021-04-16maintenance: use 'git fetch --prefetch'Libravatar Derrick Stolee1-4/+3
2021-04-16fetch: add --prefetch optionLibravatar Derrick Stolee1-1/+58
2021-04-14update-index: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14stash: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14rm: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14merge-index: ensure full indexLibravatar Derrick Stolee1-0/+5
2021-04-14ls-files: ensure full indexLibravatar Derrick Stolee1-0/+4
2021-04-14grep: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14fsck: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14difftool: ensure full indexLibravatar Derrick Stolee1-0/+3
2021-04-14commit: ensure full indexLibravatar Derrick Stolee1-0/+4
2021-04-14checkout: ensure full indexLibravatar Derrick Stolee1-0/+5
2021-04-14checkout-index: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14add: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14*: remove 'const' qualifier for struct index_stateLibravatar Derrick Stolee1-5/+5
2021-04-13Merge branch 'tb/pack-preferred-tips-to-give-bitmap'Libravatar Junio C Hamano1-0/+34
2021-04-13lookup_unknown_object(): take a repository argumentLibravatar Jeff King2-2/+2
2021-04-12pack-objects: update "nr_seen" progress based on pack-reused countLibravatar Jeff King1-1/+2
2021-04-08rm: honor sparse checkout patternsLibravatar Matheus Tavares1-11/+24
2021-04-08add: warn when asked to update SKIP_WORKTREE entriesLibravatar Matheus Tavares1-14/+56
2021-04-08pathspec: allow to ignore SKIP_WORKTREE entries on index matchingLibravatar Matheus Tavares2-3/+6
2021-04-08add: make --chmod and --renormalize honor sparse checkoutsLibravatar Matheus Tavares1-0/+5
2021-04-08add: include magic part of pathspec on --refresh errorLibravatar Matheus Tavares1-1/+1
2021-04-08Merge branch 'en/sequencer-edit-upon-conflict-fix'Libravatar Junio C Hamano1-3/+1