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
*
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-65
/
+85
|
\
|
*
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-54
/
+48
|
*
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2023-03-28
1
-3
/
+3
|
*
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-4
/
+8
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-32
/
+50
|
*
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-24
/
+27
*
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
environment: move comment_line_char from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'ab/fix-strategy-opts-parsing'
Junio C Hamano
2023-03-19
1
-2
/
+7
|
\
\
|
*
|
sequencer.c: fix overflow & segfault in parse_strategy_opts()
Ævar Arnfjörð Bjarmason
2023-03-08
1
-2
/
+7
*
|
|
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
2023-03-17
1
-4
/
+0
|
\
\
\
|
*
|
|
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
2023-02-10
1
-4
/
+0
*
|
|
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-03-17
1
-0
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
*
|
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
|
|
Merge branch 'pw/rebase-i-parse-fix'
Junio C Hamano
2023-03-01
1
-10
/
+8
|
\
\
\
\
|
*
|
|
|
rebase -i: fix parsing of "fixup -C<commit>"
Phillip Wood
2023-02-23
1
-4
/
+2
|
*
|
|
|
rebase -i: match whole word in is_command()
Phillip Wood
2023-02-23
1
-6
/
+6
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'pw/rebase-i-validate-labels-early'
Junio C Hamano
2023-02-27
1
-1
/
+38
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
rebase -i: check labels and refs when parsing todo list
Phillip Wood
2023-02-21
1
-1
/
+38
*
|
|
|
Merge branch 'ab/hook-api-with-stdin'
Junio C Hamano
2023-02-22
1
-14
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
sequencer: use the new hook API for the simpler "post-rewrite" call
Emily Shaffer
2023-02-08
1
-14
/
+4
|
|
|
/
|
|
/
|
*
|
|
sequencer.c: always free() the "msgbuf" in do_pick_commit()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-6
/
+10
*
|
|
builtin/revert.c: move free-ing of "revs" to replay_opts_release()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+3
*
|
|
sequencer API users: fix get_replay_opts() leaks
Ævar Arnfjörð Bjarmason
2023-02-07
1
-3
/
+1
*
|
|
sequencer.c: split up sequencer_remove_state()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-9
/
+14
|
/
/
*
|
rebase: cleanup "--exec" option handling
Phillip Wood
2023-01-13
1
-2
/
+2
*
|
Merge branch 'sk/remove-duplicate-includes'
Junio C Hamano
2022-12-26
1
-1
/
+0
|
\
|
|
*
git: remove duplicate includes
Seija Kijin
2022-12-15
1
-1
/
+0
*
|
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2022-12-14
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
sequencer.c: fix "opts->strategy" leak in read_strategy_opts()
Ævar Arnfjörð Bjarmason
2022-11-21
1
-0
/
+1
*
|
Merge branch 'ab/fewer-the-index-macros'
Junio C Hamano
2022-11-28
1
-6
/
+9
|
\
\
|
*
|
read-cache API & users: make discard_index() return void
Ævar Arnfjörð Bjarmason
2022-11-21
1
-6
/
+9
*
|
|
Merge branch 'pw/rebase-no-reflog-action'
Junio C Hamano
2022-11-23
1
-20
/
+25
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
sequencer: stop exporting GIT_REFLOG_ACTION
Phillip Wood
2022-11-10
1
-20
/
+25
*
|
|
Merge branch 'pw/strict-label-lookups'
Junio C Hamano
2022-11-23
1
-25
/
+28
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
sequencer: tighten label lookups
Phillip Wood
2022-11-11
1
-6
/
+8
|
*
|
sequencer: unify label lookup
Phillip Wood
2022-11-11
1
-24
/
+25
*
|
|
Merge branch 'vd/skip-cache-tree-update'
Taylor Blau
2022-11-19
1
-0
/
+1
|
\
\
\
|
*
|
|
rebase: use 'skip_cache_tree_update' option
Victoria Dye
2022-11-11
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'vd/update-refs-delete'
Taylor Blau
2022-11-19
1
-3
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rebase --update-refs: avoid unintended ref deletion
Victoria Dye
2022-11-07
1
-3
/
+6
|
|
/
[next]