Re: -C option with pull doesn't seem to be respected in aliases in git 2.6.4.

2015-12-21 Thread Duy Nguyen
On Mon, Dec 21, 2015 at 8:17 AM, Duy Nguyen wrote: > On Fri, Dec 18, 2015 at 8:35 AM, Cameron Esfahani wrote: >> I have git project checked out at ~/llvm. Inside of there, inside of a >> “tools” directory, I have another project checked out as “lldb”: >> >> ~/llvm/tools/lldb >> >> I wrote an al

Re: -C option with pull doesn't seem to be respected in aliases in git 2.6.4.

2015-12-20 Thread Duy Nguyen
On Fri, Dec 18, 2015 at 8:35 AM, Cameron Esfahani wrote: > I have git project checked out at ~/llvm. Inside of there, inside of a > “tools” directory, I have another project checked out as “lldb”: > > ~/llvm/tools/lldb > > I wrote an alias which would help me update all my projects: > >

-C option with pull doesn't seem to be respected in aliases in git 2.6.4.

2015-12-17 Thread Cameron Esfahani
I have git project checked out at ~/llvm. Inside of there, inside of a “tools” directory, I have another project checked out as “lldb”: ~/llvm/tools/lldb I wrote an alias which would help me update all my projects: all = !find . -type d -name .git | sed 's:/.git::' | xargs -I{} -t git