bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib-tool.py


From: Dmitry Selyutin
Subject: Re: gnulib-tool.py
Date: Fri, 8 Sep 2017 17:36:30 +0300

Hi Bruno,

below is the sequence of commands.

# creating a new branch on commit before pushing gnulib-tool
$ git branch pygnulib-stable ec2d72558

# checking out branch and rebasing on the latest master changes
$ git checkout pygnulib-stable
$ git rebase master

# cherry-picking only commits which touch original implementation
$ git cherry-pick eb41868f9 6edef0c50 f9364747f d1a39ef33

# checking out master and merging, trying to push
$ git checkout master
$ git merge pygnulib-stable
$ git push origin master:master


I've attached the log. All I can see is a lot of complaints on whitespaces and EOF.
Does that just mean that I need to make the code a bit cleaner?
Or there may be another reason for hook to reject the commit?

2017-09-07 23:54 GMT+03:00 Bruno Haible <address@hidden>:
Hi Dmitry,

> As for merging into master, I tried to do it, but didn't succeed: git
> complains a lot on whitespaces and similar stuff. I suspect it may be
> caused by custom git hook.

Yes, the custom git hook can emit errors and warnings. The messages about
whitespace are only warnings, as far as I know. The error message(s) must
be different.

> Bruno, Paul, could you help me with merging?

I might help you better if you show the error message(s) you got - and,
obviously, the command sequence you tried.

Bruno




--
With best regards,
Dmitry Selyutin

reply via email to

[Prev in Thread] Current Thread [Next in Thread]