Re: [PATCH] contrib/subtree: add repo url to commit messages

2016-05-31 Thread Mathias Nyman
On 2016-05-21 17:52-0500, David A. Greene wrote: Mathias Nyman writes: For recalling where a subtree came from; git-subtree operations 'add' and 'pull', when called with the parameter add this to the commit message: git-subtree-repo: I am sorry it tooks a couple

Re: [PATCH] contrib/subtree: add repo url to commit messages

2016-03-03 Thread Mathias Nyman
On 2016-02-26 14:49-0500, Eric Sunshine wrote: On Fri, Feb 26, 2016 at 3:28 AM, Mathias Nyman wrote: On 2016-02-25 17:23-0500, Eric Sunshine wrote: On Tue, Feb 23, 2016 at 5:25 AM, Mathias Nyman wrote: - cat <<-EOF - $commit_message - - git-subtr

[PATCH v2] contrib/subtree: add repo url to commit messages

2016-02-26 Thread Mathias Nyman
t , are unchanged. Users with such a workflow will continue to be on their own with the --message parameter, if they'd like to record where the subtree came from. Signed-off-by: Mathias Nyman Based-on-patch-by: Nicola Paolucci Thanks-to: Aleksi Aalto --- contrib/subtree/git-subtree.sh | 54

Re: [PATCH] contrib/subtree: add repo url to commit messages

2016-02-26 Thread Mathias Nyman
On 2016-02-25 17:23-0500, Eric Sunshine wrote: On Tue, Feb 23, 2016 at 5:25 AM, Mathias Nyman wrote: For recalling where a subtree came from; git-subtree operations 'add' and 'pull', when called with the parameter add this to the commit message: git-subtree-repo: O

[PATCH] contrib/subtree: add repo url to commit messages

2016-02-23 Thread Mathias Nyman
t , are unchanged. Users with such a workflow will continue to be on their own with the --message parameter, if they'd like to record where the subtree came from. Signed-off-by: Mathias Nyman Based-on-patch-by: Nicola Paolucci --- contrib/subtree/git-subtree.sh | 73 +++