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 'pw/rebase-r-fixes' into maint
Junio C Hamano
2021-11-04
1
-1
/
+3
|
\
|
*
rebase -i: fix rewording with --committer-date-is-author-date
Phillip Wood
2021-11-03
1
-1
/
+3
*
|
Merge branch 'pw/rebase-r-fixes' into maint
Junio C Hamano
2021-10-12
1
-49
/
+57
|
\
|
|
*
rebase -r: fix merge -c with a merge strategy
Phillip Wood
2021-08-23
1
-1
/
+4
|
*
rebase -r: don't write .git/MERGE_MSG when fast-forwarding
Phillip Wood
2021-08-23
1
-40
/
+41
|
*
rebase -r: make 'merge -c' behave like reword
Phillip Wood
2021-08-20
1
-10
/
+14
*
|
Merge branch 'pw/rebase-skip-final-fix' into maint
Junio C Hamano
2021-10-12
1
-0
/
+3
|
\
\
|
*
|
rebase --continue: remove .git/MERGE_MSG
Phillip Wood
2021-08-13
1
-0
/
+3
*
|
|
Update error message and code comment
Elijah Newren
2021-08-05
1
-1
/
+1
|
|
/
|
/
|
*
|
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
2021-07-14
1
-0
/
+2
*
|
sequencer.c: move static function to avoid forward decl
Ævar Arnfjörð Bjarmason
2021-07-12
1
-22
/
+19
|
/
*
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
2021-05-10
1
-2
/
+2
|
\
|
*
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-2
/
+2
*
|
Merge branch 'ab/rebase-no-reschedule-failed-exec'
Junio C Hamano
2021-05-07
1
-0
/
+5
|
\
\
|
*
|
rebase: don't override --no-reschedule-failed-exec with config
Ævar Arnfjörð Bjarmason
2021-04-11
1
-0
/
+5
*
|
|
Merge branch 'en/ort-readiness'
Junio C Hamano
2021-04-16
1
-0
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict
Elijah Newren
2021-03-20
1
-0
/
+5
*
|
|
Merge branch 'en/sequencer-edit-upon-conflict-fix'
Junio C Hamano
2021-04-08
1
-11
/
+41
|
\
\
\
|
*
|
|
sequencer: fix edit handling for cherry-pick and revert messages
Elijah Newren
2021-03-31
1
-11
/
+41
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'cm/rebase-i-fixup-amend-reword'
Junio C Hamano
2021-03-26
1
-15
/
+1
|
\
\
\
|
*
|
|
sequencer: export and rename subject_length()
Charvi Mendiratta
2021-03-15
1
-15
/
+1
*
|
|
|
Merge branch 'cm/rebase-i-updates'
Junio C Hamano
2021-03-26
1
-12
/
+11
|
\
|
|
|
|
*
|
|
sequencer: rename a few functions
Charvi Mendiratta
2021-02-08
1
-9
/
+9
|
*
|
|
sequencer: fixup the datatype of the 'flag' argument
Charvi Mendiratta
2021-02-08
1
-4
/
+3
*
|
|
|
Merge branch 'cm/rebase-i'
Junio C Hamano
2021-03-26
1
-39
/
+256
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
rebase -i: teach --autosquash to work with amend!
Charvi Mendiratta
2021-01-30
1
-7
/
+16
|
*
|
rebase -i: add fixup [-C | -c] command
Charvi Mendiratta
2021-01-30
1
-19
/
+194
|
*
|
sequencer: use const variable for commit message comments
Charvi Mendiratta
2021-01-30
1
-5
/
+10
|
*
|
sequencer: pass todo_item to do_pick_commit()
Charvi Mendiratta
2021-01-30
1
-7
/
+11
|
*
|
rebase -i: comment out squash!/fixup! subjects from squash message
Phillip Wood
2021-01-30
1
-1
/
+20
|
*
|
sequencer: factor out code to append squash message
Phillip Wood
2021-01-21
1
-6
/
+12
|
*
|
rebase -i: only write fixup-message when it's needed
Phillip Wood
2021-01-21
1
-4
/
+3
*
|
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'ds/more-index-cleanups'
Junio C Hamano
2021-02-10
1
-3
/
+0
|
\
\
|
*
|
cache-tree: clean up cache_tree_update()
Derrick Stolee
2021-01-24
1
-3
/
+0
|
|
/
*
/
rebase -i: do leave commit message intact in fixup! chains
Johannes Schindelin
2021-01-28
1
-1
/
+12
|
/
*
Merge branch 'en/strmap'
Junio C Hamano
2020-11-22
1
-2
/
+2
|
\
|
*
hashmap: provide deallocation function names
Elijah Newren
2020-11-02
1
-2
/
+2
*
|
Merge branch 'en/merge-ort-api-null-impl'
Junio C Hamano
2020-11-18
1
-11
/
+61
|
\
\
|
*
|
merge,rebase,revert: select ort or recursive by config or environment
Elijah Newren
2020-11-03
1
-11
/
+61
|
|
/
*
|
Merge branch 'pw/rebase-i-orig-head'
Junio C Hamano
2020-11-18
1
-9
/
+6
|
\
\
|
*
|
rebase -i: use struct object_id when writing state
Phillip Wood
2020-11-04
1
-2
/
+3
|
*
|
rebase -i: use struct object_id rather than looking up commit
Phillip Wood
2020-11-04
1
-7
/
+3
|
|
/
*
|
Merge branch 'jc/sequencer-stopped-sha-simplify'
Junio C Hamano
2020-11-11
1
-1
/
+1
|
\
\
|
*
|
sequencer: tolerate abbreviated stopped-sha file
Jonathan Tan
2020-10-22
1
-1
/
+1
*
|
|
Merge branch 'jk/committer-date-is-author-date-fix-simplify'
Junio C Hamano
2020-11-09
1
-26
/
+2
|
\
\
\
|
*
|
|
am, sequencer: stop parsing our own committer ident
Jeff King
2020-10-26
1
-26
/
+2
*
|
|
|
Merge branch 'en/sequencer-rollback-lock-cleanup'
Junio C Hamano
2020-11-02
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
sequencer: remove duplicate rollback_lock_file() call
Elijah Newren
2020-10-21
1
-1
/
+0
*
|
|
|
|
Merge branch 'sc/sequencer-gpg-octopus'
Junio C Hamano
2020-11-02
1
-1
/
+3
|
\
\
\
\
\
[next]