Merge branch 'pw/p4-submit-conflicts'
commit8db3865936550fe239b11a44ed52230c3c3eb223
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2012 21:36:17 +0000 (18 14:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2012 21:36:17 +0000 (18 14:36 -0700)
tree7f5edd4e0a0ffa2a09d0c841cb80b6251df4229b
parent3387423870e2efbc0b1bf7478a03320e55d2f0bc
parent6bbfd1372d2aa5b856fc7fb1616cb06c982fcb83
Merge branch 'pw/p4-submit-conflicts'

Add '--conflict' option to git-p4 subcommand to specify what action
to take when conflicts are found during 'p4 submit'.

* pw/p4-submit-conflicts:
  git-p4: add submit --conflict option and config varaiable
  git p4: add submit --prepare-p4-only option
  git p4: add submit --dry-run option
  git p4: accept -v for --verbose
  git p4: revert deleted files after submit cancel
  git p4: rearrange submit template construction
  git p4: test clean-up after failed submit, fix added files
  git p4: standardize submit cancel due to unchanged template
  git p4: move conflict prompt into run, add [q]uit input
  git p4: remove submit failure options [a]pply and [w]rite
  git p4: gracefully fail if some commits could not be applied
  git p4 test: remove bash-ism of combined export/assignment
git-p4.py
t/lib-git-p4.sh