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
/
builtin
/
rebase.c
Age
Commit message (
Expand
)
Author
2026-03-24
use strvec_pushv() to add another strvec
Junio C Hamano
2026-03-19
Merge branch 'lc/rebase-trailer'
Junio C Hamano
2026-03-12
run-command: wean auto_maintenance() functions off the_repository
Burak Kaan Karaçay
2026-03-06
rebase: support --trailer
Li Chen
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
2025-09-22
treewide: pass strvecs around for setup_revisions_from_strvec()
Jeff King
2025-09-18
Merge branch 'pw/3.0-commentchar-auto-deprecation'
Junio C Hamano
2025-08-26
config: warn on core.commentString=auto
Phillip Wood
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2025-08-03
Merge branch 'ow/rebase-verify-insn-fmt-before-initializing-state'
Junio C Hamano
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-07-09
parse-options: add precision handling for OPTION_NEGBIT
René Scharfe
2025-06-09
rebase: write script before initializing state
Øystein Walle
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
2025-04-17
Merge branch 'en/merge-recursive-debug'
Junio C Hamano
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
2025-04-15
Merge branch 'js/comma-semicolon-confusion'
Junio C Hamano
2025-04-15
object-file: move `mkdir_in_gitdir()` into "path.c"
Patrick Steinhardt
2025-04-08
builtin/{merge,rebase,revert}: remove GIT_TEST_MERGE_ALGORITHM
Elijah Newren
2025-03-28
rebase: avoid using the comma operator unnecessarily
Johannes Schindelin
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-20
Merge branch 'pw/rebase-autostash-fix'
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-03
rebase: apply and cleanup autostash when rebase fails to start
Phillip Wood
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2024-08-14
builtin/rebase: fix leaking `commit.gpgsign` value
Patrick Steinhardt
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
2024-06-20
Merge branch 'pw/rebase-i-error-message'
Junio C Hamano
2024-06-07
builtin/rebase: always store allocated string in `options.strategy`
Patrick Steinhardt
2024-06-07
builtin/rebase: do not assign default backend to non-constant field
Patrick Steinhardt
2024-05-30
rebase -i: pass struct replay_opts to parse_insn_line()
Phillip Wood
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
2024-04-03
Merge branch 'bl/cherry-pick-empty'
Junio C Hamano
2024-04-01
Merge branch 'jk/rebase-apply-leakfix'
Junio C Hamano
2024-03-25
rebase: update `--empty=ask` to `--empty=stop`
Brian Lyles
2024-03-22
rebase: use child_process_clear() to clean
Jeff King
2024-03-18
Merge branch 'pw/rebase-i-ignore-cherry-pick-help-environment'
Junio C Hamano
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
[next]