Git Extensions is a standalone UI tool for managing git repositories.
Git Extensions is now hosted on GitHub
==============================
Please update your bookmarks and use the links below for downloading and reporting issues.
* Download latest version (Windows only): https://github.com/gitextensions/gitextensions/releases/latest
* Download latest cross-platform version (Windows and Linux/Mac): https://github.com/gitextensions/gitextensions/releases/v2.51.05
* Issue tracker: http://github.com/gitextensions/gitextensions/issues
* Source code:...
Allows to generate source code for your project's VCS (Version Control System) status.
Include this tool into your pre-build step to hardcode version strings.
vcsinfo.exe - 64-bit build.
vcsinfo32.exe - 32-bit build.
Currently supported:
Inputs: Mercurial (hg)
Outputs: C, C++
Planned: SVN, Git; Java
USAGE EXAMPLES:
Generate C header file for Mercurial repository using pipes.
hg summary | vcsinfo > version.h
Generate C++ header file for Mercurial repository in v1.x...