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-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano
2021-05-07Merge branch 'ps/rev-list-object-type-filter'Junio C Hamano
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano
2021-05-07Merge branch 'ps/config-global-override'Junio C Hamano
2021-05-07Merge branch 'zh/format-ref-array-optim'Junio C Hamano
2021-04-30Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano
2021-04-30Merge branch 'so/log-diff-merge'Junio C Hamano
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-30Merge branch 'ds/maintenance-prefetch-fix'Junio C Hamano
2021-04-30Merge branch 'jk/promisor-optim'Junio C Hamano
2021-04-28builtin/rm: avoid leaking pathspec and seenAndrzej Hunt
2021-04-28builtin/rebase: release git_format_patch_opt tooAndrzej Hunt
2021-04-28builtin/for-each-ref: free filter and UNLEAK sorting.Andrzej Hunt
2021-04-28builtin/checkout: clear pending objects after diffingAndrzej Hunt
2021-04-28builtin/check-ignore: clear_pathspec before returningAndrzej Hunt
2021-04-28builtin/bugreport: don't leak prefixed filenameAndrzej Hunt
2021-04-28ls-files: free max_prefix when doneAndrzej Hunt
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