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
*
strvec: rename struct fields
Jeff King
2020-07-31
1
-2
/
+2
*
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-4
/
+4
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-56
/
+56
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
Merge branch 'js/rebase-autosquash-double-fixup-fix'
Junio C Hamano
2020-05-14
1
-2
/
+5
|
\
|
*
rebase --autosquash: fix a potential segfault
Johannes Schindelin
2020-05-09
1
-2
/
+5
*
|
Merge branch 'dl/merge-autostash'
Junio C Hamano
2020-04-30
1
-47
/
+129
|
\
\
|
*
|
sequencer: implement apply_autostash_oid()
Denton Liu
2020-04-10
1
-12
/
+26
|
*
|
sequencer: implement save_autostash()
Denton Liu
2020-04-10
1
-10
/
+27
|
*
|
sequencer: unlink autostash in apply_autostash()
Denton Liu
2020-04-10
1
-0
/
+1
|
*
|
sequencer: extract perform_autostash() from rebase
Denton Liu
2020-04-10
1
-0
/
+50
|
*
|
rebase: use apply_autostash() from sequencer.c
Denton Liu
2020-04-10
1
-1
/
+1
|
*
|
sequencer: rename stash_sha1 to stash_oid
Denton Liu
2020-04-10
1
-8
/
+8
|
*
|
sequencer: make apply_autostash() accept a path
Denton Liu
2020-04-10
1
-7
/
+7
|
*
|
sequencer: make read_oneliner() extern
Denton Liu
2020-04-08
1
-13
/
+1
|
*
|
sequencer: configurably warn on non-existent files
Denton Liu
2020-04-08
1
-1
/
+3
|
*
|
sequencer: make read_oneliner() accept flags
Denton Liu
2020-04-08
1
-7
/
+14
|
*
|
sequencer: make file exists check more efficient
Denton Liu
2020-04-08
1
-4
/
+2
|
*
|
sequencer: stop leaking buf
Denton Liu
2020-04-05
1
-4
/
+9
*
|
|
Merge branch 'jt/rebase-allow-duplicate'
Junio C Hamano
2020-04-22
1
-1
/
+2
|
\
\
\
|
*
|
|
rebase --merge: optionally skip upstreamed commits
Jonathan Tan
2020-04-11
1
-1
/
+2
*
|
|
|
Merge branch 'en/rebase-no-keep-empty'
Junio C Hamano
2020-04-22
1
-0
/
+11
|
\
|
|
|
|
*
|
|
rebase: reinstate --no-keep-empty
Elijah Newren
2020-04-11
1
-0
/
+6
|
*
|
|
rebase -i: mark commits that begin empty in todo editor
Elijah Newren
2020-04-11
1
-0
/
+5
|
|
/
/
*
|
|
Merge branch 'dd/no-gpg-sign'
Junio C Hamano
2020-04-22
1
-0
/
+2
|
\
\
\
|
*
|
|
cherry-pick/revert: honour --no-gpg-sign in all case
Đoàn Trần Công Danh
2020-04-03
1
-0
/
+2
|
|
/
/
*
|
|
Merge branch 'en/sequencer-reflog-action'
Junio C Hamano
2020-04-22
1
-2
/
+8
|
\
\
\
|
*
|
|
sequencer: honor GIT_REFLOG_ACTION
Elijah Newren
2020-04-08
1
-2
/
+8
|
|
/
/
*
|
|
Merge branch 'ag/rebase-merge-allow-ff-under-abbrev-command'
Junio C Hamano
2020-04-22
1
-3
/
+6
|
\
\
\
|
*
|
|
sequencer: don't abbreviate a command if it doesn't have a short form
Alban Gruin
2020-03-30
1
-3
/
+6
|
|
/
/
*
|
|
sequencer: mark messages for translation
Alban Gruin
2020-03-29
1
-3
/
+3
*
|
|
Merge branch 'bc/filter-process'
Junio C Hamano
2020-03-27
1
-0
/
+1
|
\
\
\
|
*
|
|
builtin/rebase: compute checkout metadata for rebases
brian m. carlson
2020-03-16
1
-0
/
+1
*
|
|
|
Merge branch 'bc/sha-256-part-1-of-4'
Junio C Hamano
2020-03-27
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
commit: use expected signature header for SHA-256
brian m. carlson
2020-02-24
1
-1
/
+1
*
|
|
|
|
Merge branch 'pw/advise-rebase-skip'
Junio C Hamano
2020-03-25
1
-8
/
+44
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
commit: give correct advice for empty commit during a rebase
Phillip Wood
2019-12-06
1
-8
/
+31
|
*
|
|
|
commit: encapsulate determine_whence() for sequencer
Phillip Wood
2019-12-06
1
-1
/
+12
|
*
|
|
|
sequencer: write CHERRY_PICK_HEAD for reword and edit
Phillip Wood
2019-12-06
1
-1
/
+3
*
|
|
|
|
Merge branch 'en/rebase-backend'
Junio C Hamano
2020-03-12
1
-0
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
sequencer: clear state upon dropping a become-empty commit
Elijah Newren
2020-03-11
1
-0
/
+2
*
|
|
|
|
Merge branch 'en/rebase-backend'
Junio C Hamano
2020-03-03
1
-31
/
+51
|
\
|
|
|
|
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
rebase: drop '-i' from the reflog for interactive-based rebases
Elijah Newren
2020-02-17
1
-4
/
+4
|
*
|
|
rebase, sequencer: remove the broken GIT_QUIET handling
Elijah Newren
2020-02-17
1
-4
/
+2
|
*
|
|
rebase (interactive-backend): fix handling of commits that become empty
Elijah Newren
2020-02-17
1
-11
/
+39
|
*
|
|
rebase (interactive-backend): make --keep-empty the default
Elijah Newren
2020-02-17
1
-13
/
+7
*
|
|
|
Merge branch 'ag/edit-todo-drop-check'
Junio C Hamano
2020-02-14
1
-40
/
+11
|
\
\
\
\
|
*
|
|
|
rebase-interactive: warn if commit is dropped with `rebase --edit-todo'
Alban Gruin
2020-01-28
1
-11
/
+11
|
*
|
|
|
sequencer: move check_todo_list_from_file() to rebase-interactive.c
Alban Gruin
2020-01-28
1
-29
/
+0
*
|
|
|
|
Merge branch 'ag/rebase-avoid-unneeded-checkout'
Junio C Hamano
2020-02-14
1
-14
/
+0
|
\
\
\
\
\
[next]