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
2019-01-18
Merge branch 'so/cherry-pick-always-allow-m1'
Junio C Hamano
1
-3
/
+7
2019-01-18
Merge branch 'nd/style-opening-brace'
Junio C Hamano
1
-2
/
+4
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
1
-203
/
+250
2018-12-26
cherry-pick: do not error on non-merge commits when '-m 1' is specified
Sergey Organov
1
-3
/
+7
2018-12-10
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2018-11-18
Merge branch 'js/rebase-r-and-merge-head'
Junio C Hamano
1
-4
/
+6
2018-11-13
Merge branch 'bp/refresh-index-using-preload'
Junio C Hamano
1
-1
/
+1
2018-11-13
Merge branch 'ag/rebase-i-in-c'
Junio C Hamano
1
-1
/
+1
2018-11-13
Merge branch 'pw/am-rebase-read-author-script'
Junio C Hamano
1
-71
/
+121
2018-11-13
Merge branch 'ma/sequencer-do-reset-saner-loop-termination'
Junio C Hamano
1
-2
/
+5
2018-11-13
rebase -i: include MERGE_HEAD into files to clean up
Johannes Schindelin
1
-0
/
+2
2018-11-13
rebase -r: do not write MERGE_HEAD unless needed
Johannes Schindelin
1
-4
/
+4
2018-11-12
diff-lib.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-12
cache-tree.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
sequencer.c: remove implicit dependency on the_repository
Nguyễn Thái Ngọc Duy
1
-63
/
+71
2018-11-12
sequencer.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-141
/
+180
2018-11-12
wt-status.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2018-11-06
refresh_index: remove unnecessary calls to preload_index()
Ben Peart
1
-1
/
+1
2018-11-05
sequencer.c: remove a stray semicolon
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-02
Merge branch 'js/rebase-i-shortopt'
Junio C Hamano
1
-1
/
+2
2018-11-02
Merge branch 'js/rebase-i-break'
Junio C Hamano
1
-1
/
+24
2018-11-02
Merge branch 'cb/printf-empty-format'
Junio C Hamano
1
-1
/
+1
2018-11-02
Merge branch 'ag/rebase-i-in-c'
Junio C Hamano
1
-59
/
+261
2018-11-01
sequencer: use read_author_script()
Phillip Wood
1
-76
/
+21
2018-11-01
add read_author_script() to libgit
Phillip Wood
1
-0
/
+105
2018-10-31
sequencer: break out of loop explicitly
Martin Ågren
1
-2
/
+5
2018-10-27
sequencer: cleanup for gcc warning in non developer mode
Carlo Marcelo Arenas Belón
1
-1
/
+1
2018-10-26
rebase -i: recognize short commands without arguments
Johannes Sixt
1
-1
/
+2
2018-10-19
Merge branch 'nd/status-refresh-progress'
Junio C Hamano
1
-1
/
+1
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-9
/
+9
2018-10-16
Merge branch 'rs/sequencer-oidset-insert-avoids-dups'
Junio C Hamano
1
-3
/
+1
2018-10-12
rebase -i: introduce the 'break' command
Johannes Schindelin
1
-1
/
+23
2018-10-03
sequencer: use return value of oidset_insert()
René Scharfe
1
-3
/
+1
2018-09-24
Merge branch 'en/sequencer-empty-edit-result-aborts'
Junio C Hamano
1
-2
/
+2
2018-09-24
Merge branch 'js/rebase-i-autosquash-fix'
Junio C Hamano
1
-3
/
+14
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2018-09-21
rerere.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-09-21
merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-20
/
+20
2018-09-17
Merge branch 'jk/trailer-fixes'
Junio C Hamano
1
-4
/
+7
2018-09-17
Merge branch 'ds/reachable'
Junio C Hamano
1
-0
/
+1
2018-09-17
status: show progress bar if refreshing the index takes too long
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-13
sequencer: fix --allow-empty-message behavior, make it smarter
Elijah Newren
1
-2
/
+2
2018-09-04
Merge branch 'pw/rebase-i-author-script-fix'
Junio C Hamano
1
-9
/
+38
2018-09-04
rebase -i: be careful to wrap up fixup/squash chains
Johannes Schindelin
1
-3
/
+14
2018-08-29
rebase -i: rewrite write_basic_state() in C
Alban Gruin
1
-11
/
+66
2018-08-29
rebase -i: remove unused modes and functions
Alban Gruin
1
-4
/
+4
2018-08-29
rebase -i: rewrite complete_action() in C
Alban Gruin
1
-0
/
+104
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-4
/
+4
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-16
/
+16
[next]