Re: git guidance

2007-12-07 Thread Jakub Narebski
RKFLOW B, where programmer controls when it is time to commit (and in private repository he/she can then rewrite history to arrive at "Perfect patch series"[*1*]); something that for example CVS failed at, requiring programmer to do a merge if upstream has any changes when trying to commit. [

Re: git guidance

2007-11-28 Thread Jakub Narebski
web interfaces) can show any version of a file or a directory, accessing only repository. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: gitweb: kernel versions in the history (feature request, probably)

2007-11-21 Thread Jakub Narebski
created in previous step, recaulculate true git-describe from it, or just output closest contained tag. This needs write access to repository, although can be done using simple database... what do you think? -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: sen

Re: [Announce] GIT v1.5.0-rc2

2007-01-21 Thread Jakub Narebski
cies. To compile git you truly don't need other software installed (1.5.0 for example does not require RCS anymore for RCS merge). -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

Re: [Announce] GIT v1.5.0-rc2

2007-01-21 Thread Jakub Narebski
s http://repo.or.cz/w/git.git?a=snapshot;h=v1.5.0-rc2 -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordom

Re: [Announce] GIT v1.5.0-rc2

2007-01-21 Thread Jakub Narebski
Johannes Schindelin wrote: > On Sun, 21 Jan 2007, Jakub Narebski wrote: >> Johannes Schindelin wrote: >>> On Sun, 21 Jan 2007, Bill Lear wrote: >>> >>>> Also (apologies for the ignorance), how do I get the 1.5.0-rc2 release? >>> >>> Dire

Re: [Announce] GIT v1.5.0-rc2

2007-01-21 Thread Jakub Narebski
of each branch was is purely local matter. What is global is DAG of commits, refs are always as seen by one particular repository. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EM

Re: [Announce] GIT v1.5.0-rc2

2007-01-22 Thread Jakub Narebski
Junio C Hamano wrote: > GIT v1.5.0 Release Notes (draft) > Would they be somewhere besides todo branch of git.git repository, like the v1.5.0 tag comment (content), or the NEWS file? -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe fro

Re: What's in git.git (stable) and announcing GIT 1.5.0 preview

2006-12-26 Thread Jakub Narebski
Junio C Hamano wrote: >    Robert Fitzsimons (16): [...] >       gitweb: Allow search to be disabled from the config file. H... IIRC this did not removed the search form. Besides it is not like the basic search is expensive... -- Jakub Narebski Warsaw, Poland ShadeHawk on #git

[PATCH] gitweb: Make shortlog use 'h' (head) parameter again

2007-01-03 Thread Jakub Narebski
This fixes typo in 190d7fdcf325bb444fa806f09ebbb403a4ae4ee6 Signed-off-by: Jakub Narebski <[EMAIL PROTECTED]> --- Michael Krufky wrote: > Ever since gitweb on kernel.org was recently updated, I've been experiencing a > nasty bug -- It seems that it is no longer possible to vie

Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.

2007-01-03 Thread Jakub Narebski
ECTED]> Identical change, better commit message (I think). -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordom

Re: [ANNOUNCE] GIT 1.5.0

2007-02-14 Thread Jakub Narebski
cremental git-blame, both in contib/ area. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Ple

Re: What's in git.git (stable)

2006-12-08 Thread Jakub Narebski
Junio C Hamano wrote: > * The 'maint' branch has produced a new release 1.4.4.2 What happened to "[ANNOUNCE] GIT 1.4.4.2" thread? -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: What's in git.git (stable)

2006-12-16 Thread Jakub Narebski
n) to git-commit (allowing commiting only to heads refs)? Probably non-heads refs should be saved in HEAD as explicit sha1 of a commit; this way we wont run into situation where HEAD changed under us (because it was for example to remote branch, and we fetched since). -- Jakub Narebski Warsaw, Poland S

Re: How git affects kernel.org performance

2007-01-07 Thread Jakub Narebski
er $projectroot, or it is a file (URI escaped path relative to $projectroot, SPACE, and URI escaped owner of a project; you can get the file clicking on TXT on projects_list page). -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe

Re: Versioning file system

2007-06-19 Thread Jakub Narebski
file-system [cut] How it relates to ext3cow versioning (snapshotting) filesystem, for example? ext3cow assumes linear history, which simplifies things a bit. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Git User's Survey 2007

2007-08-18 Thread Jakub Narebski
f it. The survey can be found here: http://www.survey.net.nz/survey.php?94e135ff41e871a1ea5bcda3ee1856d9 http://tinyurl.com/26774s -- Jakub Narebski - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More maj

Re: gitstat 0.1: kernel development statistics / monitoring system

2007-08-20 Thread Jakub Narebski
he information provided there is correct. You can shorten it. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordo