User tests: Successful: Unsuccessful:
This will add a command that creates a file containing information about the current repository version (the SHA).
The information is displayed in the debug toolbar by this commit: 8103fcb
Currently it looks like this:
Example: 1.0.0-beta-58-g63e754e9a5-dirty
Which is
58 commits aheaddirty (uncommitted changes)Note: I assume that this will currently not work in Windows (git executable ..)
Well shell_exec works on Windows
Good to merge
Fix the docblock only in the Constructor :)
Don't you have to write git.exe or something ?
Nope it's just working from the cmd ;)
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2013-11-22 00:18:07 |
Will test it on Windows tomorrow, but sure it will not work with the
shell_exec;)