Changeset 2503 for trunk/scripts/git-hooks/sub
- Timestamp:
 - Oct 13, 2009, 12:28:03 PM (16 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/scripts/git-hooks/sub/update (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/scripts/git-hooks/sub/update
r2499 r2503 22 22 23 23 case "$ref" in 24 refs/tags/*) 25 echo "*** Pushing tags to this repository is not allowed" >&2 24 refs/heads/*) 25 ;; 26 *) 27 echo "*** Pushing non-branches to this repository is not allowed" >&2 26 28 exit 1 27 29 ;;  
Note: See TracChangeset
          for help on using the changeset viewer.
      