Bug#486403: Please expose GIT_REPO_VERSION

2010-02-22 Thread Jonathan Nieder
tags 486403 - patch tags 486403 + wontfix thanks Hi George, George Danchev wrote: --- help.c.orig 2008-06-15 23:42:39.0 +0300 +++ help.c 2008-06-15 23:44:06.0 +0300 @@ -504,7 +504,7 @@ int cmd_version(int argc, const char **argv, const char *prefix) { -

Bug#486403: Please expose GIT_REPO_VERSION

2010-02-22 Thread George Danchev
Jonathan Nieder writes: tags 486403 - patch tags 486403 + wontfix thanks Hi George, George Danchev wrote: --- help.c.orig 2008-06-15 23:42:39.0 +0300 +++ help.c 2008-06-15 23:44:06.0 +0300 @@ -504,7 +504,7 @@ int cmd_version(int argc, const char **argv,

Bug#486403: Please expose GIT_REPO_VERSION

2008-07-03 Thread George Danchev
On Wednesday 02 July 2008 15:24:20 Gerrit Pape wrote: On Mon, Jun 16, 2008 at 12:03:02AM +0300, George Danchev wrote: Hi, Please find the patch below (I believe it won't break any porcelain above it) which exposes the value of GIR_REPO_VERSION (git's internal repository format) via

Bug#486403: Please expose GIT_REPO_VERSION

2008-07-02 Thread Gerrit Pape
On Mon, Jun 16, 2008 at 12:03:02AM +0300, George Danchev wrote: Hi, Please find the patch below (I believe it won't break any porcelain above it) which exposes the value of GIR_REPO_VERSION (git's internal repository format) via --version. It will benefit the recently added to the

Bug#486403: Please expose GIT_REPO_VERSION

2008-06-15 Thread George Danchev
Package: git-core Version: 1:1.5.5.4-1 Severity: wishlist Tags: patch Hi, Please find the patch below (I believe it won't break any porcelain above it) which exposes the value of GIR_REPO_VERSION (git's internal repository format) via --version. It will benefit the recently added to