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-16Merge branch 'ps/refstorage-extension'Junio C Hamano
2024-01-03Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano
2024-01-02worktree: skip reading HEAD when repairing worktreesPatrick Steinhardt
2023-10-17status: fix branch shown when not only bisectingRubén Justo
2023-08-30worktree: mark unused parameters in noop repair callbackJeff King
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29config: pass kvi to die_bad_number()Glen Choo
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-03-20Merge branch 'rj/avoid-switching-to-already-used-branch'Junio C Hamano
2023-02-26branch: fix die_if_checked_out() when ignore_current_worktreeRubén Justo
2023-02-26worktree: introduce is_shared_symref()Rubén Justo
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-09-19refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-02-26Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano
2022-02-08worktree: create init_worktree_config()Derrick Stolee
2022-01-27refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason
2021-12-02worktree: simplify find_shared_symref() memory ownership modelAnders Kaseorg
2021-10-16refs API: post-migration API renaming [2/2]Ævar Arnfjörð Bjarmason
2021-10-16refs API: ignore errno in worktree.c's find_shared_symref()Ævar Arnfjörð Bjarmason
2021-10-16refs API: ignore errno in worktree.c's add_head_info()Ævar Arnfjörð Bjarmason
2021-10-16refs API: remove refs_read_ref_full() wrapperÆvar Arnfjörð Bjarmason
2021-07-14*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-01-30worktree: teach worktree_lock_reason() to gently handle main worktreeRafael Silva
2021-01-30worktree: teach worktree to lazy-load "prunable" reasonRafael Silva
2021-01-30worktree: libify should_prune_worktree()Rafael Silva
2020-12-22worktree: teach `repair` to fix multi-directional breakageEric Sunshine
2020-10-06Merge branch 'ma/worktree-cleanups'Junio C Hamano
2020-09-28worktree: use skip_prefix to parse targetMartin Ågren
2020-09-28worktree: rename copy-pasted variableMartin Ågren
2020-09-28worktree: update renamed variable in commentMartin Ågren
2020-09-28worktree: inline `worktree_ref()` into its only callerMartin Ågren
2020-09-28wt-status: introduce wt_status_state_free_buffers()Martin Ågren
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine