index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
branch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
2024-05-20
1
-1
/
+1
|
\
|
*
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2024-05-07
1
-1
/
+1
*
|
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-2
/
+3
*
|
Merge branch 'pf/commitish-committish'
Junio C Hamano
2024-04-19
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
typo: replace 'commitish' with 'committish'
Pi Fisher
2024-04-12
1
-5
/
+5
*
|
branch: advise about ref syntax rules
Kristoffer Haugsbakk
2024-03-05
1
-2
/
+6
*
|
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
Patrick Steinhardt
2024-01-19
1
-1
/
+1
*
|
refs: convert AUTO_MERGE to become a normal pseudo-ref
Patrick Steinhardt
2024-01-19
1
-1
/
+2
*
|
Merge branch 'rj/status-bisect-while-rebase'
Junio C Hamano
2024-01-02
1
-2
/
+2
|
\
\
|
*
|
status: fix branch shown when not only bisecting
Rubén Justo
2023-10-17
1
-2
/
+2
|
|
/
*
|
branch: error message checking out a branch in use
Rubén Justo
2023-08-09
1
-1
/
+1
*
|
branch: update the message to refuse touching a branch in-use
Junio C Hamano
2023-07-22
1
-1
/
+1
*
|
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-0
/
+1
|
\
\
|
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
|
/
*
|
branch: fix a leak in setup_tracking
Rubén Justo
2023-06-17
1
-1
/
+1
*
|
branch: fix a leak in setup_tracking
Rubén Justo
2023-06-13
1
-1
/
+1
*
|
branch: fix a leak in check_tracking_branch
Rubén Justo
2023-06-13
1
-1
/
+4
*
|
branch: fix a leak in inherit_tracking
Rubén Justo
2023-06-13
1
-1
/
+1
*
|
branch: fix a leak in dwim_and_setup_tracking
Rubén Justo
2023-06-13
1
-1
/
+2
|
/
*
Merge branch 'rj/branch-unborn-in-other-worktrees'
Junio C Hamano
2023-05-15
1
-27
/
+0
|
\
|
*
branch: test for failures while renaming branches
Rubén Justo
2023-03-27
1
-27
/
+0
*
|
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
2023-04-11
1
-1
/
+0
*
|
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-3
/
+4
|
\
\
|
*
|
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-4
/
+4
|
*
|
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
|
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
|
/
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'rj/avoid-switching-to-already-used-branch'
Junio C Hamano
2023-03-19
1
-5
/
+9
|
\
\
|
*
|
branch: fix die_if_checked_out() when ignore_current_worktree
Rubén Justo
2023-02-25
1
-5
/
+9
*
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
|
/
|
/
|
*
|
branch: improve advice when --recurse-submodules fails
Philippe Blain
2023-01-19
1
-1
/
+1
|
/
*
branch: consider refs under 'update-refs'
Derrick Stolee
2022-07-19
1
-0
/
+13
*
Merge branch 'ds/branch-checked-out' into ds/rebase-update-ref
Junio C Hamano
2022-07-12
1
-8
/
+68
|
\
|
*
branch: fix branch_checked_out() leaks
Derrick Stolee
2022-06-15
1
-10
/
+15
|
*
branch: check for bisects and rebases
Derrick Stolee
2022-06-15
1
-8
/
+27
|
*
branch: add branch_checked_out() helper
Derrick Stolee
2022-06-15
1
-0
/
+36
*
|
Merge branch 'ab/env-array'
Junio C Hamano
2022-06-11
1
-1
/
+1
|
\
\
|
*
|
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-06-02
1
-1
/
+1
*
|
|
Merge branch 'tk/simple-autosetupmerge'
Junio C Hamano
2022-05-26
1
-1
/
+26
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
branch: new autosetupmerge option 'simple' for matching branches
Tao Klerks
2022-04-29
1
-1
/
+26
|
|
/
*
|
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
Merge branch 'ep/maint-equals-null-cocci' into ep/equals-null-cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-1
/
+1
|
|
\
|
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
|
Merge branch 'tk/ambiguous-fetch-refspec'
Junio C Hamano
2022-04-04
1
-7
/
+56
|
\
\
\
[next]