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
/
t
/
t3404-rebase-interactive.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-12
sequencer: release the ODB before spawning git commit
Johannes Schindelin
1
-0
/
+18
2026-08-11
Merge branch 'sk/test-commit-body-helper'
Junio C Hamano
1
-1
/
+1
2026-07-27
t: use commit_body to extract commit message bodies
Shlok Kulshreshtha
1
-1
/
+1
2026-07-27
Merge branch 'pw/rebase-drop-notes-with-commit'
Junio C Hamano
1
-0
/
+11
2026-07-15
sequencer: be more careful with external merge
Phillip Wood
1
-0
/
+11
2026-07-06
t: convert grep assertions to test_grep
Michael Montalbo
1
-36
/
+36
2026-05-19
Merge branch 'ag/rebase-update-refs-limit-to-branches'
Junio C Hamano
1
-0
/
+18
2026-05-11
rebase: ignore non-branch update-refs
Abhinav Gupta
1
-0
/
+18
2026-02-24
t34xx: don't expire reflogs where it matters
Patrick Steinhardt
1
-0
/
+6
2025-09-18
Merge branch 'pw/3.0-commentchar-auto-deprecation'
Junio C Hamano
1
-2
/
+17
2025-08-26
commit: print advice when core.commentString=auto
Phillip Wood
1
-1
/
+11
2025-08-26
config: warn on core.commentString=auto
Phillip Wood
1
-1
/
+6
2025-08-26
breaking-changes: deprecate support for core.commentString=auto
Phillip Wood
1
-1
/
+1
2025-08-21
Merge branch 'js/rebase-i-allow-drop-on-a-merge'
Junio C Hamano
1
-0
/
+1
2025-08-06
rebase -i: permit 'drop' of a merge commit
Johannes Sixt
1
-0
/
+1
2025-05-16
sequencer: make it clearer that commit descriptions are just comments
Elijah Newren
1
-27
/
+27
2025-02-11
rebase -i: reword empty commit after fast-forward
Phillip Wood
1
-0
/
+14
2024-12-15
Merge branch 'bf/explicit-config-set-in-advice-messages'
Junio C Hamano
1
-3
/
+3
2024-12-06
advice: suggest using subcommand "git config set"
Bence Ferdinandy
1
-3
/
+3
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-11-01
Merge branch 'ua/t3404-cleanup'
Taylor Blau
1
-25
/
+50
2024-11-01
Merge branch 'ps/platform-compat-fixes'
Taylor Blau
1
-14
/
+12
2024-10-16
t3404: work around platform-specific behaviour on macOS 10.15
Patrick Steinhardt
1
-14
/
+12
2024-10-14
t3404: replace test with test_line_count()
Usman Akinyemi
1
-14
/
+14
2024-10-14
t3404: avoid losing exit status with focus on `git show` and `git cat-file`
Usman Akinyemi
1
-23
/
+48
2024-10-09
rebase-merges: try and use branch names as labels
Nicolas Guichard
1
-2
/
+2
2024-08-14
builtin/rebase: fix leaking `commit.gpgsign` value
Patrick Steinhardt
1
-0
/
+1
2024-05-30
rebase -i: improve error message when picking merge
Phillip Wood
1
-0
/
+45
2024-02-14
Merge branch 'vn/rebase-with-cherry-pick-authorship'
Junio C Hamano
1
-0
/
+12
2024-02-08
sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commands
Vegard Nossum
1
-0
/
+12
2023-12-09
Merge branch 'ps/ref-tests-update'
Junio C Hamano
1
-1
/
+1
2023-11-08
Merge branch 'jc/test-i18ngrep'
Junio C Hamano
1
-20
/
+20
2023-11-03
t: convert tests to not write references via the filesystem
Patrick Steinhardt
1
-1
/
+1
2023-11-02
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
1
-19
/
+19
2023-09-20
Merge branch 'ob/t3404-typofix'
Junio C Hamano
1
-1
/
+1
2023-09-14
Merge branch 'pw/rebase-i-after-failure'
Junio C Hamano
1
-11
/
+40
2023-09-12
t3404-rebase-interactive.sh: fix typos in title of a rewording test
Oswald Buddenhagen
1
-1
/
+1
2023-09-06
rebase -i: fix adding failed command to the todo list
Phillip Wood
1
-11
/
+18
2023-09-06
rebase --continue: refuse to commit after failed command
Phillip Wood
1
-1
/
+17
2023-09-06
rebase: fix rewritten list for failed pick
Phillip Wood
1
-0
/
+6
2023-07-24
sequencer: finish parsing the todo list despite an invalid first line
Alex Henrie
1
-0
/
+26
2023-02-28
Merge branch 'pw/rebase-i-parse-fix'
Junio C Hamano
1
-5
/
+7
2023-02-23
rebase -i: match whole word in is_command()
Phillip Wood
1
-5
/
+7
2023-02-21
rebase -i: check labels and refs when parsing todo list
Phillip Wood
1
-0
/
+23
2022-11-07
rebase --update-refs: avoid unintended ref deletion
Victoria Dye
1
-0
/
+107
2022-09-21
t: remove \{m,n\} from BRE grep usage
Đoàn Trần Công Danh
1
-3
/
+3
2022-07-19
sequencer: notify user of --update-refs activity
Derrick Stolee
1
-4
/
+33
2022-07-19
rebase: add rebase.updateRefs config option
Derrick Stolee
1
-0
/
+14
2022-07-19
sequencer: rewrite update-refs as user edits todo list
Derrick Stolee
1
-0
/
+139
2022-07-19
rebase: update refs from 'update-ref' commands
Derrick Stolee
1
-0
/
+17
[next]