Re: How to update a cloned git repository

2012-09-11 Thread Erik Faye-Lund
On Tue, Sep 11, 2012 at 2:40 PM, Matthieu Moy matthieu@grenoble-inp.fr wrote: [ Re-adding git@vger in Cc, I guess it was meant to be so ] Joachim Schmitz j...@schmitz-digital.de writes: Then, work on the tip of the topic branch you depend on instead of pu. These are more stable, as they

Re: How to update a cloned git repository

2012-09-11 Thread Sitaram Chamarty
On Tue, Sep 11, 2012 at 4:47 PM, Joachim Schmitz j...@schmitz-digital.de wrote: Like this? git pull --rebase HEAD~42 So far I create patches, wiped out the entire repository, cloned, forked and applied the changes, pretty painful. I think a 'git pull --rebase' should usually work even for

Re: How to update a cloned git repository

2012-09-11 Thread Junio C Hamano
Joachim Schmitz j...@schmitz-digital.de writes: From: Matthieu Moy [mailto:matthieu@grenoble-inp.fr] .. Short answer: don't work on pu. Work on master unless you have a good reason not to. There are some changes in pu, that I need as the basis, namely my setitimer patch and my 2nd

Re: How to update a cloned git repository

2012-09-11 Thread Junio C Hamano
Matthieu Moy matthieu@grenoble-inp.fr writes: [ Re-adding git@vger in Cc, I guess it was meant to be so ] Joachim Schmitz j...@schmitz-digital.de writes: Then, work on the tip of the topic branch you depend on instead of pu. These are more stable, as they will be rewritten only if this

RE: How to update a cloned git repository

2012-09-11 Thread Joachim Schmitz
-Original Message- From: Junio C Hamano [mailto:gits...@pobox.com] Sent: Tuesday, September 11, 2012 6:01 PM To: Joachim Schmitz Cc: 'Matthieu Moy'; git@vger.kernel.org Subject: Re: How to update a cloned git repository Joachim Schmitz j...@schmitz-digital.de writes: From

RE: How to update a cloned git repository

2012-09-11 Thread Joachim Schmitz
From: Junio C Hamano [mailto:gits...@pobox.com] Sent: Tuesday, September 11, 2012 6:06 PM To: Matthieu Moy Cc: Joachim Schmitz; git Subject: Re: How to update a cloned git repository Matthieu Moy matthieu@grenoble-inp.fr writes: [ Re-adding git@vger in Cc, I guess it was meant

[PATCH] Improve Not a git repository error messages

2012-08-24 Thread travis . carden
const char *setup_nongit(const char *cwd, int *nongit_ok) { if (!nongit_ok) - die(Not a git repository (or any of the parent directories): %s, DEFAULT_GIT_DIR_ENVIRONMENT); + die(Not a git repository (or a descendant of one): %s, DEFAULT_GIT_DIR_ENVIRONMENT

Regarding download of one *.git repository

2012-07-09 Thread Shraddha Shardul Desai
Dear Sir, I want to get RAxML source from https://github.com/stamatak/RAxML-Light-1.0.5.git. I have installed git utility on my linux. What I need to do to download source of RAxML with help of GIT. Regards, Shraddha S.Desai Senior Technical Engineer, HPC Solutions Group C-DAC RD,Pune

Re: Regarding download of one *.git repository

2012-07-09 Thread jaseem abid
On Mon, Jul 9, 2012 at 12:25 PM, Shraddha Shardul Desai shradd...@cdac.in wrote: Dear Sir, I want to get RAxML source from https://github.com/stamatak/RAxML-Light-1.0.5.git. I have installed git utility on my linux. What I need to do to download source of RAxML with help of GIT. $

Re: [RFC] GIT Repository Annotation Convention

2005-09-09 Thread A Large Angry SCM
Junio C Hamano wrote: A Large Angry SCM [EMAIL PROTECTED] writes: Junio C Hamano wrote: A Large Angry SCM [EMAIL PROTECTED] writes: Naming and Directory Structure -- Annotations are named by appending .txt to the basename of the repository component it describes,

Re: [RFC] GIT Repository Annotation Convention

2005-09-08 Thread Junio C Hamano
A Large Angry SCM [EMAIL PROTECTED] writes: Naming and Directory Structure -- Annotations are named by appending .txt to the basename of the repository component it describes, and by appending .dir to each directory patch component leading to the repository

Re: [RFC] GIT Repository Annotation Convention

2005-09-08 Thread A Large Angry SCM
Chuck Lever wrote: yay! are you also proposing some git tools to deal with these? it would be great to have some version control (keep these like generation files so we can see the history of revisions). A Large Angry SCM wrote: GIT Repository Annotation Convention [...] I'm

<    1   2