forked from foundweekends/giter8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nathan Hamblen
committed
Dec 3, 2012
1 parent
177bd22
commit 0a96667
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
* [Fix for a regression][79] affecting Windows users. Although templates | ||
were applied correctly, an error message was printed and files were | ||
left in a temporary directory. | ||
* Support for scaffolding, [contributed by jto][71] | ||
* Fix for a regression causing hidden files in templates to be | ||
ignored, [issue 76][76] | ||
* No longer requires .g8 suffix for git repositories used as | ||
templates, [pull 86][86] | ||
|
||
[79]: https://github.com/n8han/giter8/issues/79 | ||
[71]: https://github.com/n8han/giter8/pull/71 | ||
[76]: https://github.com/n8han/giter8/issues/76 | ||
[86]: https://github.com/n8han/giter8/pull/86 |