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
2016-12-21
Merge branch 'sb/sequencer-abort-safety'
Junio C Hamano
1
-0
/
+49
2016-12-19
Merge branch 'jc/lock-report-on-error'
Junio C Hamano
1
-1
/
+1
2016-12-19
Merge branch 'jt/use-trailer-api-in-commands'
Junio C Hamano
1
-61
/
+14
2016-12-14
Revert "sequencer: remove useless get_dir() function"
Junio C Hamano
1
-1
/
+6
2016-12-09
sequencer: remove useless get_dir() function
Stephan Beyer
1
-6
/
+1
2016-12-09
sequencer: make sequencer abort safer
Stephan Beyer
1
-0
/
+49
2016-12-07
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
1
-1
/
+1
2016-11-29
sequencer: use trailer's trailer layout
Jonathan Tan
1
-61
/
+14
2016-11-22
Merge branch 'js/prepare-sequencer'
Junio C Hamano
1
-1
/
+1
2016-11-21
i18n: fix unmatched single quote in error message
Jiang Xin
1
-1
/
+1
2016-11-11
Merge branch 'js/prepare-sequencer'
Junio C Hamano
1
-1
/
+1
2016-11-08
sequencer: silence -Wtautological-constant-out-of-range-compare
Jeff King
1
-1
/
+1
2016-10-27
Merge branch 'nd/ita-empty-commit'
Junio C Hamano
1
-2
/
+2
2016-10-24
commit: fix empty commit creation when there's no changes but ita entries
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-10-21
sequencer: mark all error messages for translation
Johannes Schindelin
1
-10
/
+16
2016-10-21
sequencer: start error messages consistently with lower case
Johannes Schindelin
1
-34
/
+34
2016-10-21
sequencer: quote filenames in error messages
Johannes Schindelin
1
-11
/
+11
2016-10-21
sequencer: mark action_name() for translation
Johannes Schindelin
1
-7
/
+7
2016-10-21
sequencer: remove overzealous assumption in rebase -i mode
Johannes Schindelin
1
-3
/
+4
2016-10-21
sequencer: teach write_message() to append an optional LF
Johannes Schindelin
1
-3
/
+8
2016-10-21
sequencer: refactor write_message() to take a pointer/length
Johannes Schindelin
1
-4
/
+6
2016-10-21
sequencer: roll back lock file if write_message() failed
Johannes Schindelin
1
-3
/
+7
2016-10-21
sequencer: stop releasing the strbuf in write_message()
Johannes Schindelin
1
-1
/
+1
2016-10-21
sequencer: left-trim lines read from the script
Johannes Schindelin
1
-0
/
+3
2016-10-21
sequencer: support cleaning up commit messages
Johannes Schindelin
1
-3
/
+7
2016-10-21
sequencer: support amending commits
Johannes Schindelin
1
-2
/
+4
2016-10-21
sequencer: allow editing the commit message on a case-by-case basis
Johannes Schindelin
1
-8
/
+40
2016-10-21
sequencer: introduce a helper to read files written by scripts
Johannes Schindelin
1
-0
/
+34
2016-10-21
sequencer: prepare for rebase -i's commit functionality
Johannes Schindelin
1
-10
/
+89
2016-10-21
sequencer: remember the onelines when parsing the todo file
Johannes Schindelin
1
-0
/
+7
2016-10-21
sequencer: get rid of the subcommand field
Johannes Schindelin
1
-24
/
+11
2016-10-21
sequencer: avoid completely different messages for different actions
Johannes Schindelin
1
-5
/
+2
2016-10-21
sequencer: strip CR from the todo script
Johannes Schindelin
1
-0
/
+3
2016-10-21
sequencer: completely revamp the "todo" script parsing
Johannes Schindelin
1
-121
/
+163
2016-10-21
sequencer: refactor the code to obtain a short commit name
Johannes Schindelin
1
-3
/
+7
2016-10-21
sequencer: future-proof read_populate_todo()
Johannes Schindelin
1
-7
/
+11
2016-10-21
sequencer: plug memory leaks for the option values
Johannes Schindelin
1
-4
/
+22
2016-10-17
sequencer: future-proof remove_sequencer_state()
Johannes Schindelin
1
-8
/
+13
2016-10-17
sequencer: avoid unnecessary indirection
Johannes Schindelin
1
-3
/
+3
2016-10-17
sequencer: use memoized sequencer directory path
Johannes Schindelin
1
-5
/
+6
2016-09-09
sequencer: ensure to release the lock when we could not read the index
Johannes Schindelin
1
-2
/
+6
2016-09-09
sequencer: lib'ify fast_forward_to()
Johannes Schindelin
1
-1
/
+1
2016-09-09
sequencer: lib'ify save_opts()
Johannes Schindelin
1
-11
/
+14
2016-09-09
sequencer: lib'ify save_todo()
Johannes Schindelin
1
-7
/
+15
2016-09-09
sequencer: lib'ify save_head()
Johannes Schindelin
1
-7
/
+18
2016-09-09
sequencer: lib'ify create_seq_dir()
Johannes Schindelin
1
-2
/
+2
2016-09-09
sequencer: lib'ify read_populate_opts()
Johannes Schindelin
1
-6
/
+14
2016-09-09
sequencer: lib'ify read_populate_todo()
Johannes Schindelin
1
-5
/
+9
2016-09-09
sequencer: lib'ify read_and_refresh_cache()
Johannes Schindelin
1
-5
/
+10
2016-09-09
sequencer: lib'ify prepare_revs()
Johannes Schindelin
1
-3
/
+4
[next]