Re: It gits on my nerves

2007-11-24 Thread Ben Pfaff
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > I work roughly similar. I hack away on a branch that contains > all kinds of ugly and unfinished changes. Then to get more > organized, I create another branch (off of master) and merge or > cherry-pick the changes from the other branch. The git man

[SCM] GNU Automake branch, master, updated. Release-1-10-76-g9c7aee9

2007-11-24 Thread Akim Demaille
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake". http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=9c7aee991634ac47e207fe54730afaa1b67dd2dc The branch, master has

[SCM] GNU Automake branch, master, updated. Release-1-10-75-g94e81d5

2007-11-24 Thread Akim Demaille
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake". http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=94e81d5582c92a4376744bc5e601f60773f63e71 The branch, master has

Re: It gits on my nerves

2007-11-24 Thread Ralf Wildenhues
* Akim Demaille wrote on Sat, Nov 24, 2007 at 11:16:57AM CET: > > What I have been trying to do is making many changes > in single tree, and them checking them in in different > branches, sort of a mixture between my usual svn method > (several changes, and svn ci FILES to select how I > serializ

[SCM] GNU Automake branch, master, updated. Release-1-10-74-g1d0c65c

2007-11-24 Thread Akim Demaille
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake". http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=1d0c65c8894d499ad034c9cc189808d4ecd3db5c The branch, master has

Re: It gits on my nerves

2007-11-24 Thread Akim Demaille
Le 24 nov. 07 à 11:03, Ralf Wildenhues a écrit : Hello Akim, * Akim Demaille wrote on Sat, Nov 24, 2007 at 10:18:30AM CET: I have been fighting with git for almost two hours to put my patches in order and to apply them upstream. I'm really sorry it's so much trouble for you. It's because

Re: It gits on my nerves

2007-11-24 Thread Ralf Wildenhues
* Akim Demaille wrote on Sat, Nov 24, 2007 at 11:03:19AM CET: > > [EMAIL PROTECTED] ~/src/wd/automake $ git push > 11:00:47 > updating 'refs/heads/master' > from 88d1f07e102807518eef06b1ff5279bb40eb2202 > to 1d0c65c8894d499ad034c9cc189808d4ecd3db5c > Also loca

Re: It gits on my nerves

2007-11-24 Thread Ralf Wildenhues
* Akim Demaille wrote on Sat, Nov 24, 2007 at 10:58:02AM CET: > Le 24 nov. 07 à 10:18, Akim Demaille a écrit : > > >[EMAIL PROTECTED] ~/src/wd/automake $ git > >push 10:11:43 > >fatal: The remote end hung up unexpectedly > >error: failed to push to 'git://git.sv.gnu.

Re: It gits on my nerves

2007-11-24 Thread Ralf Wildenhues
Hello Akim, * Akim Demaille wrote on Sat, Nov 24, 2007 at 10:18:30AM CET: > I have been fighting with git for almost two hours > to put my patches in order and to apply them upstream. I'm really sorry it's so much trouble for you. > 117 git clone git://git.sv.gnu.org/automake.git This is a r

Re: It gits on my nerves

2007-11-24 Thread Jim Meyering
Akim Demaille <[EMAIL PROTECTED]> wrote: > The problem is now that I don't seem to have write permissions > on Automake [3]. Could someone add me please? Thanks in advance. Hi Akim, I've just added you.

Re: It gits on my nerves

2007-11-24 Thread Akim Demaille
Le 24 nov. 07 à 10:58, Akim Demaille a écrit : [EMAIL PROTECTED] ~/src/wd/automake $ git config remote.origin.url ssh://[EMAIL PROTECTED]/automake.git Fixed. [EMAIL PROTECTED] ~/src/wd/automake $ git config remote.origin.url ssh://[EMAIL PROTECTED]/srv/git/automake.git [EMAIL PROTECTED] ~

Re: It gits on my nerves

2007-11-24 Thread Akim Demaille
Le 24 nov. 07 à 10:18, Akim Demaille a écrit : [EMAIL PROTECTED] ~/src/wd/automake $ git push 10:11:43 fatal: The remote end hung up unexpectedly error: failed to push to 'git://git.sv.gnu.org/automake.git' I have found pages reporting that this message is relat

It gits on my nerves

2007-11-24 Thread Akim Demaille
I have been fighting with git for almost two hours to put my patches in order and to apply them upstream. I wish I could have spent some time on the patches themselves, but I guess it'll come once I understand how git works :( I'm stuck here, and I'm tired of it. I can't seem to be able to do wh

Re: Fix `distdir' to use relative paths only.

2007-11-24 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sat, Nov 24, 2007 at 09:27:12AM CET: > @@ -161,18 +196,26 @@ endif %?TOPDIR_P% > ## directory, then we use `distdir' instead of `top_distdir'; this lets > ## us work correctly with an enclosing package. > ## > +## Note that in the computation of the relative subdir, we

FYI: fix Automake rebuilding rules

2007-11-24 Thread Ralf Wildenhues
Applied to master. Cheers, Ralf * configure.ac (ACLOCAL, AUTOMAKE): Fix quoting for rebuilding rules, if the absolute build directory name contains white space. diff --git a/configure.ac b/configure.ac index 9e08204..1bf5577 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ #

[SCM] GNU Automake branch, master, updated. Release-1-10-73-g88d1f07

2007-11-24 Thread Ralf Wildenhues
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake". http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=88d1f07e102807518eef06b1ff5279bb40eb2202 The branch, master has

Fix `distdir' to use relative paths only.

2007-11-24 Thread Ralf Wildenhues
Hello, Here's a suggestion for how to fix `distdir' to not depend on absolute paths (so that users can build in a pwd that contains spaces). It reuses an algorithm from gnulib-tool's func_relativize (thanks, Bruno!) to allow to compute a correct relative path even in the presence of something lik