index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t3430-rebase-merges.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-11-21
1
-1
/
+0
*
rebase-merges: try and use branch names as labels
Nicolas Guichard
2024-10-09
1
-6
/
+6
*
t3430: drop unnecessary one-shot "VAR=val shell-func" invocation
Eric Sunshine
2024-07-27
1
-2
/
+1
*
merge: fix leaking merge bases
Patrick Steinhardt
2024-06-11
1
-0
/
+1
*
Merge branch 'pw/rebase-i-after-failure'
Junio C Hamano
2023-09-14
1
-8
/
+22
|
\
|
*
rebase -i: fix adding failed command to the todo list
Phillip Wood
2023-09-06
1
-6
/
+16
|
*
rebase --continue: refuse to commit after failed command
Phillip Wood
2023-09-06
1
-0
/
+4
|
*
rebase: fix rewritten list for failed pick
Phillip Wood
2023-09-06
1
-2
/
+2
*
|
rebase: allow overriding the maximal length of the generated labels
Johannes Schindelin
2023-08-10
1
-0
/
+11
*
|
Merge branch 'js/rebase-count-fixes'
Junio C Hamano
2023-05-19
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
rebase -r: fix the total number shown in the progress
Johannes Schindelin
2023-05-15
1
-0
/
+8
*
|
rebase: add a config option for --rebase-merges
Alex Henrie
2023-03-27
1
-0
/
+34
*
|
rebase: add documentation and test for --no-rebase-merges
Alex Henrie
2023-03-27
1
-0
/
+10
*
|
sequencer: tighten label lookups
Phillip Wood
2022-11-11
1
-0
/
+9
*
|
sequencer: unify label lookup
Phillip Wood
2022-11-11
1
-0
/
+8
|
/
*
tests: change "mkdir -p && write_script" to use "test_hook"
Ævar Arnfjörð Bjarmason
2022-03-17
1
-3
/
+3
*
rebase -r: fix merge -c with a merge strategy
Phillip Wood
2021-08-23
1
-0
/
+18
*
rebase -r: make 'merge -c' behave like reword
Phillip Wood
2021-08-20
1
-9
/
+11
*
t34*: adjust the references to the default branch name "main"
Johannes Schindelin
2020-11-20
1
-9
/
+9
*
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
2020-11-20
1
-0
/
+3
*
t/t3430: avoid undefined git diff behavior
Chris Torek
2020-06-10
1
-1
/
+1
*
lib-log-graph: consolidate test_cmp_graph logic
Abhishek Kumar
2020-02-24
1
-3
/
+2
*
Merge branch 'dl/t5520-cleanup'
Junio C Hamano
2019-12-05
1
-1
/
+1
|
\
|
*
t: teach test_cmp_rev to accept ! for not-equals
Denton Liu
2019-11-21
1
-1
/
+1
*
|
Merge branch 'dd/rebase-merge-reserves-onto-label'
Junio C Hamano
2019-12-05
1
-0
/
+21
|
\
\
|
*
|
sequencer: handle rebase-merges for "onto" message
Doan Tran Cong Danh
2019-11-20
1
-0
/
+21
*
|
|
Merge branch 'js/rebase-r-safer-label'
Junio C Hamano
2019-12-05
1
-0
/
+6
|
\
|
|
|
*
|
rebase -r: let `label` generate safer labels
Matthew Rogers
2019-11-18
1
-0
/
+6
|
|
/
*
/
graph: smooth appearance of collapsing edges on commit lines
James Coglan
2019-10-16
1
-1
/
+1
|
/
*
Merge branch 'dl/use-sq-from-test-lib'
Junio C Hamano
2019-09-30
1
-1
/
+0
|
\
|
*
t: use common $SQ variable
Denton Liu
2019-09-06
1
-1
/
+0
*
|
Merge branch 'bc/hash-independent-tests-part-5'
Junio C Hamano
2019-09-30
1
-8
/
+15
|
\
\
|
*
|
t3430: avoid hard-coded object IDs
brian m. carlson
2019-08-20
1
-8
/
+15
|
|
/
*
|
Merge branch 'js/rebase-r-strategy'
Junio C Hamano
2019-09-18
1
-0
/
+21
|
\
\
|
|
/
|
/
|
|
*
rebase -r: support merge strategies other than `recursive`
Johannes Schindelin
2019-07-31
1
-0
/
+21
*
|
Merge branch 'pw/rebase-abort-clean-rewritten'
Junio C Hamano
2019-07-10
1
-1
/
+17
|
\
\
|
*
|
rebase --abort/--quit: cleanup refs/rewritten
Phillip Wood
2019-05-15
1
-1
/
+17
*
|
|
rebase -r: always reword merge -c
Phillip Wood
2019-05-19
1
-0
/
+13
|
|
/
|
/
|
*
|
tests (rebase): spell out the `--force-rebase` option
Johannes Schindelin
2019-04-02
1
-2
/
+2
|
/
*
implicit interactive rebase: don't run sequence editor
Phillip Wood
2019-01-28
1
-1
/
+1
*
rebase -r: do not write MERGE_HEAD unless needed
Johannes Schindelin
2018-11-13
1
-1
/
+1
*
rebase -r: demonstrate bug with conflicting merges
Johannes Schindelin
2018-11-13
1
-0
/
+16
*
Merge branch 'pw/rebase-i-merge-segv-fix'
Junio C Hamano
2018-08-20
1
-7
/
+23
|
\
|
*
rebase -i: fix SIGSEGV when 'merge <branch>' fails
Phillip Wood
2018-08-16
1
-1
/
+14
|
*
t3430: add conflicting commit
Phillip Wood
2018-08-16
1
-6
/
+9
*
|
rebase --exec: make it work with --rebase-merges
Johannes Schindelin
2018-08-09
1
-1
/
+1
*
|
t3430: demonstrate what -r, --autosquash & --exec should do
Johannes Schindelin
2018-08-06
1
-0
/
+17
*
|
rebase --rebase-merges: add support for octopus merges
Johannes Schindelin
2018-07-11
1
-0
/
+34
|
/
*
Merge branch 'bc/t3430-fixup'
Junio C Hamano
2018-06-04
1
-3
/
+2
|
\
|
*
t3430: test clean-up
brian m. carlson
2018-06-04
1
-3
/
+2
[next]