index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sequencer.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
Merge branch 'vn/rebase-with-cherry-pick-authorship'
Junio C Hamano
1
-0
/
+1
2024-02-08
sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commands
Vegard Nossum
1
-0
/
+1
2024-01-19
sequencer: introduce functions to handle autostashes via refs
Patrick Steinhardt
1
-5
/
+61
2024-01-19
refs: convert AUTO_MERGE to become a normal pseudo-ref
Patrick Steinhardt
1
-4
/
+8
2024-01-19
sequencer: delete REBASE_HEAD in correct repo when picking commits
Patrick Steinhardt
1
-1
/
+2
2024-01-19
sequencer: clean up pseudo refs with REF_NO_DEREF
Patrick Steinhardt
1
-7
/
+7
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-3
/
+0
2024-01-02
Merge branch 'la/trailer-cleanups'
Junio C Hamano
1
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+0
2023-12-20
trailer: use offsets for trailer_start/trailer_end
Linus Arver
1
-1
/
+1
2023-12-09
sequencer: simplify away extra git_config_string() call
Jeff King
1
-13
/
+8
2023-09-20
Merge branch 'ob/sequencer-remove-dead-code'
Junio C Hamano
1
-4
/
+0
2023-09-14
Merge branch 'pw/rebase-i-after-failure'
Junio C Hamano
1
-83
/
+99
2023-09-14
Merge branch 'ob/revert-of-revert-is-reapply'
Junio C Hamano
1
-0
/
+11
2023-09-13
Merge branch 'ob/sequencer-reword-error-message'
Junio C Hamano
1
-1
/
+1
2023-09-12
sequencer: remove unreachable exit condition in pick_commits()
Oswald Buddenhagen
1
-4
/
+0
2023-09-07
Merge branch 'jk/unused-post-2.42'
Junio C Hamano
1
-13
/
+14
2023-09-06
rebase -i: fix adding failed command to the todo list
Phillip Wood
1
-6
/
+6
2023-09-06
rebase --continue: refuse to commit after failed command
Phillip Wood
1
-0
/
+5
2023-09-06
rebase: fix rewritten list for failed pick
Phillip Wood
1
-12
/
+7
2023-09-06
sequencer: factor out part of pick_commits()
Phillip Wood
1
-61
/
+71
2023-09-06
sequencer: use rebase_path_message()
Phillip Wood
1
-5
/
+2
2023-09-06
rebase -i: remove patch file after conflict resolution
Phillip Wood
1
-4
/
+12
2023-09-06
rebase -i: move unlink() calls
Phillip Wood
1
-3
/
+4
2023-09-05
sequencer: fix error message on failure to copy SQUASH_MSG
Oswald Buddenhagen
1
-1
/
+1
2023-09-02
sequencer: beautify subject of reverts of reverts
Oswald Buddenhagen
1
-0
/
+11
2023-08-31
Merge branch 'ob/sequencer-empty-hint-fix'
Junio C Hamano
1
-1
/
+1
2023-08-29
sequencer: mark repository argument as unused
Jeff King
1
-1
/
+1
2023-08-29
sequencer: use repository parameter in short_commit_name()
Jeff King
1
-12
/
+13
2023-08-24
Merge branch 'mp/rebase-label-length-limit'
Junio C Hamano
1
-6
/
+41
2023-08-24
Merge branch 'ob/sequencer-rearrange-cleanup'
Junio C Hamano
1
-4
/
+5
2023-08-24
sequencer: rectify empty hint in call of require_clean_work_tree()
Oswald Buddenhagen
1
-1
/
+1
2023-08-10
rebase: allow overriding the maximal length of the generated labels
Johannes Schindelin
1
-2
/
+6
2023-08-10
sequencer: truncate labels to accommodate loose refs
Mark Ruvald Pedersen
1
-5
/
+36
2023-08-09
Merge branch 'pw/rebase-skip-commit-message-fix'
Junio C Hamano
1
-7
/
+19
2023-08-09
sequencer: simplify allocation of result array in todo_list_rearrange_squash()
Oswald Buddenhagen
1
-4
/
+5
2023-08-03
rebase --skip: fix commit message clean up when skipping squash
Phillip Wood
1
-7
/
+19
2023-08-02
Merge branch 'ah/sequencer-rewrite-todo-fix'
Junio C Hamano
1
-1
/
+1
2023-07-24
sequencer: finish parsing the todo list despite an invalid first line
Alex Henrie
1
-1
/
+1
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-2
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-13
/
+16
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-9
/
+15
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-11
/
+11
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-3
/
+6
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
merge.h: move declarations for merge.c from cache.h
Elijah Newren
1
-0
/
+1
[next]