index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sequencer.c
Age
Commit message (
Expand
)
Author
Lines
2018-11-18
Merge branch 'js/rebase-r-and-merge-head'
Junio C Hamano
-4
/
+6
2018-11-13
Merge branch 'bp/refresh-index-using-preload'
Junio C Hamano
-1
/
+1
2018-11-13
Merge branch 'ag/rebase-i-in-c'
Junio C Hamano
-1
/
+1
2018-11-13
Merge branch 'pw/am-rebase-read-author-script'
Junio C Hamano
-71
/
+121
2018-11-13
Merge branch 'ma/sequencer-do-reset-saner-loop-termination'
Junio C Hamano
-2
/
+5
2018-11-13
rebase -i: include MERGE_HEAD into files to clean up
Johannes Schindelin
-0
/
+2
2018-11-13
rebase -r: do not write MERGE_HEAD unless needed
Johannes Schindelin
-4
/
+4
2018-11-06
refresh_index: remove unnecessary calls to preload_index()
Ben Peart
-1
/
+1
2018-11-05
sequencer.c: remove a stray semicolon
Nguyễn Thái Ngọc Duy
-1
/
+1
2018-11-02
Merge branch 'js/rebase-i-shortopt'
Junio C Hamano
-1
/
+2
2018-11-02
Merge branch 'js/rebase-i-break'
Junio C Hamano
-1
/
+24
2018-11-02
Merge branch 'cb/printf-empty-format'
Junio C Hamano
-1
/
+1
2018-11-02
Merge branch 'ag/rebase-i-in-c'
Junio C Hamano
-59
/
+261
2018-11-01
sequencer: use read_author_script()
Phillip Wood
-76
/
+21
2018-11-01
add read_author_script() to libgit
Phillip Wood
-0
/
+105
2018-10-31
sequencer: break out of loop explicitly
Martin Ågren
-2
/
+5
2018-10-27
sequencer: cleanup for gcc warning in non developer mode
Carlo Marcelo Arenas Belón
-1
/
+1
2018-10-26
rebase -i: recognize short commands without arguments
Johannes Sixt
-1
/
+2
2018-10-19
Merge branch 'nd/status-refresh-progress'
Junio C Hamano
-1
/
+1
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
-9
/
+9
2018-10-16
Merge branch 'rs/sequencer-oidset-insert-avoids-dups'
Junio C Hamano
-3
/
+1
2018-10-12
rebase -i: introduce the 'break' command
Johannes Schindelin
-1
/
+23
2018-10-03
sequencer: use return value of oidset_insert()
René Scharfe
-3
/
+1
2018-09-24
Merge branch 'en/sequencer-empty-edit-result-aborts'
Junio C Hamano
-2
/
+2
2018-09-24
Merge branch 'js/rebase-i-autosquash-fix'
Junio C Hamano
-3
/
+14
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
-4
/
+4
2018-09-21
rerere.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
-2
/
+2
2018-09-21
merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
-3
/
+3
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
-20
/
+20
2018-09-17
Merge branch 'jk/trailer-fixes'
Junio C Hamano
-4
/
+7
2018-09-17
Merge branch 'ds/reachable'
Junio C Hamano
-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
2018-09-13
sequencer: fix --allow-empty-message behavior, make it smarter
Elijah Newren
-2
/
+2
2018-09-04
Merge branch 'pw/rebase-i-author-script-fix'
Junio C Hamano
-9
/
+38
2018-09-04
rebase -i: be careful to wrap up fixup/squash chains
Johannes Schindelin
-3
/
+14
2018-08-29
rebase -i: rewrite write_basic_state() in C
Alban Gruin
-11
/
+66
2018-08-29
rebase -i: remove unused modes and functions
Alban Gruin
-4
/
+4
2018-08-29
rebase -i: rewrite complete_action() in C
Alban Gruin
-0
/
+104
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
-4
/
+4
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
-16
/
+16
2018-08-29
coccinelle: use <...> for function exclusion
Jeff King
-1
/
+1
2018-08-23
i18n: fix mistakes in translated strings
Jean-Noël Avila
-1
/
+1
2018-08-23
append_signoff: use size_t for string offsets
Jeff King
-2
/
+2
2018-08-23
sequencer: ignore "---" divider when parsing trailers
Jeff King
-0
/
+2
2018-08-23
trailer: pass process_trailer_opts to trailer_info_get()
Jeff King
-1
/
+2
2018-08-23
trailer: use size_t for iterating trailer list
Jeff King
-1
/
+1
2018-08-20
Merge branch 'pw/rebase-i-merge-segv-fix'
Junio C Hamano
-5
/
+19
2018-08-20
Merge branch 'pw/rebase-i-squash-number-fix'
Junio C Hamano
-2
/
+2
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
-2
/
+2
2018-08-20
Merge branch 'js/rebase-merges-exec-fix'
Junio C Hamano
-11
/
+31
[next]