index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
bisect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
Merge branch 'js/coverity-unchecked-returns-fix'
Junio C Hamano
1
-12
/
+32
2026-08-18
Merge branch 'hn/bisect-reset-when-found'
Junio C Hamano
1
-12
/
+150
2026-08-12
bisect: handle dup() failure when redirecting stdout
Johannes Schindelin
1
-1
/
+8
2026-08-12
bisect: check get_terms return at all call sites
Johannes Schindelin
1
-9
/
+15
2026-08-12
bisect: check strbuf_getline_lf return when reading terms
Johannes Schindelin
1
-2
/
+9
2026-08-02
bisect: add --reset-when-found to leave when done
Harald Nordgren
1
-9
/
+145
2026-08-02
bisect: let bisect_reset() optionally check out quietly
Harald Nordgren
1
-5
/
+7
2026-07-10
bisect: ensure non-NULL `head` before using it
Johannes Schindelin
1
-1
/
+3
2026-07-10
bisect: handle NULL commit in `bisect_successful()`
Johannes Schindelin
1
-0
/
+5
2026-06-11
environment: stop using `the_repository` in `is_bare_repository()`
Patrick Steinhardt
1
-1
/
+1
2026-06-09
Merge branch 'rs/strbuf-add-oid-hex'
Junio C Hamano
1
-1
/
+1
2026-05-14
bisect: print bisect terms in single quotes
Jonas Rebmann
1
-12
/
+12
2026-05-14
bisect: use selected alternate terms in status output
Jonas Rebmann
1
-10
/
+13
2026-05-14
hex: add and use strbuf_add_oid_hex()
René Scharfe
1
-1
/
+1
2026-02-23
refs: replace `refs_for_each_glob_ref_in()`
Patrick Steinhardt
1
-10
/
+27
2025-11-19
Merge branch 'ps/ref-peeled-tags'
Junio C Hamano
1
-12
/
+5
2025-11-05
Merge branch 'rz/t0450-bisect-doc-update'
Junio C Hamano
1
-8
/
+13
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-12
/
+5
2025-10-28
bisect: update usage and docs to match each other
Ruoyu Zhong
1
-8
/
+13
2025-10-22
bisect: fix handling of `help` and invalid subcommands
Ruoyu Zhong
1
-1
/
+5
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
1
-11
/
+21
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-1
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
1
-2
/
+2
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-1
/
+3
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-1
/
+2
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-18
/
+26
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2024-01-02
Merge branch 'ps/pseudo-refs'
Junio C Hamano
1
-6
/
+2
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-20
Merge branch 'jk/bisect-reset-fix'
Junio C Hamano
1
-5
/
+4
2023-12-14
bisect: consistently write BISECT_EXPECTED_REV via the refdb
Patrick Steinhardt
1
-6
/
+2
2023-12-09
bisect: always clean on reset
Jeff King
1
-5
/
+4
2023-10-23
doc/git-bisect: clarify `git bisect run` syntax
Javier Mora
1
-2
/
+2
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
2023-04-24
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on oid-array.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-15
/
+18
2023-03-28
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-4
/
+6
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-9
/
+10
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-19
Merge branch 'rj/bisect-already-used-branch'
Junio C Hamano
1
-1
/
+2
[next]