index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
branch.c
Age
Commit message (
Expand
)
Author
2025-12-03
branch: advice using git-help(1) instead of man(1)
Kristoffer Haugsbakk
2025-07-23
config: drop `git_config_get_multivar_gently()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config_set_gently()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
2025-06-23
remote: remove branch->merge_name and fix branch_release()
Jacob Keller
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
2025-02-07
worktree: return allocated string from `get_worktree_git_dir()`
Patrick Steinhardt
2024-12-15
Merge branch 'jc/forbid-head-as-tagname'
Junio C Hamano
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
2024-09-30
submodule: fix leaking submodule entry list
Patrick Steinhardt
2024-09-12
branch: stop modifying `log_all_ref_updates` variable
Patrick Steinhardt
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2024-04-19
Merge branch 'pf/commitish-committish'
Junio C Hamano
2024-04-11
typo: replace 'commitish' with 'committish'
Pi Fisher
2024-03-05
branch: advise about ref syntax rules
Kristoffer Haugsbakk
2024-01-19
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
Patrick Steinhardt
2024-01-19
refs: convert AUTO_MERGE to become a normal pseudo-ref
Patrick Steinhardt
2024-01-02
Merge branch 'rj/status-bisect-while-rebase'
Junio C Hamano
2023-10-16
status: fix branch shown when not only bisecting
Rubén Justo
2023-08-08
branch: error message checking out a branch in use
Rubén Justo
2023-07-21
branch: update the message to refuse touching a branch in-use
Junio C Hamano
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-17
branch: fix a leak in setup_tracking
Rubén Justo
2023-06-12
branch: fix a leak in setup_tracking
Rubén Justo
2023-06-12
branch: fix a leak in check_tracking_branch
Rubén Justo
2023-06-12
branch: fix a leak in inherit_tracking
Rubén Justo
2023-06-12
branch: fix a leak in dwim_and_setup_tracking
Rubén Justo
2023-05-15
Merge branch 'rj/branch-unborn-in-other-worktrees'
Junio C Hamano
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-27
branch: test for failures while renaming branches
Rubén Justo
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-19
Merge branch 'rj/avoid-switching-to-already-used-branch'
Junio C Hamano
2023-02-25
branch: fix die_if_checked_out() when ignore_current_worktree
Rubén Justo
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-01-18
branch: improve advice when --recurse-submodules fails
Philippe Blain
2022-07-19
branch: consider refs under 'update-refs'
Derrick Stolee
2022-07-12
Merge branch 'ds/branch-checked-out' into ds/rebase-update-ref
Junio C Hamano
[next]