Why not set alias(es) for that?
Best,
Davide
> On 27 Oct 2015, at 10:50, Nick wrote:
>
> I too am interested in finding ways to automate working with submodules, as
> it's a particular pain point with my colleagues. They frequently shoot
> themselves in the foot trying to branch and merge a p
Damn! I haven’t seen that missing space.
Thank you Peff!
Davide--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi,
I was in the need to rewrite author name and email and commit date for a single
commit and I guess I found a bug.
I run this git-filter script
$ git filter-branch --commit-filter ‘
if [ "$GIT_COMMIT"="9cfca27" ];
then GIT_AUTHOR_NAME=“Michelle”;
GIT_AUTHOR_EMAIL=“mi
3 matches
Mail list logo