index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
bisect.c
Age
Commit message (
Expand
)
Author
2025-11-05
Merge branch 'rz/t0450-bisect-doc-update'
Junio C Hamano
2025-10-28
bisect: update usage and docs to match each other
Ruoyu Zhong
2025-10-22
bisect: fix handling of `help` and invalid subcommands
Ruoyu Zhong
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
2024-08-09
refs: add referent to each_ref_fn
John Cai
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-02
Merge branch 'ps/pseudo-refs'
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-20
Merge branch 'jk/bisect-reset-fix'
Junio C Hamano
2023-12-14
bisect: consistently write BISECT_EXPECTED_REV via the refdb
Patrick Steinhardt
2023-12-09
bisect: always clean on reset
Jeff King
2023-10-23
doc/git-bisect: clarify `git bisect run` syntax
Javier Mora
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-04-24
copy.h: move declarations for copy.c functions from cache.h
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 oid-array.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
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "pretty.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-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
wrapper.h: move declarations for wrapper.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/bisect-already-used-branch'
Junio C Hamano
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-01-22
bisect: fix "reset" when branch is checked out elsewhere
Rubén Justo
2023-01-13
bisect: remove Cogito-related code
Johannes Schindelin
2023-01-13
bisect run: fix the error message
Johannes Schindelin
2023-01-13
bisect--helper: make the order consistently `argc, argv`
Ævar Arnfjörð Bjarmason
2023-01-13
bisect--helper: simplify exit code computation
Johannes Schindelin
2022-11-11
Turn `git bisect` into a full built-in
Johannes Schindelin