Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27builtin/pack-objects: avoid using struct object_id for pack hashbrian m. carlson
2021-04-27builtin/show-index: set the algorithm for object IDsbrian m. carlson
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-27builtin/pack-redundant: avoid casting buffers to struct object_idbrian m. carlson
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-04-21Merge branch 'jk/pack-objects-bitmap-progress-fix'Junio C Hamano
2021-04-20ref-filter: reuse output bufferZheNing Hu
2021-04-20ref-filter: get rid of show_ref_array_itemZheNing Hu
2021-04-20config: unify code paths to get global config pathsPatrick Steinhardt
2021-04-20config: rename `git_etc_config()`Patrick Steinhardt
2021-04-20rev-list: allow filtering of provided itemsPatrick Steinhardt
2021-04-19parallel-checkout: make it truly parallelMatheus Tavares
2021-04-17diff-merges: introduce log.diffMerges config variableSergey Organov
2021-04-16Merge branch 'en/ort-readiness'Junio C Hamano
2021-04-16maintenance: respect remote.*.skipFetchAllDerrick Stolee
2021-04-16maintenance: use 'git fetch --prefetch'Derrick Stolee
2021-04-16fetch: add --prefetch optionDerrick Stolee
2021-04-14update-index: ensure full indexDerrick Stolee
2021-04-14stash: ensure full indexDerrick Stolee
2021-04-14rm: ensure full indexDerrick Stolee
2021-04-14merge-index: ensure full indexDerrick Stolee
2021-04-14ls-files: ensure full indexDerrick Stolee
2021-04-14grep: ensure full indexDerrick Stolee
2021-04-14fsck: ensure full indexDerrick Stolee
2021-04-14difftool: ensure full indexDerrick Stolee
2021-04-14commit: ensure full indexDerrick Stolee
2021-04-14checkout: ensure full indexDerrick Stolee
2021-04-14checkout-index: ensure full indexDerrick Stolee
2021-04-14add: ensure full indexDerrick Stolee
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2021-04-14Merge branch 'tb/pack-preferred-tips-to-give-bitmap'Junio C Hamano
2021-04-13lookup_unknown_object(): take a repository argumentJeff King
2021-04-12pack-objects: update "nr_seen" progress based on pack-reused countJeff King
2021-04-09rm: honor sparse checkout patternsMatheus Tavares
2021-04-09add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares
2021-04-09pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares
2021-04-09add: make --chmod and --renormalize honor sparse checkoutsMatheus Tavares
2021-04-09add: include magic part of pathspec on --refresh errorMatheus Tavares
2021-04-08Merge branch 'en/sequencer-edit-upon-conflict-fix'Junio C Hamano
2021-04-08Merge branch 'll/clone-reject-shallow'Junio C Hamano
2021-04-08Merge branch 'tb/reverse-midx'Junio C Hamano
2021-04-08Merge branch 'ab/fsck-api-cleanup'Junio C Hamano
2021-04-08Merge branch 'cc/downcase-opt-help'Junio C Hamano
2021-04-08Merge branch 'zh/commit-trailer'Junio C Hamano
2021-04-08Merge branch 'ah/plugleaks'Junio C Hamano
2021-04-07maintenance: simplify prefetch logicDerrick Stolee
2021-04-03Merge branch 'zh/format-patch-fractional-reroll-count'Junio C Hamano
2021-04-03Merge branch 'jh/simple-ipc'Junio C Hamano
2021-04-03Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano