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
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
1
-3
/
+3
2024-07-13
merge-recursive: honor diff.algorithm
Antonin Delpeuch
1
-2
/
+2
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-38
/
+78
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-3
/
+5
2024-06-20
Merge branch 'pw/rebase-i-error-message'
Junio C Hamano
1
-11
/
+72
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
1
-1
/
+1
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-2
/
+2
2024-06-11
merge: fix leaking merge bases
Patrick Steinhardt
1
-0
/
+1
2024-06-11
sequencer: fix memory leaks in `make_script_with_merges()`
Patrick Steinhardt
1
-0
/
+3
2024-06-11
sequencer: fix leaking string buffer in `commit_staged_changes()`
Patrick Steinhardt
1
-38
/
+73
2024-06-11
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
1
-0
/
+1
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
1
-1
/
+1
2024-06-03
Merge branch 'ps/leakfixes' into ps/leakfixes-more
Junio C Hamano
1
-1
/
+1
2024-05-30
rebase -i: improve error message when picking merge
Phillip Wood
1
-2
/
+61
2024-05-30
rebase -i: pass struct replay_opts to parse_insn_line()
Phillip Wood
1
-10
/
+12
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-1
/
+1
2024-05-23
Merge branch 'la/hide-trailer-info'
Junio C Hamano
1
-15
/
+12
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
1
-5
/
+6
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-28
/
+33
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
1
-4
/
+5
2024-05-02
sequencer: use the trailer iterator
Linus Arver
1
-15
/
+12
2024-04-30
Merge branch 'pw/rebase-m-signoff-fix'
Junio C Hamano
1
-92
/
+158
2024-04-18
rebase -m: fix --signoff with conflicts
Phillip Wood
1
-6
/
+17
2024-04-18
sequencer: store commit message in private context
Phillip Wood
1
-46
/
+50
2024-04-18
sequencer: move current fixups to private context
Phillip Wood
1
-32
/
+57
2024-04-18
sequencer: start removing private fields from public API
Phillip Wood
1
-6
/
+30
2024-04-18
sequencer: always free "struct replay_opts"
Phillip Wood
1
-2
/
+4
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
1
-23
/
+25
2024-04-05
Merge branch 'rs/config-comment'
Junio C Hamano
1
-15
/
+15
2024-04-03
Merge branch 'bl/cherry-pick-empty'
Junio C Hamano
1
-31
/
+41
2024-04-01
Merge branch 'pb/advice-merge-conflict'
Junio C Hamano
1
-15
/
+18
2024-03-25
cherry-pick: add `--empty` for more robust redundant commit handling
Brian Lyles
1
-0
/
+6
2024-03-25
sequencer: do not require `allow_empty` for redundant commit options
Brian Lyles
1
-16
/
+7
2024-03-25
sequencer: handle unborn branch with `--allow-empty`
Brian Lyles
1
-15
/
+28
2024-03-18
Merge branch 'pw/rebase-i-ignore-cherry-pick-help-environment'
Junio C Hamano
1
-1
/
+13
2024-03-18
sequencer: allow disabling conflict advice
Philippe Blain
1
-15
/
+18
2024-03-15
config: add --comment option to add a comment
Ralph Seichter
1
-14
/
+14
2024-03-14
Merge branch 'la/trailer-api'
Junio C Hamano
1
-1
/
+1
2024-03-12
sequencer: handle multi-byte comment characters when writing todo list
Jeff King
1
-1
/
+3
2024-03-12
find multi-byte comment chars in unterminated buffers
Jeff King
1
-2
/
+2
2024-03-12
find multi-byte comment chars in NUL-terminated strings
Jeff King
1
-1
/
+1
2024-03-12
prefer comment_line_str to comment_line_char for printing
Jeff King
1
-10
/
+10
2024-03-12
strbuf: accept a comment string for strbuf_add_commented_lines()
Jeff King
1
-4
/
+4
2024-03-12
strbuf: accept a comment string for strbuf_commented_addf()
Jeff King
1
-2
/
+2
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
1
-3
/
+3
2024-03-11
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
1
-2
/
+6
2024-03-07
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
1
-0
/
+4
2024-03-01
trailer_info_get(): reorder parameters
Linus Arver
1
-1
/
+1
2024-02-29
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
1
-2
/
+6
[prev]
[next]