[PATCH 2/2] clone: Realign lines near disassociate option

2015-02-20 Thread Matt Whiteley
Fix long line splitting format while adding to builtin_clone_options. Signed-off-by: Matt Whiteley --- builtin/clone.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/builtin/clone.c b/builtin/clone.c index 7e193ae..fd6bcf4 100644 --- a/builtin/clone.c +++ b

[PATCH 1/2] clone: add disassociate alias to dissociate option

2015-02-20 Thread Matt Whiteley
Enable clone to accept alternate spelling for dissociate option. Add alias to documentation following existing recursive/recurse-submodules convention. Signed-off-by: Matt Whiteley --- Documentation/git-clone.txt | 3 ++- builtin/clone.c | 2 ++ 2 files changed, 4 insertions(+), 1

[PATCH] --disassociate alias for --dissociate clone option

2015-02-20 Thread Matt Whiteley
I find the new --dissociate option for clone very helpful but I have a hard time with the spelling. It seems reasonable to have an alias since one exists for --recursive. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More ma