index
:
git
jch
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
Age
Commit message (
Expand
)
Author
Lines
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
-3
/
+0
2024-02-08
Merge branch 'la/trailer-cleanups' into maint-2.43
Junio C Hamano
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-3
/
+0
2023-12-20
trailer: use offsets for trailer_start/trailer_end
Linus Arver
-1
/
+1
2023-12-09
sequencer: simplify away extra git_config_string() call
Jeff King
-13
/
+8
2023-09-20
Merge branch 'ob/sequencer-remove-dead-code'
Junio C Hamano
-4
/
+0
2023-09-14
Merge branch 'pw/rebase-i-after-failure'
Junio C Hamano
-83
/
+99
2023-09-14
Merge branch 'ob/revert-of-revert-is-reapply'
Junio C Hamano
-0
/
+11
2023-09-13
Merge branch 'ob/sequencer-reword-error-message'
Junio C Hamano
-1
/
+1
2023-09-12
sequencer: remove unreachable exit condition in pick_commits()
Oswald Buddenhagen
-4
/
+0
2023-09-07
Merge branch 'jk/unused-post-2.42'
Junio C Hamano
-13
/
+14
2023-09-06
rebase -i: fix adding failed command to the todo list
Phillip Wood
-6
/
+6
2023-09-06
rebase --continue: refuse to commit after failed command
Phillip Wood
-0
/
+5
2023-09-06
rebase: fix rewritten list for failed pick
Phillip Wood
-12
/
+7
2023-09-06
sequencer: factor out part of pick_commits()
Phillip Wood
-61
/
+71
2023-09-06
sequencer: use rebase_path_message()
Phillip Wood
-5
/
+2
2023-09-06
rebase -i: remove patch file after conflict resolution
Phillip Wood
-4
/
+12
2023-09-06
rebase -i: move unlink() calls
Phillip Wood
-3
/
+4
2023-09-05
sequencer: fix error message on failure to copy SQUASH_MSG
Oswald Buddenhagen
-1
/
+1
2023-09-02
sequencer: beautify subject of reverts of reverts
Oswald Buddenhagen
-0
/
+11
2023-08-31
Merge branch 'ob/sequencer-empty-hint-fix'
Junio C Hamano
-1
/
+1
2023-08-29
sequencer: mark repository argument as unused
Jeff King
-1
/
+1
2023-08-29
sequencer: use repository parameter in short_commit_name()
Jeff King
-12
/
+13
2023-08-24
Merge branch 'mp/rebase-label-length-limit'
Junio C Hamano
-6
/
+41
2023-08-24
Merge branch 'ob/sequencer-rearrange-cleanup'
Junio C Hamano
-4
/
+5
2023-08-24
sequencer: rectify empty hint in call of require_clean_work_tree()
Oswald Buddenhagen
-1
/
+1
2023-08-10
rebase: allow overriding the maximal length of the generated labels
Johannes Schindelin
-2
/
+6
2023-08-10
sequencer: truncate labels to accommodate loose refs
Mark Ruvald Pedersen
-5
/
+36
2023-08-09
Merge branch 'pw/rebase-skip-commit-message-fix'
Junio C Hamano
-7
/
+19
2023-08-09
sequencer: simplify allocation of result array in todo_list_rearrange_squash()
Oswald Buddenhagen
-4
/
+5
2023-08-03
rebase --skip: fix commit message clean up when skipping squash
Phillip Wood
-7
/
+19
2023-08-02
Merge branch 'ah/sequencer-rewrite-todo-fix'
Junio C Hamano
-1
/
+1
2023-07-24
sequencer: finish parsing the todo list despite an invalid first line
Alex Henrie
-1
/
+1
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
-2
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
-13
/
+16
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
-9
/
+15
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
-1
/
+0
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
-11
/
+11
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
-3
/
+6
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
-1
/
+1
2023-06-21
merge.h: move declarations for merge.c from cache.h
Elijah Newren
-0
/
+1
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
-0
/
+1
2023-06-12
strbuf: remove global variable
Calvin Wan
-9
/
+15
2023-05-20
Merge branch 'js/rebase-count-fixes'
Junio C Hamano
-5
/
+8
2023-05-14
rebase -r: fix the total number shown in the progress
Johannes Schindelin
-3
/
+6
2023-05-14
rebase --update-refs: fix loops
Johannes Schindelin
-2
/
+2
2023-05-09
Merge branch 'ob/messages-capitalize-exception'
Junio C Hamano
-2
/
+2
[next]