index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sequencer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
config: add --comment option to add a comment
Ralph Seichter
2024-03-15
1
-14
/
+14
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'bl/cherry-pick-empty'
Junio C Hamano
2024-04-03
1
-31
/
+41
|
\
\
\
|
*
|
|
cherry-pick: add `--empty` for more robust redundant commit handling
Brian Lyles
2024-03-26
1
-0
/
+6
|
*
|
|
sequencer: do not require `allow_empty` for redundant commit options
Brian Lyles
2024-03-26
1
-16
/
+7
|
*
|
|
sequencer: handle unborn branch with `--allow-empty`
Brian Lyles
2024-03-26
1
-15
/
+28
*
|
|
|
Merge branch 'pb/advice-merge-conflict'
Junio C Hamano
2024-04-01
1
-15
/
+18
|
\
\
\
\
|
*
|
|
|
sequencer: allow disabling conflict advice
Philippe Blain
2024-03-18
1
-15
/
+18
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'pw/rebase-i-ignore-cherry-pick-help-environment'
Junio C Hamano
2024-03-18
1
-1
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
rebase -i: stop setting GIT_CHERRY_PICK_HELP
Phillip Wood
2024-02-27
1
-1
/
+13
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'la/trailer-api'
Junio C Hamano
2024-03-14
1
-1
/
+1
|
\
\
\
|
*
|
|
trailer_info_get(): reorder parameters
Linus Arver
2024-03-01
1
-1
/
+1
*
|
|
|
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
2024-03-11
1
-2
/
+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-2
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
2024-03-08
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Always check `parse_tree*()`'s return value
Johannes Schindelin
2024-02-23
1
-0
/
+4
*
|
|
Merge branch 'vn/rebase-with-cherry-pick-authorship'
Junio C Hamano
2024-02-15
1
-0
/
+1
|
\
\
\
|
*
|
|
sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commands
Vegard Nossum
2024-02-08
1
-0
/
+1
|
|
/
/
*
|
|
sequencer: introduce functions to handle autostashes via refs
Patrick Steinhardt
2024-01-19
1
-5
/
+61
*
|
|
refs: convert AUTO_MERGE to become a normal pseudo-ref
Patrick Steinhardt
2024-01-19
1
-4
/
+8
*
|
|
sequencer: delete REBASE_HEAD in correct repo when picking commits
Patrick Steinhardt
2024-01-19
1
-1
/
+2
*
|
|
sequencer: clean up pseudo refs with REF_NO_DEREF
Patrick Steinhardt
2024-01-19
1
-7
/
+7
|
|
/
|
/
|
*
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-3
/
+0
|
\
\
|
*
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-3
/
+0
|
|
/
*
|
Merge branch 'la/trailer-cleanups'
Junio C Hamano
2024-01-02
1
-1
/
+1
|
\
\
|
*
|
trailer: use offsets for trailer_start/trailer_end
Linus Arver
2023-12-20
1
-1
/
+1
|
|
/
*
/
sequencer: simplify away extra git_config_string() call
Jeff King
2023-12-09
1
-13
/
+8
|
/
*
Merge branch 'ob/sequencer-remove-dead-code'
Junio C Hamano
2023-09-20
1
-4
/
+0
|
\
|
*
sequencer: remove unreachable exit condition in pick_commits()
Oswald Buddenhagen
2023-09-13
1
-4
/
+0
*
|
Merge branch 'pw/rebase-i-after-failure'
Junio C Hamano
2023-09-14
1
-83
/
+99
|
\
\
|
*
|
rebase -i: fix adding failed command to the todo list
Phillip Wood
2023-09-06
1
-6
/
+6
|
*
|
rebase --continue: refuse to commit after failed command
Phillip Wood
2023-09-06
1
-0
/
+5
|
*
|
rebase: fix rewritten list for failed pick
Phillip Wood
2023-09-06
1
-12
/
+7
|
*
|
sequencer: factor out part of pick_commits()
Phillip Wood
2023-09-06
1
-61
/
+71
|
*
|
sequencer: use rebase_path_message()
Phillip Wood
2023-09-06
1
-5
/
+2
|
*
|
rebase -i: remove patch file after conflict resolution
Phillip Wood
2023-09-06
1
-4
/
+12
|
*
|
rebase -i: move unlink() calls
Phillip Wood
2023-09-06
1
-3
/
+4
*
|
|
Merge branch 'ob/revert-of-revert-is-reapply'
Junio C Hamano
2023-09-14
1
-0
/
+11
|
\
\
\
|
*
|
|
sequencer: beautify subject of reverts of reverts
Oswald Buddenhagen
2023-09-03
1
-0
/
+11
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ob/sequencer-reword-error-message'
Junio C Hamano
2023-09-13
1
-1
/
+1
|
\
\
\
|
*
|
|
sequencer: fix error message on failure to copy SQUASH_MSG
Oswald Buddenhagen
2023-09-06
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'jk/unused-post-2.42'
Junio C Hamano
2023-09-08
1
-13
/
+14
|
\
\
\
|
*
|
|
sequencer: mark repository argument as unused
Jeff King
2023-08-30
1
-1
/
+1
|
*
|
|
sequencer: use repository parameter in short_commit_name()
Jeff King
2023-08-30
1
-12
/
+13
*
|
|
|
Merge branch 'ob/sequencer-empty-hint-fix'
Junio C Hamano
2023-08-31
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
sequencer: rectify empty hint in call of require_clean_work_tree()
Oswald Buddenhagen
2023-08-24
1
-1
/
+1
*
|
|
|
Merge branch 'mp/rebase-label-length-limit'
Junio C Hamano
2023-08-24
1
-6
/
+41
|
\
\
\
\
|
*
|
|
|
rebase: allow overriding the maximal length of the generated labels
Johannes Schindelin
2023-08-10
1
-2
/
+6
|
*
|
|
|
sequencer: truncate labels to accommodate loose refs
Mark Ruvald Pedersen
2023-08-10
1
-5
/
+36
|
|
/
/
/
*
|
|
|
Merge branch 'ob/sequencer-rearrange-cleanup'
Junio C Hamano
2023-08-24
1
-4
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
sequencer: simplify allocation of result array in todo_list_rearrange_squash()
Oswald Buddenhagen
2023-08-09
1
-4
/
+5
[prev]
[next]