List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] git: Update to 1.9.0
@ 2014-02-20 19:58 cgit
  2014-02-20 20:02 ` list
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cgit @ 2014-02-20 19:58 UTC (permalink / raw)


No code changes required, just bump the submodule and Makefile versions.

Signed-off-by: Lukas Fleischer <cgit at cryptocrack.de>
---
 Makefile | 2 +-
 git      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 05b97d7..3ee5f65 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ htmldir = $(docdir)
 pdfdir = $(docdir)
 mandir = $(prefix)/share/man
 SHA1_HEADER = <openssl/sha.h>
-GIT_VER = 1.8.5
+GIT_VER = 1.9.0
 GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz
 INSTALL = install
 COPYTREE = cp -r
diff --git a/git b/git
index d2446df..5f95c9f 160000
--- a/git
+++ b/git
@@ -1 +1 @@
-Subproject commit d2446dfd7f3b3f8948142cfb07a0270e2497d93f
+Subproject commit 5f95c9f850b19b368c43ae399cc831b17a26a5ac
-- 
1.9.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] git: Update to 1.9.0
  2014-02-20 19:58 [PATCH] git: Update to 1.9.0 cgit
@ 2014-02-20 20:02 ` list
  2014-02-20 20:02 ` cgit
  2014-02-21  0:17 ` Jason
  2 siblings, 0 replies; 4+ messages in thread
From: list @ 2014-02-20 20:02 UTC (permalink / raw)


Lukas Fleischer <cgit at cryptocrack.de> on Thu, 2014/02/20 20:58:
> No code changes required, just bump the submodule and Makefile versions.

Ah, Lukas was way faster...
 
> Signed-off-by: Lukas Fleischer <cgit at cryptocrack.de>

Signed-off-by: Christian Hesse <mail at eworm.de>
-- 
main(a){char*c=/*    Schoene Gruesse                         */"B?IJj;MEH"
"CX:;",b;for(a/*    Chris           get my mail address:    */=0;b=c[a++];)
putchar(b-1/(/*               gcc -o sig sig.c && ./sig    */b/42*2-3)*42);}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.zx2c4.com/pipermail/cgit/attachments/20140220/a610556b/attachment.asc>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] git: Update to 1.9.0
  2014-02-20 19:58 [PATCH] git: Update to 1.9.0 cgit
  2014-02-20 20:02 ` list
@ 2014-02-20 20:02 ` cgit
  2014-02-21  0:17 ` Jason
  2 siblings, 0 replies; 4+ messages in thread
From: cgit @ 2014-02-20 20:02 UTC (permalink / raw)


On Thu, 20 Feb 2014 at 20:58:13, Lukas Fleischer wrote:
> No code changes required, just bump the submodule and Makefile versions.
> 
> Signed-off-by: Lukas Fleischer <cgit at cryptocrack.de>
> ---
>  Makefile | 2 +-
>  git      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 

Sorry, I really wrote this before reading the other thread. Feel free to
either apply this, drop it or replace it with some patch by Christian.

> diff --git a/Makefile b/Makefile
> index 05b97d7..3ee5f65 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -14,7 +14,7 @@ htmldir = $(docdir)
>  pdfdir = $(docdir)
>  mandir = $(prefix)/share/man
>  SHA1_HEADER = <openssl/sha.h>
> -GIT_VER = 1.8.5
> +GIT_VER = 1.9.0
>  GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz
>  INSTALL = install
>  COPYTREE = cp -r
> diff --git a/git b/git
> index d2446df..5f95c9f 160000
> --- a/git
> +++ b/git
> @@ -1 +1 @@
> -Subproject commit d2446dfd7f3b3f8948142cfb07a0270e2497d93f
> +Subproject commit 5f95c9f850b19b368c43ae399cc831b17a26a5ac
> -- 
> 1.9.0
> 
> _______________________________________________
> CGit mailing list
> CGit at lists.zx2c4.com
> http://lists.zx2c4.com/mailman/listinfo/cgit


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] git: Update to 1.9.0
  2014-02-20 19:58 [PATCH] git: Update to 1.9.0 cgit
  2014-02-20 20:02 ` list
  2014-02-20 20:02 ` cgit
@ 2014-02-21  0:17 ` Jason
  2 siblings, 0 replies; 4+ messages in thread
From: Jason @ 2014-02-21  0:17 UTC (permalink / raw)


Lukas "Lightspeed" Fleischer.

Thanks for the commit. Merged!

On Thu, Feb 20, 2014 at 8:58 PM, Lukas Fleischer <cgit at cryptocrack.de> wrote:
> No code changes required, just bump the submodule and Makefile versions.
>
> Signed-off-by: Lukas Fleischer <cgit at cryptocrack.de>
> ---
>  Makefile | 2 +-
>  git      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 05b97d7..3ee5f65 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -14,7 +14,7 @@ htmldir = $(docdir)
>  pdfdir = $(docdir)
>  mandir = $(prefix)/share/man
>  SHA1_HEADER = <openssl/sha.h>
> -GIT_VER = 1.8.5
> +GIT_VER = 1.9.0
>  GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz
>  INSTALL = install
>  COPYTREE = cp -r
> diff --git a/git b/git
> index d2446df..5f95c9f 160000
> --- a/git
> +++ b/git
> @@ -1 +1 @@
> -Subproject commit d2446dfd7f3b3f8948142cfb07a0270e2497d93f
> +Subproject commit 5f95c9f850b19b368c43ae399cc831b17a26a5ac
> --
> 1.9.0
>
> _______________________________________________
> CGit mailing list
> CGit at lists.zx2c4.com
> http://lists.zx2c4.com/mailman/listinfo/cgit


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-21  0:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-20 19:58 [PATCH] git: Update to 1.9.0 cgit
2014-02-20 20:02 ` list
2014-02-20 20:02 ` cgit
2014-02-21  0:17 ` Jason

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).