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