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-03Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano
2023-10-17status: fix branch shown when not only bisectingRubén Justo
2023-08-09branch: error message checking out a branch in useRubén Justo
2023-07-22branch: update the message to refuse touching a branch in-useJunio C Hamano
2023-06-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-17branch: fix a leak in setup_trackingRubén Justo
2023-06-13branch: fix a leak in setup_trackingRubén Justo
2023-06-13branch: fix a leak in check_tracking_branchRubén Justo
2023-06-13branch: fix a leak in inherit_trackingRubén Justo
2023-06-13branch: fix a leak in dwim_and_setup_trackingRubén Justo
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah 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 advice.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "refs.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: test for failures while renaming branchesRubén Justo
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah 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-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-01-19branch: improve advice when --recurse-submodules failsPhilippe Blain
2022-07-19branch: consider refs under 'update-refs'Derrick Stolee
2022-07-12Merge branch 'ds/branch-checked-out' into ds/rebase-update-refJunio C Hamano
2022-06-15branch: fix branch_checked_out() leaksDerrick Stolee
2022-06-15branch: check for bisects and rebasesDerrick Stolee
2022-06-15branch: add branch_checked_out() helperDerrick Stolee
2022-06-11Merge branch 'ab/env-array'Junio C Hamano
2022-06-03run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-05-27Merge branch 'tk/simple-autosetupmerge'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' into ep/equals-null-cocciJunio 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-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks
2022-04-04Merge branch 'tk/ambiguous-fetch-refspec'Junio C Hamano
2022-04-04Merge branch 'gc/branch-recurse-submodules-fix'Junio C Hamano
2022-04-01tracking branches: add advice to ambiguous refspec errorTao Klerks
2022-04-01branch.c: simplify advice-and-die sequenceGlen Choo
2022-04-01branch: rework comments for future developersGlen Choo
2022-03-31branch: remove negative exit codeGlen Choo
2022-03-31branch --set-upstream-to: be consistent when advisingGlen Choo
2022-03-30branch: give submodule updating advice before exitGlen Choo
2022-03-30branch: support more tracking modes when recursingGlen Choo
2022-02-19Merge branch 'gc/branch-recurse-submodules'Junio C Hamano