Re: gEDA-user: git: quick check for new commits

2011-05-30 Thread Patrick Doyle
On Mon, May 30, 2011 at 1:39 PM, DJ Delorie wrote: > >> git remote update origin would be the easiest way. > How about $ git remote show origin --wpd ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/ged

Re: gEDA-user: git: quick check for new commits

2011-05-30 Thread DJ Delorie
> git remote update origin would be the easiest way. How is this different than git fetch? Assuming the unneeded branches aren't huge. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: git: quick check for new commits

2011-05-30 Thread Russell Dill
On Mon, May 30, 2011 at 10:15 AM, DJ Delorie wrote: > > Is there a quick way to check to see if a local repo is out of date > relative to a remote repo?  I'd like to write a shell script that > rebuilds pcb but only if something's been committed to the master > repo.  Rather than check out the who

gEDA-user: git: quick check for new commits

2011-05-30 Thread DJ Delorie
Is there a quick way to check to see if a local repo is out of date relative to a remote repo? I'd like to write a shell script that rebuilds pcb but only if something's been committed to the master repo. Rather than check out the whole tree and see if anything changed, I'd rather just compare h