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-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
2016-09-09
sequencer: lib'ify walk_revs_populate_todo()
Johannes Schindelin
1
-4
/
+6
2016-09-09
sequencer: lib'ify do_pick_commit()
Johannes Schindelin
1
-1
/
+1
2016-09-09
sequencer: lib'ify do_recursive_merge()
Johannes Schindelin
1
-1
/
+2
2016-09-09
sequencer: lib'ify write_message()
Johannes Schindelin
1
-8
/
+11
2016-08-29
sequencer: do not die() in do_pick_commit()
Johannes Schindelin
1
-6
/
+8
2016-08-29
sequencer: lib'ify sequencer_pick_revisions()
Johannes Schindelin
1
-4
/
+5
2016-08-24
i18n: fix typos for translation
Jean-Noel Avila
1
-1
/
+1
2016-08-10
Merge branch 'js/am-3-merge-recursive-direct'
Junio C Hamano
1
-0
/
+5
2016-08-08
Merge branch 'rs/use-strbuf-addstr'
Junio C Hamano
1
-1
/
+1
2016-08-05
use strbuf_addstr() instead of strbuf_addf() with "%s"
René Scharfe
1
-1
/
+1
2016-08-01
merge_trees(): ensure that the callers release output buffer
Johannes Schindelin
1
-0
/
+1
2016-07-28
Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maint
Junio C Hamano
1
-4
/
+2
2016-07-26
prepare the builtins for a libified merge_recursive()
Johannes Schindelin
1
-0
/
+4
2016-07-13
Merge branch 'va/i18n-even-more'
Junio C Hamano
1
-5
/
+10
2016-07-11
Merge branch 'js/find-commit-subject-ignore-leading-blanks'
Junio C Hamano
1
-4
/
+2
2016-07-06
Merge branch 'mg/cherry-pick-multi-on-unborn' into maint
Junio C Hamano
1
-5
/
+6
2016-06-29
sequencer: use skip_blank_lines() to find the commit subject
Johannes Schindelin
1
-4
/
+2
2016-06-27
Merge branch 'mg/cherry-pick-multi-on-unborn'
Junio C Hamano
1
-5
/
+6
2016-06-17
i18n: sequencer: add period to error message
Vasco Almeida
1
-1
/
+1
[prev]
[next]