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
*
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+4
|
\
|
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-9
/
+12
|
\
\
|
*
|
cocci: apply the "diff.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
|
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
|
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+3
|
*
|
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-5
/
+7
*
|
|
Merge branch 'ah/rebase-merges-config'
Junio C Hamano
2023-04-04
1
-15
/
+55
|
\
\
\
|
*
|
|
rebase: add a config option for --rebase-merges
Alex Henrie
2023-03-27
1
-19
/
+55
|
*
|
|
rebase: deprecate --rebase-merges=""
Alex Henrie
2023-03-27
1
-2
/
+6
|
|
|
/
|
|
/
|
*
|
|
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
[next]