01VCS / git-meta

Wanna git preserve your file dates? git-meta stores all files' metadata into .gitmeta! On every commit!
12 stars 3 forks source link

`install.sh` fails when using Darwin/BSD `cp` #7

Open U47 opened 2 years ago

U47 commented 2 years ago

The install script either needs to be rewritten to account for BSD cp, or to target GNU cp if installed. It appears the git-meta.sh script does this.

danimesq commented 1 year ago

@U47 There's no install.sh, but init.sh. Are this issue still happening?