* [PATCH] guilt: Add support for git version 1.7.x.y
@ 2010-04-10 14:10 Theodore Ts'o
2010-04-10 20:56 ` jeffpc
0 siblings, 1 reply; 2+ messages in thread
From: Theodore Ts'o @ 2010-04-10 14:10 UTC (permalink / raw)
To: jeffpc; +Cc: git, Theodore Ts'o
The regression tests pass, so let's add support for
git 1.7.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] guilt: Add support for git version 1.7.x.y
2010-04-10 14:10 [PATCH] guilt: Add support for git version 1.7.x.y Theodore Ts'o
@ 2010-04-10 20:56 ` jeffpc
0 siblings, 0 replies; 2+ messages in thread
From: jeffpc @ 2010-04-10 20:56 UTC (permalink / raw)
To: Theodore Ts'o; +Cc: git
On Sat, Apr 10, 2010 at 10:10:31AM -0400, Theodore Ts'o wrote:
> The regression tests pass, so let's add support for
> git 1.7.
Thanks. I'll push it out and make a new release shortly.
Jeff.
--
The obvious mathematical breakthrough would be development of an easy way to
factor large prime numbers.
- Bill Gates, The Road Ahead, pg. 265
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-10 21:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-10 14:10 [PATCH] guilt: Add support for git version 1.7.x.y Theodore Ts'o
2010-04-10 20:56 ` jeffpc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).