Skip to content

Create a tool to list files changed since a tag#1225

Closed
danobi wants to merge 3 commits intoapache:masterfrom
danobi:files_changed_sincetag
Closed

Create a tool to list files changed since a tag#1225
danobi wants to merge 3 commits intoapache:masterfrom
danobi:files_changed_sincetag

Conversation

@danobi
Copy link
Copy Markdown
Member

@danobi danobi commented Nov 16, 2016

As requested by @dragon512

The default (no args) is to ouput all files changed since the
most recent tag (lexicographically speaking) to stdout.

Run it with -h or --help to see a full description.

The default (no args) is to ouput all files changed since the
most recent tag (lexicographically speaking) to stdout.

Run it with -h or --help to see a full description.
@danobi
Copy link
Copy Markdown
Member Author

danobi commented Nov 16, 2016

I'm less convinced this works than when I opened the PR. Testing some more.
No, it works.

@zwoop
Copy link
Copy Markdown
Contributor

zwoop commented Nov 17, 2016

Can we put this into tools/reports ? There's one other similar tool in there.

@zwoop zwoop added the Tools label Nov 17, 2016
@zwoop zwoop added this to the 7.1.0 milestone Nov 17, 2016
@zwoop zwoop self-assigned this Nov 17, 2016
@dragon512
Copy link
Copy Markdown
Contributor

Hey Dan,
Sorry i had to take off for personal issue at home. I wanted a script that would:

  1. get changes since last tag or a certain format
  2. filter out messages
  3. possible reformat of certain strings ( such as jira or issues)
  4. format the output to some template

for example we would want to have something like:

Version 7.0.2 (09/15/16, solidwallofcode, jkenny)

  • change one
  • change two

i.e. the reason for the template input as others might want to have a different format.

I was thinking python and jinga would be your friends here.

@jpeach
Copy link
Copy Markdown
Contributor

jpeach commented Nov 29, 2016

Sounds like a git alias, or git shortlog.

@danobi
Copy link
Copy Markdown
Member Author

danobi commented Dec 12, 2016

Forget about this for now

@danobi danobi closed this Dec 12, 2016
@zwoop zwoop modified the milestone: 7.1.0 May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants