index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
rebase.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rebase: stop reading and writing unnecessary strategy state
Phillip Wood
2023-04-10
1
-24
/
+0
*
Merge branch 'jk/format-patch-ignore-noprefix'
Junio C Hamano
2023-03-21
1
-1
/
+1
|
\
|
*
rebase: prefer --default-prefix to --{src,dst}-prefix for format-patch
Jeff King
2023-03-13
1
-1
/
+1
*
|
Merge branch 'fz/rebase-msg-update'
Junio C Hamano
2023-03-17
1
-1
/
+1
|
\
\
|
*
|
rebase: fix capitalisation autoSquash in i18n string
Fangyi Zhou
2023-02-27
1
-1
/
+1
|
|
/
*
/
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
builtin/rebase.c: free() "options.strategy_opts"
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+1
*
builtin/rebase.c: fix "options.onto_name" leak
Ævar Arnfjörð Bjarmason
2023-02-07
1
-1
/
+3
*
sequencer API users: fix get_replay_opts() leaks
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+4
*
rebase: use "cleanup" pattern in do_interactive_rebase()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-8
/
+5
*
rebase: provide better error message for apply options vs. merge config
Elijah Newren
2023-01-25
1
-6
/
+21
*
rebase: put rebase_options initialization in single place
Elijah Newren
2023-01-25
1
-2
/
+2
*
rebase: add coverage of other incompatible options
Elijah Newren
2023-01-25
1
-0
/
+3
*
rebase: fix incompatiblity checks for --[no-]reapply-cherry-picks
Elijah Newren
2023-01-25
1
-13
/
+21
*
rebase: flag --apply and --merge as incompatible
Elijah Newren
2023-01-25
1
-2
/
+10
*
rebase: mark --update-refs as requiring the merge backend
Elijah Newren
2023-01-25
1
-0
/
+3
*
rebase: cleanup "--exec" option handling
Phillip Wood
2023-01-13
1
-34
/
+11
*
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2022-12-14
1
-0
/
+4
|
\
|
*
rebase: don't leak on "--abort"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-0
/
+1
|
*
built-ins & libs & helpers: add/move destructors, fix leaks
Ævar Arnfjörð Bjarmason
2022-11-21
1
-0
/
+3
*
|
Merge branch 'ab/fewer-the-index-macros'
Junio C Hamano
2022-11-28
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-3
/
+3
*
|
rebase: stop exporting GIT_REFLOG_ACTION
Phillip Wood
2022-11-10
1
-12
/
+15
|
/
*
Merge branch 'pw/rebase-reflog-fixes'
Taylor Blau
2022-10-31
1
-87
/
+59
|
\
|
*
rebase: cleanup action handling
Phillip Wood
2022-10-17
1
-49
/
+44
|
*
rebase --abort: improve reflog message
Phillip Wood
2022-10-17
1
-20
/
+8
|
*
rebase --apply: make reflog messages match rebase --merge
Phillip Wood
2022-10-17
1
-4
/
+5
|
*
rebase --apply: respect GIT_REFLOG_ACTION
Phillip Wood
2022-10-17
1
-3
/
+4
|
*
rebase --merge: fix reflog message after skipping
Phillip Wood
2022-10-17
1
-2
/
+0
|
*
rebase --merge: fix reflog when continuing
Phillip Wood
2022-10-17
1
-2
/
+0
|
*
rebase --apply: remove duplicated code
Phillip Wood
2022-10-17
1
-10
/
+1
*
|
Merge branch 'pw/rebase-keep-base-fixes'
Taylor Blau
2022-10-31
1
-61
/
+83
|
\
|
|
*
rebase --keep-base: imply --no-fork-point
Phillip Wood
2022-10-17
1
-0
/
+6
|
*
rebase --keep-base: imply --reapply-cherry-picks
Phillip Wood
2022-10-17
1
-1
/
+15
|
*
rebase: factor out branch_base calculation
Phillip Wood
2022-10-17
1
-13
/
+20
|
*
rebase: rename merge_base to branch_base
Phillip Wood
2022-10-17
1
-15
/
+15
|
*
rebase: store orig_head as a commit
Phillip Wood
2022-10-17
1
-35
/
+31
|
*
rebase: be stricter when reading state files containing oids
Phillip Wood
2022-10-17
1
-4
/
+4
*
|
rebase: add rebase.updateRefs config option
Derrick Stolee
2022-07-19
1
-0
/
+5
*
|
rebase: add --update-refs option
Derrick Stolee
2022-07-19
1
-0
/
+5
|
/
*
builtin/rebase: remove a redundant space in l10n string
Fangyi Zhou
2022-06-16
1
-1
/
+1
*
Merge branch 'po/rebase-preserve-merges'
Junio C Hamano
2022-06-16
1
-5
/
+9
|
\
|
*
rebase: translate a die(preserve-merges) message
Philip Oakley
2022-06-06
1
-2
/
+2
|
*
rebase: note `preserve` merges may be a pull config option
Philip Oakley
2022-06-06
1
-1
/
+3
|
*
rebase: help users when dying with `preserve-merges`
Philip Oakley
2022-06-06
1
-2
/
+4
|
*
rebase.c: state preserve-merges has been removed
Philip Oakley
2022-06-06
1
-2
/
+2
*
|
Merge branch 'ea/rebase-code-simplify'
Junio C Hamano
2022-05-11
1
-4
/
+2
|
\
\
|
*
|
rebase: simplify an assignment of options.type in cmd_rebase
Edmundo Carmona Antoranz
2022-04-20
1
-4
/
+2
*
|
|
rebase: use correct base for --keep-base when a branch is given
Alex Henrie
2022-04-21
1
-27
/
+28
|
|
/
|
/
|
*
|
rebase: set REF_HEAD_DETACH in checkout_up_to_date()
John Cai
2022-03-18
1
-0
/
+2
[next]