public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Schlemmer <azarah@nosferatu.za.org>
To: Petr Baudis <pasky@ucw.cz>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@osdl.org>,
	"Randy.Dunlap" <rddunlap@osdl.org>,
	Ross Vandegrift <ross@jose.lug.udel.edu>
Subject: Re: [ANNOUNCE] git-pasky-0.3
Date: Tue, 12 Apr 2005 14:47:25 +0200	[thread overview]
Message-ID: <1113310045.23299.15.camel@nosferatu.lan> (raw)
In-Reply-To: <20050411135758.GA3524@pasky.ji.cz>


[-- Attachment #1.1: Type: text/plain, Size: 438 bytes --]

On Mon, 2005-04-11 at 15:57 +0200, Petr Baudis wrote:
>   Hello,
> 
>   here goes git-pasky-0.3, my set of patches and scripts upon
> Linus' git, aimed at human usability and to an extent a SCM-like usage.
> 

Its pretty dependant on where VERSION is located.  This patch fixes
that. (PS, I left the output of 'git diff' as is to ask about the
following stuff after the proper diff ...)


Regards,

-- 
Martin Schlemmer


[-- Attachment #1.2: add_version.patch --]
[-- Type: text/x-patch, Size: 3297 bytes --]

--- -	2005-04-12 14:36:44.384822000 +0200
+++ Makefile	2005-04-12 14:33:14.000000000 +0200
@@ -19,10 +19,14 @@
 	gitcommit.sh gitdiff-do gitdiff.sh gitlog.sh gitls.sh gitlsobj.sh \
 	gitmerge.sh gitpull.sh gitrm.sh gittag.sh gittrack.sh
 
-all: $(PROG)
+GEN_SCRIPT= gitversion.sh
 
-install: $(PROG)
-	install $(PROG) $(SCRIPT) $(HOME)/bin/
+VERSION= VERSION
+
+all: $(PROG) $(GEN_SCRIPT)
+
+install: $(PROG) $(GEN_SCRIPT)
+	install $(PROG) $(SCRIPT) $(GEN_SCRIPT) $(HOME)/bin/
 
 LIBS= -lssl -lz
 
@@ -67,8 +71,14 @@
 read-cache.o: cache.h
 show-diff.o: cache.h
 
+gitversion.sh: $(VERSION)
+	@rm -f $@
+	@echo "#!/bin/sh" > $@
+	@echo "echo \"$(shell cat $(VERSION))\"" >> $@
+	@chmod +x $@
+
 clean:
-	rm -f *.o $(PROG) temp_git_file_*
+	rm -f *.o $(PROG) temp_git_file_* $(GEN_SCRIPT)
 
 backup: clean
 	cd .. ; tar czvf dircache.tar.gz dir-cache
--- -	2005-04-12 14:36:44.417284000 +0200
+++ git	2005-04-12 14:31:38.000000000 +0200
@@ -20,7 +20,7 @@
 
 help () {
 	cat <<__END__
-The GIT scripted toolkit  $(cat VERSION)
+The GIT scripted toolkit  $(gitversion.sh)
 
 Usage: git COMMAND [ARG]...
 
COPYING:  fe2a4177a760fd110e78788734f167bd633be8de 33
Makefile:  b514dc5cc62bc9d2b2cf0f81dcce15ff7de83eee 33
README:  fa9b676d62f8ac5c1ff36e7742dc6db8f6cdf97f 33
VERSION:  d71f8ea875f9fbd86de7b1457924492473cd1718 33
cache.h:  d3e9a21b7d9a2ac32abacf5cc40ee1a4d83f9fe8 33
cat-file.c:  45be1badaa8517d4e3a69e0bf1cac2e90191e475 37
checkout-cache.c:  a87b31e3787c312364d7295b782d6c22d1577f5c 33
commit-id:  65c81756c8f10d513d073ecbd741a3244663c4c9 3b
commit-tree.c:  2e25f72ddb66bd8ebd448405f6df76e15cc9d030 33
diff-tree.c:  317339fc9c1169b886fdfc22863e9451109b88c7 33
fsck-cache.c:  7a2f36aa0bc8677adfbc8542338e16d5188dee4a 33
git:  2f1cc7f80079b9c2feec8e7310d30e57b6e4b2aa 33
gitXnormid.sh:  619a89875c4ccd6f380c4be33274a71bb2a1b7f2 33
gitadd.sh:  3ed93ea0fcb995673ba9ee1982e0e7abdbe35982 33
gitaddremote.sh:  ab075628b0b4b16aa05382955b8607700f96101f 33
gitcommit.sh:  5e98e3b5fe501a196a1030c11d1ad6ac87532e6a 33
gitdiff-do:  d6174abceab34d22010c36a8453a6c3f3f184fe0 33
gitdiff.sh:  9f558422003160f0d006f7948702e22d5c90254c 33
gitlog.sh:  d6b33fb0c47369be7b6af3b21f2188e226bf2feb 33
gitls.sh:  b6f15d82f16c1e9982c5031f3be22eb5430273af 33
gitlsobj.sh:  128461d3de6a42cfaaa989fc6401bebdfa885b3f 33
gitmerge.sh:  e25d42dde7c9b929476b0967b2a60d9b342b2e79 3b
gitpull.sh:  f29bb37c5eef416ed65e46aa3c52493d07619cd8 33
gitrm.sh:  5c18c38a890c9fd9ad2b866ee7b529539d2f3f8f 33
gittag.sh:  0cd3188a442a367db327f70aba14ff2a0d69e927 3b
gittrack.sh:  ae34f5c5e1e9969619dde8d0621fd9c212208694 33
init-db.c:  3296763cdb4bd242a9ec01933ac8d3d5320d20e4 33
ls-tree.c:  3e2a6c7d183a42e41f1073dfec6794e8f8a5e75c 37
parent-id:  1801c6fe426592832e7250f8b760fb9d2e65220f 33
read-cache.c:  95d0ec6e95ab054da4ef9673641c9f809eebef2b 33
read-tree.c:  eb548148aa6d212f05c2c622ffbe62a06cd072f9 33
rev-tree.c:  7429b9c4d0aab2e4a494eb4b65129a59da138106 33
show-diff.c:  043772cb08b6795008474316f38a326c4196edd6 37
show-files.c:  347894d6360e5ef56140a9a70d2a0b000a268a33 33
tree-id:  cb70e2c508a18107abe305633612ed702aa3ee4f 37
update-cache.c:  3d49a1cbd20c7fcf1010b0f3affaf896310c6797 33
write-tree.c:  eed7c02123c6c6458597726ef4f8b2208aefa5bb 33

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-04-12 12:48 UTC|newest]

Thread overview: 178+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-09 19:45 more git updates Linus Torvalds
2005-04-09 19:56 ` Linus Torvalds
2005-04-09 20:07 ` Petr Baudis
2005-04-09 21:00   ` Linus Torvalds
2005-04-09 21:00     ` tony.luck
2005-04-10 16:01       ` Linus Torvalds
2005-04-12 17:34         ` Helge Hafting
2005-04-10 18:19       ` Paul Jackson
2005-04-10 23:04         ` Bernd Eckenfels
2005-04-11  9:27           ` Anton Altaparmakov
2005-04-09 21:08     ` Linus Torvalds
2005-04-09 23:31       ` Linus Torvalds
2005-04-10  2:41         ` Petr Baudis
2005-04-10 16:27           ` [ANNOUNCE] git-pasky-0.1 Petr Baudis
2005-04-10 16:55             ` Linus Torvalds
2005-04-10 19:49               ` Sean
2005-04-10 17:33             ` Ingo Molnar
2005-04-10 17:42               ` Willy Tarreau
2005-04-10 17:45                 ` Ingo Molnar
2005-04-10 18:45                   ` Petr Baudis
2005-04-10 19:13                     ` Willy Tarreau
2005-04-10 21:27                       ` Petr Baudis
2005-04-10 20:38                     ` Linus Torvalds
2005-04-10 21:39                       ` Linus Torvalds
2005-04-10 23:49                         ` Petr Baudis
2005-04-10 22:27                       ` Petr Baudis
2005-04-10 23:10                         ` Linus Torvalds
2005-04-10 23:26                           ` Petr Baudis
2005-04-10 23:46                             ` Linus Torvalds
2005-04-10 23:56                               ` Petr Baudis
2005-04-11  0:20                                 ` GIT license (Re: Re: Re: Re: Re: [ANNOUNCE] git-pasky-0.1) Linus Torvalds
2005-04-11  0:27                                   ` Petr Baudis
2005-04-11  7:45                                   ` Ingo Molnar
2005-04-11  8:40                                     ` Florian Weimer
2005-04-11 10:52                                       ` Petr Baudis
2005-04-11 16:05                                         ` Florian Weimer
2005-04-10 23:23                         ` [ANNOUNCE] git-pasky-0.1 Paul Jackson
2005-04-11  0:15                           ` Randy.Dunlap
2005-04-11  0:30                       ` Re: " Petr Baudis
2005-04-11  1:11                         ` Linus Torvalds
2005-04-10 20:41                     ` Paul Jackson
2005-04-11  1:58             ` [ANNOUNCE] git-pasky-0.2 Petr Baudis
2005-04-11  2:46               ` Daniel Barkalow
2005-04-11 10:17                 ` Petr Baudis
2005-04-11  8:50               ` Ingo Molnar
2005-04-11 10:16                 ` Petr Baudis
2005-04-11 13:57               ` [ANNOUNCE] git-pasky-0.3 Petr Baudis
2005-04-12 12:47                 ` Martin Schlemmer [this message]
2005-04-12 13:02                   ` Petr Baudis
2005-04-12 13:13                     ` Martin Schlemmer
2005-04-12 13:23                       ` Petr Baudis
2005-04-12 13:07                 ` David Woodhouse
2005-04-13  8:47                   ` Russell King
2005-04-13  8:59                     ` Petr Baudis
2005-04-13  9:06                       ` H. Peter Anvin
2005-04-13  9:09                         ` David Woodhouse
2005-04-13  9:25                       ` David Woodhouse
2005-04-13  9:42                         ` Petr Baudis
2005-04-13 10:24                           ` David Woodhouse
2005-04-13 17:01                           ` Daniel Barkalow
2005-04-13 18:07                             ` Petr Baudis
2005-04-13 18:22                               ` git mailing list (Re: Re: Re: Re: [ANNOUNCE] git-pasky-0.3) Linus Torvalds
2005-04-13 18:38                               ` Re: Re: Re: [ANNOUNCE] git-pasky-0.3 Daniel Barkalow
2005-04-13 12:43                         ` Xavier Bestel
2005-04-13 16:48                           ` H. Peter Anvin
2005-04-13 18:15                             ` Xavier Bestel
2005-04-13 23:05                           ` bd
2005-04-13 14:38                         ` Linus Torvalds
2005-04-13 14:47                           ` David Woodhouse
2005-04-13 14:59                             ` Linus Torvalds
2005-04-13  9:35                 ` Russell King
2005-04-13  9:38                   ` Russell King
2005-04-13  9:49                     ` Petr Baudis
2005-04-13 11:02                       ` Ingo Molnar
2005-04-13 14:50                         ` Linus Torvalds
2005-04-13  9:46                   ` Petr Baudis
2005-04-13 10:28                     ` Russell King
2005-04-13 19:03                   ` Russell King
2005-04-13 19:13                     ` Petr Baudis
2005-04-13 19:21                       ` Russell King
2005-04-13 19:23                         ` H. Peter Anvin
2005-04-10  6:53         ` more git updates Christopher Li
2005-04-10 11:48           ` Ralph Corderoy
2005-04-10 19:23           ` Paul Jackson
2005-04-10 18:42             ` Christopher Li
2005-04-10 22:30               ` Petr Baudis
2005-04-11 13:58           ` H. Peter Anvin
2005-04-20 20:29             ` Kai Henningsen
2005-04-24  0:42               ` Paul Jackson
2005-04-24  1:29                 ` Bernd Eckenfels
2005-04-24  4:13                   ` Paul Jackson
2005-04-24  4:38                     ` Bernd Eckenfels
2005-04-24  4:53                       ` Paul Jackson
2005-04-25 11:57                       ` Theodore Ts'o
2005-04-25 16:40                         ` David Wagner
2005-04-25 20:35                         ` Bernd Eckenfels
2005-04-24 16:52                   ` Horst von Brand
2005-04-24  8:00                 ` Kai Henningsen
     [not found]               ` <6f6293f10504210220744af114@mail.gmail.com>
2005-04-24  8:01                 ` Kai Henningsen
2005-04-11 11:35         ` [rfc] git: combo-blobs Ingo Molnar
2005-04-11 14:45           ` Paul Jackson
2005-04-11 15:12             ` Ingo Molnar
2005-04-11 15:32               ` Linus Torvalds
2005-04-11 15:39                 ` Ingo Molnar
2005-04-11 15:57                   ` Ingo Molnar
2005-04-11 16:01                   ` Linus Torvalds
2005-04-11 16:33                     ` Ingo Molnar
2005-04-12  5:42                       ` Barry K. Nathan
2005-04-11 18:13                     ` Chris Wedgwood
2005-04-11 18:30                       ` Linus Torvalds
2005-04-11 20:18                         ` Linus Torvalds
2005-04-11 18:40                       ` Petr Baudis
2005-04-11 17:50               ` Paul Jackson
2005-04-11 15:28             ` Ingo Molnar
2005-04-11 15:31               ` Ingo Molnar
2005-04-12  4:05         ` more git updates David Eger
2005-04-12  8:16           ` Petr Baudis
2005-04-12 20:44             ` David Eger
2005-04-12 21:21               ` Linus Torvalds
2005-04-12 22:29                 ` Krzysztof Halasa
2005-04-12 22:49                   ` Linus Torvalds
2005-04-13  4:32                     ` Matthias Urlichs
2005-04-12 22:36                 ` David Eger
2005-04-12 23:48                   ` Panagiotis Issaris
2005-04-12 23:40                 ` Andrea Arcangeli
2005-04-12 23:45                   ` Linus Torvalds
2005-04-13  0:14                     ` Andrea Arcangeli
2005-04-13  1:10                       ` Linus Torvalds
2005-04-13 10:59                         ` Andrea Arcangeli
2005-04-13 20:44                         ` Matt Mackall
2005-04-13 23:42                           ` Krzysztof Halasa
2005-04-14  0:13                             ` Matt Mackall
2005-04-13  9:30                     ` Russell King
2005-04-13 10:20                       ` Andrea Arcangeli
2005-04-13 14:43                       ` Linus Torvalds
2005-04-10  2:07     ` Paul Jackson
2005-04-10  2:20       ` Paul Jackson
2005-04-10  2:09     ` Paul Jackson
2005-04-10  7:51     ` Junio C Hamano
2005-04-10  5:53       ` Christopher Li
2005-04-10  9:28         ` Junio C Hamano
2005-04-10  7:06           ` Christopher Li
2005-04-10 11:38             ` tony.luck
2005-04-10  9:48           ` Petr Baudis
2005-04-10  9:40         ` Wichert Akkerman
2005-04-10  9:41         ` Petr Baudis
2005-04-10  7:09           ` Christopher Li
2005-04-10 11:21       ` Proposal for shell-patch-format [was: Re: more git updates..] Rutger Nijlunsing
2005-04-10 15:44       ` more git updates Linus Torvalds
2005-04-10 17:00         ` Rutger Nijlunsing
2005-04-10 18:50         ` Paul Jackson
2005-04-10 20:57           ` Linus Torvalds
2005-04-10 19:03             ` Christopher Li
2005-04-10 22:38               ` Linus Torvalds
2005-04-10 19:53                 ` Christopher Li
2005-04-10 23:21                   ` Linus Torvalds
2005-04-10 21:28                     ` Christopher Li
2005-04-12  5:14                       ` David Lang
2005-04-12  6:00                         ` Paul Jackson
2005-04-12  7:05                         ` Barry K. Nathan
2005-04-11  6:57                 ` bert hubert
2005-04-11  7:20                   ` Christer Weinigel
2005-04-10 23:14             ` Paul Jackson
2005-04-10 23:38               ` Linus Torvalds
2005-04-11  0:19                 ` Paul Jackson
2005-04-11 15:49                 ` Randy.Dunlap
2005-04-11 18:30                   ` Petr Baudis
2005-04-11  0:10               ` Petr Baudis
2005-04-09 22:00 ` Paul Jackson
2005-04-09 23:21 ` Ralph Corderoy
2005-04-10  0:39   ` Paul Jackson
2005-04-10  1:14     ` Bernd Eckenfels
2005-04-10  1:33       ` Paul Jackson
2005-04-10 10:22     ` Ralph Corderoy
2005-04-10 17:30       ` Paul Jackson
2005-04-10 17:31 ` Rik van Riel
2005-04-10 17:35   ` Ingo Molnar
2005-04-11 16:46 ` ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1113310045.23299.15.camel@nosferatu.lan \
    --to=azarah@nosferatu.za.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pasky@ucw.cz \
    --cc=rddunlap@osdl.org \
    --cc=ross@jose.lug.udel.edu \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox