packit / upsint

Upstream Integration: work better with your upstream project.
GNU General Public License v3.0
2 stars 9 forks source link

Global configuration #17

Open lachmanfrantisek opened 6 years ago

lachmanfrantisek commented 6 years ago

There are several places, where one wants to tweak our TOOL:

["git", "log", "--pretty=format:- %s.",
          "%s..HEAD" % branch]).decode("utf-8").strip()

template = "Title of this PR\n\n{}\n\n".format(commit_msgs)

(I then have no Signed-off-by: line and have the list with the full stop at the end of each line.)


What about some global config with good defaults?

TomasTomecek commented 6 years ago

I actually started writing an issue for this but haven't finished it. Yes, we need global config!

TomasTomecek commented 6 years ago

I hacked something over weekend, still needs polish.