29#ifdef HAVE_WUNUSED_CONST_VARIABLE 
   30    _Pragma( 
"GCC diagnostic push" ) \
 
   31    _Pragma( 
"GCC diagnostic ignored \"-Wunused-const-variable\"" )
 
   63const char* 
const kPullFailed = 
_( 
"Failed to pull changes from remote repository." );
 
   64const char* 
const kPushFailed = 
_( 
"Failed to push changes to remote repository." );
 
   67        _( 
"Failed to establish connection with remote repository." );
 
 
   78#ifdef HAVE_WUNUSED_CONST_VARIABLE 
   79    _Pragma( 
"GCC diagnostic pop" )
 
const char *const kRemoteNotFound
 
const char *const kCommitFailed
 
const char *const kInvalidRepository
 
const char *const kBranchCreationFailed
 
const char *const kRebaseConflict
 
const char *const kFileNotFoundInCheckout
 
const char *const kTagCreationFailed
 
const char *const kCloneFailed
 
const char *const kCheckoutFailed
 
const char *const kPullFailed
 
const char *const kMergeConflict
 
const char *const kNoError
 
const char *const kPushFailed
 
const char *const kTagDeletionFailed
 
const char *const kMergeFailed
 
const char *const kTagNotFound
 
const char *const kRemoteConnectionError
 
const char *const kBranchDeletionFailed
 
const char *const kAuthenticationFailed
 
const char *const kBranchNotFound
 
const char *const kUnknownError
 
const char *const kNoUpstreamBranch