From 6a41545f75439f8efdfc70d88426b8db1e6da628 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Thu, 26 Jun 2008 12:27:39 +0300 Subject: new git screenshot --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab43b62..0fdbc3c 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,7 @@ clean: tgit: xclip -i git-demo echo "ready to paste ..." + +release: install + git tag `git tag -l | awk -F. 'END{printf "%s.%s\n", $1,$2+1}'` + git push -- cgit v1.2.3