Changeset 3524 for trunk


Ignore:
Timestamp:
Nov 15, 2024, 7:05:11 PM (8 days ago)
Author:
afalco
Message:

git-svn: better message if git svn dcommit failed.
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/pre-push

    r3449 r3524  
    6969then
    7070    printf "${RED}git svn dcommit failed.${NC}\n"
     71    printf "${RED}It might just be 'normal' git-svn sync.${NC}\n"
     72    printf "${RED}You may try to push a second time.${NC}\n"
     73    printf "${RED}Be sure to check the status of all branches otherwise.${NC}\n"
    7174    git checkout ${local_branch}
    7275    exit $COMMITED
Note: See TracChangeset for help on using the changeset viewer.