bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: use maintainer-makefile


From: Eric Blake
Subject: Re: use maintainer-makefile
Date: Fri, 24 Apr 2009 05:51:48 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Jim Meyering on 4/23/2009 11:45 PM:
> To update the submodule to latest, I did this:
> 
>     ( cd gnulib && git pull )
> 
> then ran "git commit --amend -a" to add that change to your change set.

You can also run:

git submodule foreach git pull origin master

to avoid the subshell.  Personally, I did:

git config --global alias.syncsub \
  'submodule foreach git pull origin master'

so that I can just do 'git syncsub' to get the same effect.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknxp9QACgkQ84KuGfSFAYB4iQCgmkKn7EG1yAazz4jOYrINjv3N
cgUAnie8yxQmsbqp6HQ7N313l9qLEOnw
=kfsp
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]