index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sequencer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-09
Merge branch 'pw/rebase-skip-commit-message-fix'
Junio C Hamano
1
-7
/
+19
2023-08-03
rebase --skip: fix commit message clean up when skipping squash
Phillip Wood
1
-7
/
+19
2023-08-02
Merge branch 'ah/sequencer-rewrite-todo-fix'
Junio C Hamano
1
-1
/
+1
2023-07-24
sequencer: finish parsing the todo list despite an invalid first line
Alex Henrie
1
-1
/
+1
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-2
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-13
/
+16
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-9
/
+15
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-11
/
+11
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-3
/
+6
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
merge.h: move declarations for merge.c from cache.h
Elijah Newren
1
-0
/
+1
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
1
-0
/
+1
2023-06-12
strbuf: remove global variable
Calvin Wan
1
-9
/
+15
2023-05-20
Merge branch 'js/rebase-count-fixes'
Junio C Hamano
1
-5
/
+8
2023-05-14
rebase -r: fix the total number shown in the progress
Johannes Schindelin
1
-3
/
+6
2023-05-14
rebase --update-refs: fix loops
Johannes Schindelin
1
-2
/
+2
2023-05-09
Merge branch 'ob/messages-capitalize-exception'
Junio C Hamano
1
-2
/
+2
2023-05-09
Merge branch 'ob/sequencer-i18n-fix'
Junio C Hamano
1
-1
/
+1
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+1
2023-04-28
messages: capitalization and punctuation exceptions
Oswald Buddenhagen
1
-2
/
+2
2023-04-28
sequencer: actually translate report in do_exec()
Oswald Buddenhagen
1
-1
/
+1
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+4
2023-04-24
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-17
Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'
Junio C Hamano
1
-32
/
+26
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
1
-0
/
+1
2023-04-10
rebase -m: fix serialization of strategy options
Phillip Wood
1
-5
/
+6
2023-04-10
rebase -m: cleanup --strategy-option handling
Phillip Wood
1
-1
/
+1
2023-04-10
sequencer: use struct strvec to store merge strategy options
Phillip Wood
1
-27
/
+21
2023-04-10
rebase: stop reading and writing unnecessary strategy state
Phillip Wood
1
-1
/
+0
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+4
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-65
/
+85
2023-04-04
Merge branch 'ob/sequencer-save-head-simplify'
Junio C Hamano
1
-19
/
+1
2023-04-04
Merge branch 'ob/rollback-after-commit-lock-failure'
Junio C Hamano
1
-1
/
+0
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-65
/
+85
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
1
-54
/
+48
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-4
/
+8
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-32
/
+50
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-24
/
+27
2023-03-24
sequencer: rewrite save_head() in terms of write_message()
Oswald Buddenhagen
1
-19
/
+1
2023-03-24
sequencer: remove pointless rollback_lock_file()
Oswald Buddenhagen
1
-1
/
+0
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
[next]