index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sequencer.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
1
-3
/
+4
2025-09-29
Merge branch 'pw/rebase-i-cleanup-fix'
Junio C Hamano
1
-12
/
+0
2025-09-22
treewide: pass strvecs around for setup_revisions_from_strvec()
Jeff King
1
-3
/
+4
2025-09-18
sequencer: remove VERBATIM_MSG flag
Phillip Wood
1
-11
/
+0
2025-09-18
rebase -i: respect commit.cleanup when picking fixups
Phillip Wood
1
-1
/
+0
2025-08-21
Merge branch 'js/rebase-i-allow-drop-on-a-merge'
Junio C Hamano
1
-0
/
+1
2025-08-06
rebase -i: permit 'drop' of a merge commit
Johannes Sixt
1
-0
/
+1
2025-07-23
config: drop `git_config_set_multivar_in_file_gently()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_set_in_file_gently()` wrapper
Patrick Steinhardt
1
-14
/
+14
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-4
/
+3
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-3
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-06-03
sequencer: replace error() with BUG() in update_squash_messages ()
Lidong Yan
1
-2
/
+4
2025-05-27
Merge branch 'en/sequencer-comment-messages'
Junio C Hamano
1
-5
/
+11
2025-05-27
Merge branch 'js/misc-fixes'
Junio C Hamano
1
-3
/
+6
2025-05-27
Merge branch 'ly/sequencer-rearrange-leakfix'
Junio C Hamano
1
-3
/
+5
2025-05-19
Merge branch 'jk/oidmap-cleanup'
Junio C Hamano
1
-2
/
+2
2025-05-19
Merge branch 'pw/sequencer-reflog-use-after-free'
Junio C Hamano
1
-59
/
+57
2025-05-16
sequencer: make it clearer that commit descriptions are just comments
Elijah Newren
1
-5
/
+11
2025-05-15
sequencer: fix memory leak if `todo_list_rearrange_squash()` failed
Lidong Yan
1
-3
/
+5
2025-05-15
sequencer: stop pretending that an assignment is a condition
Johannes Schindelin
1
-3
/
+6
2025-05-12
oidmap: rename oidmap_free() to oidmap_clear()
Jeff King
1
-2
/
+2
2025-05-09
sequencer: rework reflog message handling
Phillip Wood
1
-26
/
+24
2025-05-09
sequencer: move reflog message functions
Phillip Wood
1
-33
/
+33
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-3
/
+3
2025-04-17
Merge branch 'en/merge-recursive-debug'
Junio C Hamano
1
-37
/
+21
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
1
-5
/
+5
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-2
/
+2
2025-04-08
merge, sequencer: switch recursive merges over to ort
Elijah Newren
1
-15
/
+8
2025-04-08
sequencer: switch non-recursive merges over to ort
Elijah Newren
1
-22
/
+13
2025-03-21
treewide: replace assert() with ASSERT() in special cases
Elijah Newren
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-5
/
+5
2025-02-11
rebase -i: reword empty commit after fast-forward
Phillip Wood
1
-3
/
+9
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-06
Merge branch 'kh/sequencer-comment-char'
Junio C Hamano
1
-10
/
+16
2024-11-26
sequencer: comment commit messages properly
Kristoffer Haugsbakk
1
-4
/
+8
2024-11-26
sequencer: comment `--reference` subject line properly
Kristoffer Haugsbakk
1
-4
/
+5
2024-11-26
sequencer: comment checked-out branch properly
Kristoffer Haugsbakk
1
-2
/
+3
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
1
-3
/
+3
2024-10-09
rebase-merges: try and use branch names as labels
Nicolas Guichard
1
-8
/
+17
2024-10-09
rebase-update-refs: extract load_branch_decorations
Nicolas Guichard
1
-10
/
+1
2024-08-28
Merge branch 'mt/rebase-x-quiet'
Junio C Hamano
1
-3
/
+4
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-3
/
+3
2024-08-21
rebase --exec: respect --quiet
Matheus Tavares
1
-3
/
+4
2024-08-14
sequencer: release todo list on error paths
Patrick Steinhardt
1
-19
/
+47
2024-08-14
builtin/rebase: fix leaking `commit.gpgsign` value
Patrick Steinhardt
1
-0
/
+1
[next]