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
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.h: add functions for filter/format & format-onlyVictoria Dye
2023-11-16ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye
2023-10-23builtin/branch.c: adjust error messages to coding guidelinesIsoken June Ibizugbe
2023-08-24Merge branch 'rj/branch-in-use-error-message'Junio C Hamano
2023-08-08branch: error message deleting a branch in useRubén Justo
2023-07-27Merge branch 'jc/branch-parseopt-fix'Junio C Hamano
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-18branch: reject "--no-all" and "--no-remotes" earlyJunio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-11ref-filter: add `ref_filter_clear()`Jeff King
2023-07-11ref-filter.h: provide `REF_FILTER_INIT`Jeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-29config: inline git_color_default_configGlen Choo
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-18strbuf: factor out strbuf_expand_step()René Scharfe
2023-06-17branch: fix a leak in cmd_branchRubén Justo
2023-06-12strbuf: remove global variableCalvin Wan
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-22Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano
2023-04-18Merge branch 'cm/branch-delete-error-message-update'Junio C Hamano
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
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-06branch: improve error log on branch not found by checking remotes refsClement Mabileau
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-27branch: avoid unnecessary worktrees traversalsRubén Justo
2023-03-27branch: rename orphan branches in any worktreeRubén Justo
2023-03-27branch: description for orphan branch errorsRubén Justo
2023-03-27branch: use get_worktrees() in copy_or_rename_branch()Rubén Justo
2023-03-27branch: test for failures while renaming branchesRubén Justo
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee