mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 14:35:21 -04:00
script update [ci ski]
This commit is contained in:
parent
c136d96439
commit
04d7e01e47
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env bash -f
|
||||
#!/usr/bin/env bash
|
||||
#git log v6.8...v6.8-release --oneline --reverse
|
||||
#args are tag1 and tag2
|
||||
git log $1...$2 --oneline --reverse
|
||||
#or branches, eg:
|
||||
#$1 origin/hotfix/release-7-0-0
|
||||
#$2 origin/release-7-2-0
|
||||
git log $1..$2 --oneline --reverse --no-merges --pretty="- %s (%as:%an)" | grep -v "ci skip" | grep -v "travis skip" | uniq|more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue