summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-08Merge branch 'll/clone-reject-shallow'Libravatar Junio C Hamano1-0/+21
2021-04-08Merge branch 'tb/reverse-midx'Libravatar Junio C Hamano2-35/+149
2021-04-07Merge branch 'ab/fsck-api-cleanup'Libravatar Junio C Hamano4-42/+19
2021-04-07Merge branch 'cc/downcase-opt-help'Libravatar Junio C Hamano2-5/+5
2021-04-07Merge branch 'zh/commit-trailer'Libravatar Junio C Hamano1-0/+22
2021-04-07Merge branch 'ah/plugleaks'Libravatar Junio C Hamano7-38/+36
2021-04-06maintenance: simplify prefetch logicLibravatar Derrick Stolee1-25/+8
2021-04-02Merge branch 'zh/format-patch-fractional-reroll-count'Libravatar Junio C Hamano1-9/+16
2021-04-02Merge branch 'jh/simple-ipc'Libravatar Junio C Hamano2-2/+3
2021-04-02Merge branch 'mt/parallel-checkout-part-1'Libravatar Junio C Hamano4-0/+5