Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-15version.sh: fix commentXhmikosR
2013-01-11version.sh: fix typo in commentXhmikosR
2013-01-09version scripts: make scripts work from every working directory inside the repom0viefreak
2013-01-08version.sh: count revision number up to HEAD, not just to mergebase(HEAD,master)m0viefreak
The merge base revision is added to the end of the full version string
2013-01-08optimize version.sh and update_version.batm0viefreak
- version.sh already used bash-specific syntax, and MSYS uses bash for sh, anyways, so make the script a real bash script and properly call it using bash.exe - optimze bash syntax (avoid external tools, don't use echo -e, use $() instead of ``, lowercase vars, ...) see http://mywiki.wooledge.org/BashFAQ / http://mywiki.wooledge.org/BashGuide - only use plumbing git commands instead of porcellain commands in combination with external tools - the script is never passed an argument, so remove the $1 check - bump copyright year - make sure the manifest file gets updated in case the manifest.conf changes, but the version has not yet increased - convert line endings to UNIX, because otherwise it will fail when calling it in cygwin or native linux
2013-01-07update copyright year for the modified filesXhmikosR
2013-01-05version.sh: Improve the handling of the branch name.Underground78
The branch name was cut when on no branch.
2012-10-30version.sh: Create the manifest file if it doesn't exist.Underground78
2012-09-09version.sh: use a hardcoded version if git isn't available.Underground78
s Please enter the commit message for your changes. Lines starting
2012-09-04apply astyleXhmikosR
2012-08-02Show the hash and branch information in the file version information.Underground78
2012-08-02fix line endingsxhmikosr
2012-08-02everything should compile even without git nowxhmikosr
2012-07-31Fix 3ab1c3db1061ebc373190bdb6bb2d166ac9e03fe.Underground78
The repository was always shown as having no local modification.
2012-07-31version.sh: show if there are local modifications on screenxhmikosr
2012-07-31version.sh: show the info on the screen tooxhmikosr
2012-07-31version.sh: only read from version_rev.h if it exists, and make HASH the ↵xhmikosr
same way as BASE without _T()
2012-07-29Revert "Version.sh: silence the "no such file or directory" warning if ↵xhmikosr
Version_rev.h doesn't exist" This reverts commit ba3c9ac5cf3c57488749262ea1db4bd145694c06. Conflicts: version.sh This above commit beat the point of the workaround for not overwriting version_rev.h if the version information has not changed
2012-07-26version.sh: use 2 spaces for indentationxhmikosr
2012-07-26rename Version.sh and Version.h to lowercasexhmikosr