| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -18/+19 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -1/+2 |
| 2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -4/+5 |
| 2018-03-21 | Merge branch 'ma/skip-writing-unchanged-index' | Junio C Hamano | 1 | -6/+5 |
| 2018-03-14 | Merge branch 'ma/roll-back-lockfiles' | Junio C Hamano | 1 | -18/+14 |
| 2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -1/+2 |
| 2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-14 | cache-tree: convert write_*_as_tree to object_id | brian m. carlson | 1 | -2/+2 |
| 2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -1/+1 |
| 2018-03-06 | Merge branch 'rs/strbuf-read-file-or-whine' | Junio C Hamano | 1 | -46/+28 |
| 2018-03-06 | Merge branch 'nd/rebase-show-current-patch' | Junio C Hamano | 1 | -0/+4 |
| 2018-03-01 | write_locked_index(): add flag to avoid writing unchanged index | Martin Ågren | 1 | -6/+5 |
| 2018-02-28 | sequencer: do not roll back lockfile unnecessarily | Martin Ågren | 1 | -12/+6 |
| 2018-02-27 | sequencer: always roll back lock in `do_recursive_merge()` | Martin Ågren | 1 | -1/+3 |
| 2018-02-27 | sequencer: make lockfiles non-static | Martin Ågren | 1 | -5/+5 |
| 2018-02-22 | sequencer: factor out strbuf_read_file_or_whine() | René Scharfe | 1 | -46/+28 |
| 2018-02-15 | Merge branch 'po/object-id' | Junio C Hamano | 1 | -2/+2 |
| 2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
| 2018-02-13 | Merge branch 'pw/sequencer-in-process-commit' | Junio C Hamano | 1 | -8/+530 |
| 2018-02-12 | rebase: introduce and use pseudo-ref REBASE_HEAD | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
| 2018-01-24 | sequencer: run 'prepare-commit-msg' hook | Phillip Wood | 1 | -13/+56 |
| 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-22 | sequencer: assign only free()able strings to gpg_sign | Johannes Schindelin | 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-13 | sequencer: improve config handling | Phillip Wood | 1 | -39/+48 |
| 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-24 | sequencer: try to commit without forking 'git commit' | Phillip Wood | 1 | -2/+176 |
| 2017-11-24 | sequencer: load commit related config | Phillip Wood | 1 | -0/+34 |
| 2017-11-24 | sequencer: simplify adding Signed-off-by: trailer | Phillip Wood | 1 | -5/+3 |
| 2017-11-24 | commit: move print_commit_summary() to libgit | Phillip Wood | 1 | -0/+119 |
| 2017-11-18 | commit: move post-rewrite code to libgit | Phillip Wood | 1 | -0/+47 |
| 2017-11-18 | Add a function to update HEAD after creating a commit | Phillip Wood | 1 | -1/+38 |
| 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-11 | commit: move empty message checks to libgit | Phillip Wood | 1 | -0/+61 |
| 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 |
| 2017-07-27 | rebase -i: rearrange fixup/squash lines using the rebase--helper | Johannes Schindelin | 1 | -0/+196 |
| 2017-07-27 | rebase -i: skip unnecessary picks using the rebase--helper | Johannes Schindelin | 1 | -0/+107 |
| 2017-07-27 | rebase -i: check for missing commits in the rebase--helper | Johannes Schindelin | 1 | -0/+122 |
| 2017-07-27 | rebase -i: also expand/collapse the SHA-1s via the rebase--helper | Johannes Schindelin | 1 | -0/+57 |
| 2017-07-27 | rebase -i: generate the script via rebase--helper | Johannes Schindelin | 1 | -0/+49 |
| 2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -3/+3 |
| 2017-07-17 | sequencer: convert to struct object_id | brian m. carlson | 1 | -29/+30 |
| 2017-06-30 | Merge branch 'pw/rebase-i-regression-fix-tests' | Junio C Hamano | 1 | -5/+6 |
| 2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -2/+2 |
| 2017-06-19 | sequencer: print autostash messages to stderr | Johannes Schindelin | 1 | -5/+6 |
| 2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-06-13 | Merge branch 'nd/fopen-errors' | Junio C Hamano | 1 | -4/+4 |
| 2017-06-05 | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 1 | -2/+2 |
| 2017-06-04 | Merge branch 'ab/c-translators-comment-style' | Junio C Hamano | 1 | -1/+2 |
| 2017-05-31 | C style: use standard style for "TRANSLATORS" comments | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2017-05-29 | Merge branch 'pw/rebase-i-regression-fix' | Junio C Hamano | 1 | -1/+4 |
| 2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -29/+30 |
| 2017-05-26 | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
| 2017-05-20 | rebase -i: add missing newline to end of message | Phillip Wood | 1 | -1/+1 |
| 2017-05-20 | rebase -i: silence stash apply | Phillip Wood | 1 | -0/+2 |
| 2017-05-20 | rebase -i: fix reflog message | Phillip Wood | 1 | -0/+1 |
| 2017-05-16 | Merge branch 'jt/use-trailer-api-in-commands' | Junio C Hamano | 1 | -7/+4 |
| 2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-08 | sequencer: convert do_recursive_merge to struct object_id | brian m. carlson | 1 | -3/+3 |
| 2017-05-08 | merge: convert checkout_fast_forward to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-08 | sequencer: convert fast_forward_to to struct object_id | brian m. carlson | 1 | -11/+11 |
| 2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -4/+4 |
| 2017-05-08 | Convert remaining callers of lookup_commit_reference* to object_id | brian m. carlson | 1 | -10/+10 |
| 2017-05-08 | sequencer: convert some functions to struct object_id | brian m. carlson | 1 | -6/+6 |
| 2017-05-02 | Convert struct cache_tree to use struct object_id | brian m. carlson | 1 | -1/+2 |
| 2017-05-01 | Merge branch 'sh/rebase-i-reread-todo-after-exec' | Junio C Hamano | 1 | -0/+22 |
| 2017-04-27 | rebase -i: reread the todo list if `exec` touched it | Stephen Hicks | 1 | -0/+22 |
| 2017-04-26 | sequencer: add newline before adding footers | Jonathan Tan | 1 | -7/+4 |
| 2017-04-26 | Merge branch 'jk/war-on-git-path' | Junio C Hamano | 1 | -6/+6 |
| 2017-04-20 | use git_path_* helper functions | Jeff King | 1 | -6/+6 |
| 2017-03-30 | Merge branch 'js/rebase-i-reword-to-run-hooks' | Junio C Hamano | 1 | -23/+31 |
| 2017-03-27 | sequencer: allow the commit-msg hooks to run during a `reword` | Johannes Schindelin | 1 | -2/+6 |
| 2017-03-27 | sequencer: make commit options more extensible | Johannes Schindelin | 1 | -22/+26 |
| 2017-03-23 | sequencer: fix missing newline | Brandon Williams | 1 | -1/+1 |
| 2017-03-17 | sequencer: drop "warning:" when stopping for edit | Jeff King | 1 | -1/+2 |
| 2017-01-17 | sequencer (rebase -i): write out the final message | Johannes Schindelin | 1 | -0/+3 |
| 2017-01-17 | sequencer (rebase -i): write the progress into files | Johannes Schindelin | 1 | -3/+27 |
| 2017-01-17 | sequencer (rebase -i): show the progress | Johannes Schindelin | 1 | -0/+32 |
| 2017-01-17 | sequencer (rebase -i): suggest --edit-todo upon unknown command | Johannes Schindelin | 1 | -1/+5 |
| 2017-01-17 | sequencer (rebase -i): show only failed cherry-picks' output | Johannes Schindelin | 1 | -0/+4 |
| 2017-01-17 | sequencer (rebase -i): show only failed `git commit`'s output | Johannes Schindelin | 1 | -0/+18 |
| 2017-01-17 | sequencer: use run_command() directly | Johannes Schindelin | 1 | -20/+16 |
| 2017-01-17 | sequencer: update reading author-script | Johannes Schindelin | 1 | -22/+12 |
| 2017-01-09 | sequencer (rebase -i): differentiate between comments and 'noop' | Johannes Schindelin | 1 | -6/+9 |
| 2017-01-09 | sequencer (rebase -i): implement the 'drop' command | Johannes Schindelin | 1 | -3/+5 |
| 2017-01-09 | sequencer (rebase -i): allow rescheduling commands | Johannes Schindelin | 1 | -0/+6 |
| 2017-01-09 | sequencer (rebase -i): respect strategy/strategy_opts settings | Johannes Schindelin | 1 | -1/+25 |
| 2017-01-09 | sequencer (rebase -i): respect the rebase.autostash setting | Johannes Schindelin | 1 | -0/+43 |
| 2017-01-09 | sequencer (rebase -i): run the post-rewrite hook, if needed | Johannes Schindelin | 1 | -0/+14 |
| 2017-01-09 | sequencer (rebase -i): record interrupted commits in rewritten, too | Johannes Schindelin | 1 | -0/+8 |
| 2017-01-09 | sequencer (rebase -i): copy commit notes at end | Johannes Schindelin | 1 | -0/+76 |
| 2017-01-09 | sequencer (rebase -i): set the reflog message consistently | Johannes Schindelin | 1 | -0/+4 |
| 2017-01-09 | sequencer (rebase -i): refactor setting the reflog message | Johannes Schindelin | 1 | -7/+26 |
| 2017-01-09 | sequencer (rebase -i): allow fast-forwarding for edit/reword | Johannes Schindelin | 1 | -8/+17 |
| 2017-01-09 | sequencer (rebase -i): implement the 'reword' command | Johannes Schindelin | 1 | -2/+7 |
| 2017-01-09 | sequencer (rebase -i): leave a patch upon error | Johannes Schindelin | 1 | -1/+3 |
| 2017-01-09 | sequencer (rebase -i): update refs after a successful rebase | Johannes Schindelin | 1 | -1/+45 |
| 2017-01-09 | sequencer (rebase -i): the todo can be empty when continuing | Johannes Schindelin | 1 | -2/+5 |
| 2017-01-09 | sequencer (rebase -i): skip some revert/cherry-pick specific code path | Johannes Schindelin | 1 | -12/+14 |
| 2017-01-09 | sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer needed | Johannes Schindelin | 1 | -1/+6 |
| 2017-01-09 | sequencer (rebase -i): allow continuing with staged changes | Johannes Schindelin | 1 | -0/+40 |
| 2017-01-09 | sequencer (rebase -i): write an author-script file | Johannes Schindelin | 1 | -1/+49 |
| 2017-01-09 | sequencer (rebase -i): implement the short commands | Johannes Schindelin | 1 | -14/+21 |
| 2017-01-09 | sequencer (rebase -i): add support for the 'fixup' and 'squash' commands | Johannes Schindelin | 1 | -10/+217 |
| 2017-01-09 | sequencer (rebase -i): write the 'done' file | Johannes Schindelin | 1 | -0/+23 |
| 2017-01-09 | sequencer (rebase -i): learn about the 'verbose' mode | Johannes Schindelin | 1 | -0/+28 |
| 2017-01-09 | sequencer (rebase -i): implement the 'exec' command | Johannes Schindelin | 1 | -0/+57 |
| 2017-01-09 | sequencer (rebase -i): implement the 'edit' command | Johannes Schindelin | 1 | -3/+114 |
| 2017-01-09 | sequencer (rebase -i): implement the 'noop' command | Johannes Schindelin | 1 | -3/+36 |
| 2017-01-09 | sequencer: support a new action: 'interactive rebase' | Johannes Schindelin | 1 | -4/+32 |
| 2017-01-09 | sequencer: use a helper to find the commit message | Johannes Schindelin | 1 | -8/+3 |
| 2017-01-09 | sequencer: move "else" keyword onto the same line as preceding brace | Johannes Schindelin | 1 | -2/+1 |
| 2017-01-09 | sequencer: avoid unnecessary curly braces | Johannes Schindelin | 1 | -2/+1 |
| 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 |