Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Fix p4 submit losing changelists. #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 11, 2013

  1. Fix p4 submit losing changelists.

    'git p4 submit' was updating the p4/master ref and the git-p4 notes
    after a successful submission. As a result any changes between the last
    'git p4 sync' and 'git p4 submit' would not get sync'd upon future 'git
    p4 syncs' because git-p4 would think that the local repository was
    sync'd up to the submitted revision. This change does not update the
    local repository and instead forces you to 'git p4 sync' to sync your
    new changes from the p4 depot.
    gamepoet committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    e4df411 View commit details
    Browse the repository at this point in the history