Skip to content

Commit

Permalink
tools: typo in update_changelog.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
veox committed Jun 27, 2014
1 parent 92d2256 commit 63afb25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Updated on Fri Jun 27 17:53:59 EEST 2014.
If working with git, use `` for latest change log.
Updated on Fri Jun 27 18:24:12 EEST 2014.
If working with git, use `git log --oneline --decorate` for latest change log.
------------------------------------------------------------------------
5cc43f2 (HEAD, ystarnaud/master, sgminer-dev/master, origin/master, origin/HEAD, master) misc: ChangeLog typo.
92d2256 (HEAD, tag: 4.2.2, sgminer-dev/master, origin/master, origin/HEAD, master) Bump version to 4.2.2.
ae94126 tools: update_changelog.sh and entire ChangeLog.
5cc43f2 (ystarnaud/master) misc: ChangeLog typo.
411a413 Merge branch 'dejavusec-backport'
ae7dbca (dejavusec-backport) stratum: parse_notify(): Don't die on malformed bbversion/prev_hash/nbit/ntime.
cab6e28 stratum: parse_reconnect(): treat pool-sent URL as untrusted.
Expand Down
2 changes: 1 addition & 1 deletion tools/update_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FILE="$(dirname "$0")/../ChangeLog"
UPDATECMD="git log --oneline --decorate"

echo "Updated on `date`." > $FILE
echo "If working with git, use \`$UDATECMD\` for latest change log." >> $FILE
echo "If working with git, use \`$UPDATECMD\` for latest change log." >> $FILE
echo "------------------------------------------------------------------------" >> $FILE
$UPDATECMD >> $FILE

1 comment on commit 63afb25

@madineh65
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to start but i dont know what to do
Please someone help me

Please sign in to comment.