2013-03-15 11:14 UTC+0100 Viktor Szakats (harbour syenar.net)

* bin/commit.hb
    * deleted hack that was required to handle 'harbour' top dir
This commit is contained in:
vszakats
2013-03-15 11:15:06 +01:00
parent a4a357a18b
commit df62f56dcc
2 changed files with 4 additions and 4 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-03-15 11:14 UTC+0100 Viktor Szakats (harbour syenar.net)
* bin/commit.hb
* deleted hack that was required to handle 'harbour' top dir
2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
* moved whole Harbour source tree one level up to

View File

@@ -109,10 +109,6 @@ STATIC FUNCTION VCSDetect()
DO CASE
CASE hb_DirExists( ".svn" ) ; RETURN "svn"
CASE hb_DirExists( ".git" ) ; RETURN "git"
/* to make it work in an unmodified GIT repo. Ideally, all
files/dirs should be moved one dir up, removing the top
'harbour' directory. */
CASE hb_DirExists( ".." + hb_ps() + ".git" ) ; RETURN "git"
ENDCASE
RETURN ""