Skip to content

Commit

Permalink
2017-05-24 15:58 UTC Viktor Szakats (vszakats users.noreply.github.com)
Browse files Browse the repository at this point in the history
  * ChangeLog.txt
  + showlog.sh
    + add script to show dynamic ChangeLog generated from the commit
      messages. Requires a Git repo and the Git tool.
  • Loading branch information
vszakats committed May 24, 2017
1 parent acb8912 commit c379afc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
/* Encoding: UTF-8 (No BOM) Notation (in 5th position):
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
Entries may not always be in chronological/commit order.
Get accurate and dynamic log using command:
git log --pretty=medium --no-merges --date=iso --abbrev-commit HEAD~50..HEAD
See license at the end of file. */

2017-05-24 15:58 UTC Viktor Szakats (vszakats users.noreply.github.com)
* ChangeLog.txt
+ showlog.sh
+ add script to show dynamic ChangeLog generated from the commit
messages. Requires a Git repo and the Git tool.

2017-05-24 09:28 UTC Viktor Szakats (vszakats users.noreply.github.com)
* utils/hbmk2/hbmk2.prg
* allow -inc in -hbhrb again. Incremental mode doesn't work in
Expand Down
3 changes: 3 additions & 0 deletions showlog.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

git log --pretty=medium --no-merges --date=iso HEAD~50..HEAD

0 comments on commit c379afc

Please sign in to comment.