[PATCH] completion: add option --recurse-submodules to git push

2012-12-07 Thread Steffen Jaeckel
Signed-off-by: Steffen Jaeckel steffen.jaec...@stzedn.de --- contrib/completion/git-completion.bash | 9 + 1 file changed, 9 insertions(+) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 0b77eb1..5b4d2e1 100644 --- a/contrib/completion

Unexpected behavior of git-subtree

2013-04-29 Thread Steffen Jaeckel
Hi, lately I used git-subtree to integrate a submodule directly into a repository. Now I wanted to push the changes back to the original repository of the submodule and I was a bit surprised by what happened... snip sjaeckel@T7400-003 /h/projects/my_project (develop) $ GIT_TRACE=2 git

Re: Unexpected behavior of git-subtree

2013-04-30 Thread Steffen Jaeckel
On Monday, April 29, 2013, 20:20, John Keeping, j...@keeping.me.uk wrote: On Mon, Apr 29, 2013 at 07:34:27PM +0200, Steffen Jaeckel wrote: snip sjaeckel@T7400-003 /h/projects/my_project (develop) $ GIT_TRACE=2 git subtree push --prefix=lib/com_lib/ git@git.local:com_lib develop -b