mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
show absolute git repo path
This commit is contained in:
@@ -9,7 +9,7 @@ const args = require('minimist')(process.defaultApp ? process.argv.slice(2) : pr
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const repoDir = path.normalize(args._.join(' '));
|
const repoDir = path.resolve(path.normalize(args._.join(' ')));
|
||||||
|
|
||||||
function getLfsFileList(dir, cb) {
|
function getLfsFileList(dir, cb) {
|
||||||
exec('git lfs ls-files', {
|
exec('git lfs ls-files', {
|
||||||
|
Reference in New Issue
Block a user