index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-rebase.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'nb/rebase-x-shell-docfix' into maint-2.43
Junio C Hamano
2024-02-13
1
-4
/
+3
|
\
|
*
rebase: fix documentation about used shell in -x
Nikolay Borisov
2024-01-18
1
-4
/
+3
*
|
Merge branch 'ib/rebase-reschedule-doc' into maint-2.43
Junio C Hamano
2024-02-09
1
-7
/
+10
|
\
\
|
*
|
rebase: clarify --reschedule-failed-exec default
Illia Bobyr
2024-01-05
1
-7
/
+10
|
|
/
*
|
Merge branch 'ms/rebase-insnformat-doc-fix' into maint-2.43
Junio C Hamano
2024-02-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Documentation: fix statement about rebase.instructionFormat
Maarten van der Schrieck
2024-01-03
1
-1
/
+1
*
|
am, rebase: fix arghelp syntax of --empty
René Scharfe
2023-10-29
1
-2
/
+2
*
|
rebase: add a config option for --rebase-merges
Alex Henrie
2023-03-27
1
-1
/
+2
*
|
rebase: add documentation and test for --no-rebase-merges
Alex Henrie
2023-03-27
1
-7
/
+11
|
/
*
rebase: provide better error message for apply options vs. merge config
Elijah Newren
2023-01-25
1
-1
/
+1
*
rebase: fix formatting of rebase --reapply-cherry-picks option in docs
Elijah Newren
2023-01-25
1
-2
/
+0
*
rebase: clarify the OPT_CMDMODE incompatibilities
Elijah Newren
2023-01-25
1
-28
/
+33
*
rebase: fix incompatiblity checks for --[no-]reapply-cherry-picks
Elijah Newren
2023-01-25
1
-1
/
+1
*
rebase: fix docs about incompatibilities with --root
Elijah Newren
2023-01-25
1
-5
/
+2
*
rebase: remove --allow-empty-message from incompatible opts
Elijah Newren
2023-01-25
1
-1
/
+0
*
rebase: mark --update-refs as requiring the merge backend
Elijah Newren
2023-01-25
1
-0
/
+2
*
git-rebase.txt: add a note about 'ORIG_HEAD' being overwritten
Philippe Blain
2023-01-13
1
-0
/
+7
*
Merge branch 'pw/rebase-keep-base-fixes'
Taylor Blau
2022-10-31
1
-13
/
+19
|
\
|
*
rebase --keep-base: imply --no-fork-point
Phillip Wood
2022-10-17
1
-4
/
+4
|
*
rebase --keep-base: imply --reapply-cherry-picks
Phillip Wood
2022-10-17
1
-10
/
+16
*
|
Merge branch 'ab/dedup-config-and-command-docs'
Junio C Hamano
2022-09-14
1
-0
/
+2
|
\
\
|
*
|
docs: add and use include template for config/* includes
Ævar Arnfjörð Bjarmason
2022-09-07
1
-0
/
+2
|
|
/
*
|
Merge branch 'jc/rerere-autoupdate-doc'
Junio C Hamano
2022-08-15
1
-4
/
+1
|
\
\
|
*
|
doc: consolidate --rerere-autoupdate description
Junio C Hamano
2022-08-03
1
-4
/
+1
|
|
/
*
|
Merge branch 'ds/rebase-update-ref'
Junio C Hamano
2022-08-01
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
rebase: add rebase.updateRefs config option
Derrick Stolee
2022-07-19
1
-0
/
+3
|
*
rebase: add --update-refs option
Derrick Stolee
2022-07-19
1
-0
/
+7
*
|
git-rebase.txt: use back-ticks consistently
Derrick Stolee
2022-06-30
1
-120
/
+122
|
/
*
rebase: use correct base for --keep-base when a branch is given
Alex Henrie
2022-04-21
1
-2
/
+3
*
update documentation for new zdiff3 conflictStyle
Elijah Newren
2021-12-01
1
-3
/
+3
*
Merge branch 'js/retire-preserve-merges'
Junio C Hamano
2021-10-19
1
-51
/
+0
|
\
|
*
rebase: drop support for `--preserve-merges`
Johannes Schindelin
2021-09-08
1
-51
/
+0
*
|
Merge branch 'ws/refer-to-forkpoint-config-in-rebase-doc'
Junio C Hamano
2021-10-06
1
-1
/
+2
|
\
\
|
*
|
Document `rebase.forkpoint` in rebase man page
Wesley Schwengle
2021-09-20
1
-1
/
+2
|
|
/
*
|
Merge branch 'js/advise-when-skipping-cherry-picked'
Junio C Hamano
2021-09-10
1
-4
/
+8
|
\
\
|
*
|
sequencer: advise if skipping cherry-picked commit
Josh Steadmon
2021-08-31
1
-4
/
+8
|
|
/
*
|
Update docs for change of default merge backend
Elijah Newren
2021-08-06
1
-14
/
+14
*
|
git-rebase.txt: correct out-of-date and misleading text about renames
Elijah Newren
2021-08-05
1
-3
/
+1
*
|
merge-strategies.txt: fix simple capitalization error
Elijah Newren
2021-08-05
1
-1
/
+1
*
|
Documentation: edit awkward references to `git merge-recursive`
Elijah Newren
2021-08-05
1
-3
/
+2
*
|
git-rebase.txt: correct antiquated claims about --rebase-merges
Elijah Newren
2021-08-05
1
-6
/
+10
|
/
*
Merge branch 'ab/rebase-no-reschedule-failed-exec'
Junio C Hamano
2021-05-07
1
-0
/
+8
|
\
|
*
rebase: don't override --no-reschedule-failed-exec with config
Ævar Arnfjörð Bjarmason
2021-04-11
1
-0
/
+8
*
|
docs: fix linting issues due to incorrect relative section order
Ævar Arnfjörð Bjarmason
2021-04-11
1
-6
/
+6
*
|
doc/git-commit: add documentation for fixup=[amend|reword] options
Charvi Mendiratta
2021-03-15
1
-10
/
+11
*
|
doc/rebase -i: fix typo in the documentation of 'fixup' command
Charvi Mendiratta
2021-02-10
1
-1
/
+1
*
|
doc/git-rebase: add documentation for fixup [-C|-c] options
Charvi Mendiratta
2021-01-30
1
-3
/
+11
|
/
*
Documentation: stylistically normalize references to Signed-off-by:
Bradley M. Kuhn
2020-10-20
1
-1
/
+1
*
Merge branch 'pb/doc-sequence-editor-configuration'
Junio C Hamano
2020-09-03
1
-0
/
+1
|
\
|
*
doc: mention GIT_SEQUENCE_EDITOR and 'sequence.editor' more
Philippe Blain
2020-08-31
1
-0
/
+1
[next]