]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bk/p4-pre-edit-changelist'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:43 +0000 (13:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:43 +0000 (13:42 -0700)
commit5f2ec211f629f5b1d9a85e924946ae2079fa96f7
tree5c864eca2afa779afdd5bb047045eeb362682abf
parent45fbdf54a2b5b1bec30f9cec401439701014ac2d
parent1ec4a0a356f73ef0ab57d3903bd6667942a7052c
Merge branch 'bk/p4-pre-edit-changelist'

"git p4" learned four new hooks and also "--no-verify" option to
bypass them (and the existing "p4-pre-submit" hook).

* bk/p4-pre-edit-changelist:
  git-p4: add RCS keyword status message
  git-p4: add p4 submit hooks
  git-p4: restructure code in submit
  git-p4: add --no-verify option
  git-p4: add p4-pre-submit exit text
  git-p4: create new function run_git_hook
  git-p4: rewrite prompt to be Windows compatible
Documentation/githooks.txt
git-p4.py