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
*
Merge branch 'mt/rebase-x-quiet'
Junio C Hamano
2024-08-28
1
-3
/
+4
|
\
|
*
rebase --exec: respect --quiet
Matheus Tavares
2024-08-21
1
-3
/
+4
*
|
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2024-08-23
1
-3
/
+3
|
\
\
|
*
|
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
2024-08-13
1
-3
/
+3
|
|
/
*
|
sequencer: release todo list on error paths
Patrick Steinhardt
2024-08-14
1
-19
/
+47
*
|
builtin/rebase: fix leaking `commit.gpgsign` value
Patrick Steinhardt
2024-08-14
1
-0
/
+1
|
/
*
merge-recursive: honor diff.algorithm
Antonin Delpeuch
2024-07-14
1
-2
/
+2
*
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-07-08
1
-38
/
+78
|
\
|
*
merge: fix leaking merge bases
Patrick Steinhardt
2024-06-11
1
-0
/
+1
|
*
sequencer: fix memory leaks in `make_script_with_merges()`
Patrick Steinhardt
2024-06-11
1
-0
/
+3
|
*
sequencer: fix leaking string buffer in `commit_staged_changes()`
Patrick Steinhardt
2024-06-11
1
-38
/
+73
|
*
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
2024-06-11
1
-0
/
+1
|
*
Merge branch 'ps/leakfixes' into ps/leakfixes-more
Junio C Hamano
2024-06-03
1
-1
/
+1
|
|
\
*
|
\
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-3
/
+5
|
\
\
\
|
*
|
|
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
|
*
|
|
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
2024-06-14
1
-1
/
+1
|
*
|
|
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-2
/
+2
*
|
|
|
Merge branch 'pw/rebase-i-error-message'
Junio C Hamano
2024-06-21
1
-11
/
+72
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
rebase -i: improve error message when picking merge
Phillip Wood
2024-05-30
1
-2
/
+61
|
*
|
|
rebase -i: pass struct replay_opts to parse_insn_line()
Phillip Wood
2024-05-30
1
-10
/
+12
*
|
|
|
Merge branch 'ps/leakfixes'
Junio C Hamano
2024-06-06
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-27
1
-1
/
+1
*
|
|
Merge branch 'la/hide-trailer-info'
Junio C Hamano
2024-05-23
1
-15
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
sequencer: use the trailer iterator
Linus Arver
2024-05-02
1
-15
/
+12
*
|
|
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
2024-05-20
1
-5
/
+6
|
\
\
\
|
*
|
|
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2024-05-07
1
-4
/
+5
|
|
|
/
|
|
/
|
*
|
|
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-28
/
+33
*
|
|
Merge branch 'pw/rebase-m-signoff-fix'
Junio C Hamano
2024-04-30
1
-92
/
+158
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rebase -m: fix --signoff with conflicts
Phillip Wood
2024-04-18
1
-6
/
+17
|
*
|
sequencer: store commit message in private context
Phillip Wood
2024-04-18
1
-46
/
+50
|
*
|
sequencer: move current fixups to private context
Phillip Wood
2024-04-18
1
-32
/
+57
|
*
|
sequencer: start removing private fields from public API
Phillip Wood
2024-04-18
1
-6
/
+30
|
*
|
sequencer: always free "struct replay_opts"
Phillip Wood
2024-04-18
1
-2
/
+4
*
|
|
Merge branch 'jk/core-comment-string'
Junio C Hamano
2024-04-05
1
-23
/
+25
|
\
\
\
|
*
|
|
sequencer: handle multi-byte comment characters when writing todo list
Jeff King
2024-03-12
1
-1
/
+3
|
*
|
|
find multi-byte comment chars in unterminated buffers
Jeff King
2024-03-12
1
-2
/
+2
|
*
|
|
find multi-byte comment chars in NUL-terminated strings
Jeff King
2024-03-12
1
-1
/
+1
|
*
|
|
prefer comment_line_str to comment_line_char for printing
Jeff King
2024-03-12
1
-10
/
+10
|
*
|
|
strbuf: accept a comment string for strbuf_add_commented_lines()
Jeff King
2024-03-12
1
-4
/
+4
|
*
|
|
strbuf: accept a comment string for strbuf_commented_addf()
Jeff King
2024-03-12
1
-2
/
+2
|
*
|
|
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
2024-03-12
1
-3
/
+3
|
|
/
/
*
|
|
Merge branch 'rs/config-comment'
Junio C Hamano
2024-04-05
1
-15
/
+15
|
\
\
\
|
*
|
|
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
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[next]