[PATCH] guilt: Add support for git version 1.7.x.y

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The regression tests pass, so let's add support for
git 1.7.

Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx>
---
 guilt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/guilt b/guilt
index 485710b..43fea8e 100755
--- a/guilt
+++ b/guilt
@@ -32,6 +32,7 @@ gitver=`git --version | cut -d' ' -f3 | sed -e 's/^debian\.//'`
 case "$gitver" in
 	1.5.*)	;; # git config
 	1.6.*)	;; # git config
+	1.7.*)	;; # git config
 	*)	die "Unsupported version of git ($gitver)" ;;
 esac
 
-- 
1.7.0.1

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]