Files
git/builtin
Junio C Hamano 0f57f731ea Merge branch 'pw/sequencer-in-process-commit'
The sequencer infrastructure is shared across "git cherry-pick",
"git rebase -i", etc., and has always spawned "git commit" when it
needs to create a commit.  It has been taught to do so internally,
when able, by reusing the codepath "git commit" itself uses, which
gives performance boost for a few tens of percents in some sample
scenarios.

* pw/sequencer-in-process-commit:
  sequencer: run 'prepare-commit-msg' hook
  t7505: add tests for cherry-pick and rebase -i/-p
  t7505: style fixes
  sequencer: assign only free()able strings to gpg_sign
  sequencer: improve config handling
  t3512/t3513: remove KNOWN_FAILURE_CHERRY_PICK_SEES_EMPTY_COMMIT=1
  sequencer: try to commit without forking 'git commit'
  sequencer: load commit related config
  sequencer: simplify adding Signed-off-by: trailer
  commit: move print_commit_summary() to libgit
  commit: move post-rewrite code to libgit
  Add a function to update HEAD after creating a commit
  commit: move empty message checks to libgit
  t3404: check intermediate squash messages
2018-02-13 13:39:15 -08:00
..
2017-11-27 11:06:37 +09:00
2018-01-16 12:16:54 -08:00
2017-10-06 10:07:18 +09:00
2017-12-27 11:16:25 -08:00
2017-06-24 14:28:41 -07:00
2018-01-23 13:16:36 -08:00
2018-02-13 13:39:04 -08:00
2017-11-18 12:31:29 +09:00
2017-10-07 16:27:55 +09:00
2018-02-13 13:39:04 -08:00
2018-02-13 13:39:03 -08:00
2017-12-08 09:52:42 -08:00
2017-09-25 15:24:07 +09:00
2018-02-13 13:39:03 -08:00
2018-01-23 13:16:37 -08:00
2017-11-21 14:07:50 +09:00
2017-06-24 14:28:41 -07:00
2017-12-27 11:16:29 -08:00
2018-02-13 13:39:06 -08:00
2017-08-26 22:55:09 -07:00
2018-02-13 13:39:03 -08:00
2017-12-13 13:28:54 -08:00
2017-12-06 09:23:44 -08:00
2017-11-18 12:31:29 +09:00
2017-12-08 09:52:42 -08:00
2017-12-27 11:16:29 -08:00
2018-02-13 13:39:04 -08:00
2017-12-13 11:15:14 -08:00
2017-08-22 10:29:03 -07:00
2017-12-27 11:16:29 -08:00
2017-11-06 14:24:27 +09:00
2017-11-21 14:07:50 +09:00
2017-06-24 14:28:41 -07:00