index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sequencer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-06
sequencer: learn about the special "fake root commit" handling
Johannes Schindelin
1
-3
/
+121
2018-05-06
sequencer: extract helper to update active_cache_tree
Johannes Schindelin
1
-9
/
+18
2018-04-26
rebase -i: introduce --rebase-merges=[no-]rebase-cousins
Johannes Schindelin
1
-0
/
+4
2018-04-26
rebase --rebase-merges: avoid "empty merges"
Johannes Schindelin
1
-0
/
+7
2018-04-26
sequencer: handle post-rewrite for merge commands
Johannes Schindelin
1
-1
/
+4
2018-04-26
rebase-helper --make-script: introduce a flag to rebase merges
Johannes Schindelin
1
-1
/
+345
2018-04-26
sequencer: fast-forward `merge` commands, if possible
Johannes Schindelin
1
-1
/
+32
2018-04-26
sequencer: introduce the `merge` command
Johannes Schindelin
1
-0
/
+200
2018-04-26
sequencer: introduce new commands to reset the revision
Johannes Schindelin
1
-7
/
+206
2018-04-26
sequencer: offer helpful advice when a command was rescheduled
Johannes Schindelin
1
-0
/
+16
2018-04-26
sequencer: refactor how original todo list lines are accessed
Johannes Schindelin
1
-24
/
+36
2018-04-26
sequencer: make rearrange_squash() a bit more obvious
Johannes Schindelin
1
-1
/
+1
2018-04-26
sequencer: avoid using errno clobbered by rollback_lock_file()
Johannes Schindelin
1
-4
/
+6
2018-04-25
Merge branch 'sb/filenames-with-dashes'
Junio C Hamano
1
-1
/
+1
2018-04-25
Merge branch 'pw/rebase-signoff'
Junio C Hamano
1
-1
/
+7
2018-04-25
Merge branch 'pw/rebase-keep-empty-fixes'
Junio C Hamano
1
-2
/
+6
2018-04-11
exec_cmd: rename to use dash in file name
Stefan Beller
1
-1
/
+1
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-4
/
+5
2018-03-29
rebase: extend --signoff support
Phillip Wood
1
-1
/
+7
2018-03-29
Merge branch 'pw/rebase-keep-empty-fixes' into pw/rebase-signoff
Junio C Hamano
1
-2
/
+6
2018-03-29
rebase -i --keep-empty: don't prune empty commits
Phillip Wood
1
-2
/
+6
2018-03-21
Merge branch 'ma/skip-writing-unchanged-index'
Junio C Hamano
1
-6
/
+5
2018-03-14
Merge branch 'ma/roll-back-lockfiles'
Junio C Hamano
1
-18
/
+14
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-1
/
+2
2018-03-14
Convert find_unique_abbrev* to struct object_id
brian m. carlson
1
-1
/
+1
2018-03-14
cache-tree: convert write_*_as_tree to object_id
brian m. carlson
1
-2
/
+2
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-1
/
+1
2018-03-06
Merge branch 'rs/strbuf-read-file-or-whine'
Junio C Hamano
1
-46
/
+28
2018-03-06
Merge branch 'nd/rebase-show-current-patch'
Junio C Hamano
1
-0
/
+4
2018-03-01
write_locked_index(): add flag to avoid writing unchanged index
Martin Ågren
1
-6
/
+5
2018-02-28
sequencer: do not roll back lockfile unnecessarily
Martin Ågren
1
-12
/
+6
2018-02-27
sequencer: always roll back lock in `do_recursive_merge()`
Martin Ågren
1
-1
/
+3
2018-02-27
sequencer: make lockfiles non-static
Martin Ågren
1
-5
/
+5
2018-02-22
sequencer: factor out strbuf_read_file_or_whine()
René Scharfe
1
-46
/
+28
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-2
/
+2
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
2018-02-13
Merge branch 'pw/sequencer-in-process-commit'
Junio C Hamano
1
-8
/
+530
2018-02-12
rebase: introduce and use pseudo-ref REBASE_HEAD
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2018-01-24
sequencer: run 'prepare-commit-msg' hook
Phillip Wood
1
-13
/
+56
2017-12-27
sequencer: do not invent whitespace when transforming OIDs
Johannes Schindelin
1
-1
/
+4
2017-12-27
sequencer: report when noop has an argument
Johannes Schindelin
1
-4
/
+9
2017-12-27
sequencer: remove superfluous conditional
Johannes Schindelin
1
-3
/
+1
2017-12-27
sequencer: strip bogus LF at end of error messages
Johannes Schindelin
1
-4
/
+4
2017-12-27
Merge branch 'lb/rebase-i-short-command-names'
Junio C Hamano
1
-43
/
+83
2017-12-27
sequencer.c: drop 'const' from function return type
Junio C Hamano
1
-1
/
+1
2017-12-22
sequencer: assign only free()able strings to gpg_sign
Johannes Schindelin
1
-1
/
+1
2017-12-19
Merge branch 'en/rename-progress'
Junio C Hamano
1
-0
/
+2
2017-12-13
Merge branch 'bc/hash-algo'
Junio C Hamano
1
-3
/
+3
2017-12-13
sequencer: improve config handling
Phillip Wood
1
-39
/
+48
2017-12-05
rebase -i: learn to abbreviate command names
Liam Beguin
1
-2
/
+14
[next]