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
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-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-05
rebase -i: learn to abbreviate command names
Liam Beguin
1
-2
/
+14
2017-12-05
rebase -i -x: add exec commands via the rebase--helper
Liam Beguin
1
-0
/
+39
2017-12-05
rebase -i: update functions to use a flags parameter
Liam Beguin
1
-4
/
+5
2017-12-05
rebase -i: refactor transform_todo_ids
Liam Beguin
1
-41
/
+28
2017-12-04
rebase -i: set commit to null in exec commands
Liam Beguin
1
-0
/
+1
2017-11-27
Merge branch 'pw/sequencer-recover-from-unlockable-index'
Junio C Hamano
1
-1
/
+2
2017-11-16
sequencer: reschedule pick if index can't be locked
Phillip Wood
1
-1
/
+2
2017-11-15
sequencer: show rename progress during cherry picks
Elijah Newren
1
-0
/
+1
2017-11-15
Merge branch 'mh/tidy-ref-update-flags'
Junio C Hamano
1
-3
/
+3
2017-11-15
Merge branch 'rs/sequencer-rewrite-file-cleanup'
Junio C Hamano
1
-29
/
+16
2017-11-15
Merge branch 'jk/rebase-i-exec-gitdir-fix' into maint
Junio C Hamano
1
-1
/
+6
2017-11-14
sequencer: warn when internal merge may be suboptimal due to renameLimit
Elijah Newren
1
-0
/
+1
2017-11-13
Switch empty tree and blob lookups to use hash abstraction
brian m. carlson
1
-3
/
+3
2017-11-09
Merge branch 'bw/diff-opt-impl-to-bitfields'
Junio C Hamano
1
-2
/
+3
2017-11-06
Merge branch 'bc/object-id'
Junio C Hamano
1
-7
/
+7
2017-11-06
Merge branch 'jk/rebase-i-exec-gitdir-fix'
Junio C Hamano
1
-1
/
+6
2017-11-06
Merge branch 'ma/lockfile-fixes'
Junio C Hamano
1
-1
/
+0
2017-11-06
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
1
-3
/
+3
2017-11-02
sequencer.c: check return value of close() in rewrite_file()
Simon Ruderich
1
-1
/
+2
2017-11-02
sequencer: pass absolute GIT_DIR to exec commands
Jacob Keller
1
-1
/
+6
2017-11-01
diff: convert flags to be stored in bitfields
Brandon Williams
1
-2
/
+3
2017-11-01
sequencer: use O_TRUNC to truncate files
René Scharfe
1
-3
/
+1
2017-11-01
sequencer: factor out rewrite_file()
René Scharfe
1
-29
/
+17
2017-10-28
Merge branch 'bc/object-id' into base
Michael Haggerty
1
-7
/
+7
2017-10-18
Merge branch 'js/rebase-i-final'
Junio C Hamano
1
-1
/
+1
2017-10-18
sequencer.c: unify an error message
Ralf Thielow
1
-1
/
+1
2017-10-17
Merge branch 'js/rebase-i-final'
Junio C Hamano
1
-2
/
+2
2017-10-16
refs: convert resolve_ref_unsafe to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
1
-1
/
+1
2017-10-16
refs: update ref transactions to use struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
refs: convert update_ref and refs_update_ref to use struct object_id
brian m. carlson
1
-4
/
+4
2017-10-16
sequencer.c: fix and unify error messages in rearrange_squash()
Ralf Thielow
1
-2
/
+2
2017-10-09
Merge branch 'js/rebase-i-final'
Junio C Hamano
1
-1
/
+1
2017-10-09
i18n: add a missing space in message
Jean-Noel Avila
1
-1
/
+1
2017-10-07
read-cache: leave lock in right state in `write_locked_index()`
Martin Ågren
1
-1
/
+0
2017-10-05
Merge branch 'rs/cleanup-strbuf-users'
Junio C Hamano
1
-1
/
+1
2017-10-03
Merge branch 'js/rebase-i-final'
Junio C Hamano
1
-0
/
+531
2017-10-02
use strbuf_addstr() for adding strings to strbufs
René Scharfe
1
-1
/
+1
2017-09-07
sequencer: release strbuf after use in save_head()
Rene Scharfe
1
-1
/
+4
2017-08-22
Merge branch 'pw/sequence-rerere-autoupdate'
Junio C Hamano
1
-1
/
+19
2017-08-02
cherry-pick/revert: remember --rerere-autoupdate
Phillip Wood
1
-1
/
+9
2017-08-02
rebase -i: honor --rerere-autoupdate
Phillip Wood
1
-0
/
+10
[next]