Skip to content

Commit

Permalink
tools/commits: List commits from certain commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Apr 5, 2018
1 parent 6d11704 commit 7b3806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/commits.sh
@@ -1 +1 @@
git --no-pager log --pretty=format:"%h - %s" --reverse | sed 's/ - / `/g' | sed 's/: /`: /g'
git --no-pager log --pretty=format:"%h - %s" --reverse $1^..HEAD | sed 's/ - / `/g' | sed 's/: /`: /g'

0 comments on commit 7b3806f

Please sign in to comment.