index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
rebase.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
1
-2
/
+1
2025-09-22
treewide: pass strvecs around for setup_revisions_from_strvec()
Jeff King
1
-2
/
+1
2025-09-18
Merge branch 'pw/3.0-commentchar-auto-deprecation'
Junio C Hamano
1
-0
/
+3
2025-08-26
config: warn on core.commentString=auto
Phillip Wood
1
-0
/
+3
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-2
/
+2
2025-08-03
Merge branch 'ow/rebase-verify-insn-fmt-before-initializing-state'
Junio C Hamano
1
-21
/
+21
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-09
parse-options: add precision handling for OPTION_NEGBIT
René Scharfe
1
-0
/
+1
2025-06-09
rebase: write script before initializing state
Øystein Walle
1
-21
/
+21
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-6
/
+19
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-1
/
+2
2025-04-17
Merge branch 'en/merge-recursive-debug'
Junio C Hamano
1
-5
/
+0
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-6
/
+19
2025-04-15
Merge branch 'js/comma-semicolon-confusion'
Junio C Hamano
1
-1
/
+1
2025-04-15
object-file: move `mkdir_in_gitdir()` into "path.c"
Patrick Steinhardt
1
-1
/
+2
2025-04-08
builtin/{merge,rebase,revert}: remove GIT_TEST_MERGE_ALGORITHM
Elijah Newren
1
-5
/
+0
2025-03-28
rebase: avoid using the comma operator unnecessarily
Johannes Schindelin
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-1
/
+1
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
1
-3
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+6
2024-09-20
Merge branch 'pw/rebase-autostash-fix'
Junio C Hamano
1
-7
/
+32
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-03
rebase: apply and cleanup autostash when rebase fails to start
Phillip Wood
1
-7
/
+32
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2024-08-14
builtin/rebase: fix leaking `commit.gpgsign` value
Patrick Steinhardt
1
-0
/
+1
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-06-20
Merge branch 'pw/rebase-i-error-message'
Junio C Hamano
1
-6
/
+11
2024-06-07
builtin/rebase: always store allocated string in `options.strategy`
Patrick Steinhardt
1
-7
/
+7
2024-06-07
builtin/rebase: do not assign default backend to non-constant field
Patrick Steinhardt
1
-9
/
+16
2024-05-30
rebase -i: pass struct replay_opts to parse_insn_line()
Phillip Wood
1
-6
/
+11
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-1
/
+1
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
1
-8
/
+10
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-8
/
+10
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-2
/
+1
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
1
-1
/
+1
2024-04-03
Merge branch 'bl/cherry-pick-empty'
Junio C Hamano
1
-6
/
+10
2024-04-01
Merge branch 'jk/rebase-apply-leakfix'
Junio C Hamano
1
-3
/
+3
2024-03-25
rebase: update `--empty=ask` to `--empty=stop`
Brian Lyles
1
-6
/
+10
2024-03-22
rebase: use child_process_clear() to clean
Jeff King
1
-3
/
+3
2024-03-18
Merge branch 'pw/rebase-i-ignore-cherry-pick-help-environment'
Junio C Hamano
1
-11
/
+3
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
1
-1
/
+1
2024-03-11
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
1
-3
/
+5
2024-03-01
Merge branch 'hs/rebase-not-in-progress' into HEAD
Junio C Hamano
1
-1
/
+1
2024-02-29
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
1
-3
/
+5
2024-02-27
rebase -i: stop setting GIT_CHERRY_PICK_HELP
Phillip Wood
1
-11
/
+3
2024-02-21
rebase: make warning less passive aggressive
Harmen Stoppels
1
-1
/
+1
[next]