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
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-03Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-10Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano
2023-11-16ref-filter.c: use peeled tag for '*' format fieldsVictoria Dye
2023-11-16ref-filter.c: filter & format refs in the same callbackVictoria Dye
2023-11-16ref-filter.c: refactor to create common helper functionsVictoria Dye
2023-11-16ref-filter.c: rename 'ref_filter_handler()' to 'filter_one()'Victoria Dye
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye
2023-11-16ref-filter.h: move contains caches into filterVictoria Dye
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye
2023-10-17status: fix branch shown when not only bisectingRubén Justo
2023-09-26ref-filter: add mailmap supportKousik Sanagavarapu
2023-09-14Merge branch 'ks/ref-filter-sort-numerically'Junio C Hamano
2023-09-06ref-filter: sort numerically when ":size" is usedKousik Sanagavarapu
2023-08-30ref-filter: mark unused parameters in parser callbacksJeff King
2023-08-02Merge branch 'ks/ref-filter-describe'Junio C Hamano
2023-07-25Merge branch 'jk/nested-points-at'Junio C Hamano
2023-07-24ref-filter: add new "describe" atomKousik Sanagavarapu
2023-07-24ref-filter: add multiple-option parsing functionsKousik Sanagavarapu
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-18ref-filter: simplify return type of match_points_atJeff King
2023-07-18ref-filter: avoid parsing non-tags in match_points_at()Jeff King
2023-07-18ref-filter: avoid parsing tagged objects in match_points_at()Jeff King
2023-07-18ref-filter: handle nested tags in --points-at optionJan Klötzke
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-14Merge branch 'ks/ref-filter-signature'Junio C Hamano
2023-07-11refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau
2023-07-11refs: plumb `exclude_patterns` argument throughoutTaylor Blau
2023-07-11builtin/for-each-ref.c: add `--exclude` optionTaylor Blau
2023-07-11ref-filter.c: parameterize match functions over patternsJeff King
2023-07-11ref-filter: add `ref_filter_clear()`Jeff King
2023-07-11ref-filter: clear reachable list pointers after freeingJeff King
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-06ref-filter: add new "signature" atomKousik Sanagavarapu
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-24versioncmp.h: move declarations for versioncmp.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren
2023-04-06Merge branch 'ow/ref-format-remove-unused-member'Junio C Hamano
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-30ref-filter: remove unused ref_format memberØystein Walle