Re: My Itchlist

2005-08-05 Thread Johannes Schindelin
Hi, On Fri, 5 Aug 2005, Linus Torvalds wrote: > On Fri, 5 Aug 2005, Junio C Hamano wrote: > > > > - Teach fetch-pack reference renaming. > > Well, the fetch side at least needs it less. > > Right now the renaming means that you can only really fetch _one_ head at > a time, but that's at least

[PATCH] Fix ref_newer() in send-pack.

2005-08-05 Thread Junio C Hamano
When more than two references need to be checked with ref_newer() function, the second and later calls did not work correctly. This was because the later calls found commits retained by the "struct object" layer that still had smudges made by earlier calls. Signed-off-by: Junio C Hamano <[EMAIL P

[PATCH] Making CFLAGS compilant with GNU Coding Standards

2005-08-05 Thread Pavel Roskin
Hello! Quoting GNU Coding Standards ("info standards"): "If there are C compiler options that _must_ be used for proper compilation of certain files, do not include them in `CFLAGS'. Users expect to be able to specify `CFLAGS' freely themselves." This patch renames COPTS to CFLAGS, because it's

Re: gitk "hyperlinks" (was Re: Display of merges in gitk)

2005-08-05 Thread Kay Sievers
On Fri, Aug 05, 2005 at 07:37:41AM -0700, Linus Torvalds wrote: > > [ Also Kay Sievers, because the clickability thing sounds like a > potentially good thing for webgit too.. ] ... > For 2.6.13 we've been reverting some stuff lately, to make sure we get a > stable release. That's fine, and whe

Re: My Itchlist

2005-08-05 Thread Linus Torvalds
On Fri, 5 Aug 2005, Junio C Hamano wrote: > > - Teach fetch-pack reference renaming. Well, the fetch side at least needs it less. Right now the renaming means that you can only really fetch _one_ head at a time, but that's at least a fairly common and important case, and you can do the rest

My Itchlist

2005-08-05 Thread Junio C Hamano
Here is a short list of itches I would like to get scratched before 1.0. I may be forgetting something big, though, so if your favorite feature request is not included in the list please speak up. - Teach send-pack to use get_sha1() on the source side. In addition to a pattern that matches one

Re: Terminology

2005-08-05 Thread linux
> So what's the converse of "fetch" (to rename git-ssh-push to)? > Maybe "ship"? The opposite of "fetch" is "throw" or "toss". (Just avoid tossing cookies or off.) - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] Use $DESTDIR instead of $dest

2005-08-05 Thread Junio C Hamano
Petr Baudis <[EMAIL PROTECTED]> writes: > $DESTDIR is more usual during the build than $dest and is what is usually > used in the makefiles, so let's use it too. While I do not have much preference either way, I do not want to make this kind of change without making corresponding changes to the s

Re: Terminology

2005-08-05 Thread Johannes Schindelin
Hi, On Fri, 5 Aug 2005, [EMAIL PROTECTED] wrote: > On Fri, 5 Aug 2005, Linus Torvalds wrote: > > > On Fri, 5 Aug 2005, Johannes Schindelin wrote: > > > > > - The files under $GIT_DIR/refs record object names, and are > > > called "refs". What is under refs/heads/ are called "heads", > >

Re: Terminology

2005-08-05 Thread Johannes Schindelin
Hi, wow! What a long mail! But I probably deserved it, quoting that lengthy mail from Junio... On Fri, 5 Aug 2005, Linus Torvalds wrote: > On Fri, 5 Aug 2005, Johannes Schindelin wrote: > > > > Tutorial says "cache" aka "index". Though technically, a cache > > is the index file _plus_ the rela

Re: Terminology

2005-08-05 Thread barkalow
On Fri, 5 Aug 2005, Linus Torvalds wrote: > On Fri, 5 Aug 2005, Johannes Schindelin wrote: > > > - The files under $GIT_DIR/refs record object names, and are > > called "refs". What is under refs/heads/ are called "heads", > > refs/tags/ "tags". Typically, they are either object names

Re: gitk "hyperlinks" (was Re: Display of merges in gitk)

2005-08-05 Thread jepler
On Fri, Aug 05, 2005 at 07:37:41AM -0700, Linus Torvalds wrote: > For 2.6.13 we've been reverting some stuff lately, to make sure we get a > stable release. That's fine, and when I revert something I try to mention > the commit ID of the thing I revert in the message. Apparently others do > too,

Re: [RFC] git homepage

2005-08-05 Thread Martin Atukunda
On Friday 05 August 2005 04:27, Petr Baudis wrote: > etc. And if you don't author any porcelain, send me updates anyway. :-) > gitk is a simple GTK GUI for browsing history of GIT repositories easily. ^^^ - Martin - --- --- index.html 2005-08-05 21:38:20.605324272 +0300 +++ in

Re: Terminology

2005-08-05 Thread Linus Torvalds
On Fri, 5 Aug 2005, Johannes Schindelin wrote: > > Tutorial says "cache" aka "index". Though technically, a cache > is the index file _plus_ the related objects in the object database. > git-update-cache.txt even makes the difference between the "index" > and the "directory cache". I think we s

Re: [ANNOUNCE] Cogito-0.13

2005-08-05 Thread Chris Wright
* Jay Denebeim ([EMAIL PROTECTED]) wrote: > Um, guys... > > If you want to have a dependency on git-core >= 0.99.3 you need to > actually like, you know, put it on-line as well. Just did a yum update, > fails with: > > error: Failed dependencies: > git-core >= 0.99.3 is needed by cogit

Re: Template files location

2005-08-05 Thread A Large Angry SCM
Junio C Hamano wrote: ... If the template files are to become something that always have to exist, /etc first and then falling back on /usr/share would make a lot of sense. But as Johannes Schindelin correctly argued against the "Use the template mechanism to set up refs/ hierarchy as well." pat

Re: Template files location

2005-08-05 Thread Junio C Hamano
Petr Baudis <[EMAIL PROTECTED]> writes: > Any reason why that's not the default destination then? Inertia, installing things under $HOME, is why it is not the default. It may be that the project is mature enough that it is time to move away from default installation in HOME, IOW to change the Ma

Re: [ANNOUNCE] Cogito-0.13

2005-08-05 Thread Jay Denebeim
Um, guys... If you want to have a dependency on git-core >= 0.99.3 you need to actually like, you know, put it on-line as well. Just did a yum update, fails with: error: Failed dependencies: git-core >= 0.99.3 is needed by cogito-0.13-1 But on the git repository the git-core == 0.99

Re: bisect gives strange answer

2005-08-05 Thread Sanjoy Mahajan
> If you see any sort of evidence that this would hold true I really like > to know. I haven't found any evidence. When I rebuilt the kernels from scratch (exporting them into an empty directory using cg-export), I got reliable data and bisected down to a patch that probably was a problem. I wil

[PATCH] Assorted documentation patches

2005-08-05 Thread Johannes Schindelin
Hi, while sifting through the documentation to find different namings for the same concepts, I saw a few things here and there, which I fixed. Since the sifting was quite numbing, there might be some wrong "fixes". Sorry, patch is attached, because I still can't convince my pine (version 4.6

Re: git-cvs-import-script problems

2005-08-05 Thread David Kågedal
David Kågedal <[EMAIL PROTECTED]> writes: > I just tried importing a large CVS repository to git, using "git > cvsimport". It managed to import a lot of files and revisions, but > half-way through, it stopped with this message: > > Unknown: F > > As far as I can till, this "F" probably came fro

Re: Terminology

2005-08-05 Thread Johannes Schindelin
Hi, I am finally finished with my preliminary survey: I took what you sent as a strawman, and inserted what I found (I tried to say only something about ambiguous naming): - The unit of storage in GIT is called "object"; no other word is used and the word "object" is used only for this pu

gitk "hyperlinks" (was Re: Display of merges in gitk)

2005-08-05 Thread Linus Torvalds
[ Also Kay Sievers, because the clickability thing sounds like a potentially good thing for webgit too.. ] For 2.6.13 we've been reverting some stuff lately, to make sure we get a stable release. That's fine, and when I revert something I try to mention the commit ID of the thing I revert in

Re: Display of merges in gitk

2005-08-05 Thread Linus Torvalds
On Fri, 29 Jul 2005, Paul Mackerras wrote: > > I have reworked the way gitk displays merges. Ok, goodie. It works fine in my environment, with most merges showing up as not interesting. But a merge like 3e0777b8fa96f7073ed5d13d3bc1d573b766bef9 shows an example of where there was actua

git-cvs-import-script problems

2005-08-05 Thread David Kågedal
I just tried importing a large CVS repository to git, using "git cvsimport". It managed to import a lot of files and revisions, but half-way through, it stopped with this message: Unknown: F As far as I can till, this "F" probably came from the CVS server process. Could it be that my CVS is t

Template files location

2005-08-05 Thread Petr Baudis
Dear diary, on Fri, Aug 05, 2005 at 06:37:11AM CEST, I got a letter where Junio C Hamano <[EMAIL PROTECTED]> told me that... > We install files in $(HOME)/etc/git-core/templates/ directory. > > In the standard binary distribution scheme, it should probably > go to either /usr/share or /etc; the fo

Re: Tree tags again..

2005-08-05 Thread Junio C Hamano
Sorry about the breakage. I pushed out a fix. Since you always give me hard time with this "tree-tag", I decided to trump it with an even weirder tag myself. We will see what else would break shortly ;-). - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message

Re: [RFC] git homepage

2005-08-05 Thread Kay Sievers
On Fri, Aug 05, 2005 at 04:12:14AM +0200, Petr Baudis wrote: > Dear diary, on Fri, Aug 05, 2005 at 04:00:03AM CEST, I got a letter > where Junio C Hamano <[EMAIL PROTECTED]> told me that... > > Petr Baudis <[EMAIL PROTECTED]> writes: > > > > > http://git.or.cz/ > > > > Wonderful. > > > > Once