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:
@@ -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
|
||||
|
||||
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user