Explorar o código

Remove curgitb because already available in Git

Redundancy with `git describe`
DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
84f0230d66
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  1. 0 10
      CommonScripts/curgitb

+ 0 - 10
CommonScripts/curgitb

@@ -1,10 +0,0 @@
-#!/bin/bash
-current_branch=`git branch 2>&1`
-if [ "$current_branch" != 'fatal: not a git repository (or any of the parent directories): .git' ]
-then
-	current_branch=`echo "$current_branch" | grep \* | cut -d ' ' -f2`
-	echo "$current_branch"
-	exit 0
-else
-	exit 1
-fi