git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

commit b327bae207f23489c02c855ac20424bd7663771e
parent 1782bae59246ceaedd262b6502e47cacc5894db9
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:41:35 +0200

update links

Diffstat:
Mc/git-off.c | 2+-
Mc/gitoff.c | 2+-
Mpackage.json | 6+++---
Msrc/git-off | 2+-
Msrc/gitoff.coffee | 2+-
5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/c/git-off.c b/c/git-off.c @@ -2562,7 +2562,7 @@ void offCommands_help() { showAllCommandsHelp(); - printf("More information at https://github.com/RemyNoulin/git-off"); + printf("More information at https://noulin.net/git-off/file/README.md.html"); printf("\n"); } else { diff --git a/c/gitoff.c b/c/gitoff.c @@ -2873,7 +2873,7 @@ void offCommands_help() { showAllCommandsHelp(); - printf("More information at https://github.com/RemyNoulin/git-off"); + printf("More information at https://noulin.net/git-off/file/README.md.html"); printf("\n"); } else { diff --git a/package.json b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/RemyNoulin/git-off.git" + "url": "git+https://noulin.net/git/git-off.git" }, "keywords": [ "git", @@ -19,7 +19,7 @@ "author": "Remy Noulin", "license": "MIT", "bugs": { - "url": "https://github.com/RemyNoulin/git-off/issues" + "url": "https://noulin.net/git-off/log.html" }, - "homepage": "https://github.com/RemyNoulin/git-off#readme" + "homepage": "https://noulin.net/git-off/file/README.md.html" } diff --git a/src/git-off b/src/git-off @@ -1226,7 +1226,7 @@ offCommands = { c = ref[i]; showCommandHelp(c); } - console.log('\nGo to https://github.com/RemyNoulin/git-off for more information'.green.bold); + console.log('\nGo to https://noulin.net/git-off/file/README.md.html for more information'.green.bold); } else { if (COMMAND_MAP[process.argv[3]] === void 0) { console.log(COMMAND_MAP.help.h.green); diff --git a/src/gitoff.coffee b/src/gitoff.coffee @@ -1352,7 +1352,7 @@ offCommands = for c in Object.keys(COMMAND_MAP) showCommandHelp(c) - console.log '\nGo to https://github.com/RemyNoulin/git-off for more information'.green.bold + console.log '\nGo to https://noulin.net/git-off/file/README.md.html for more information'.green.bold else if COMMAND_MAP[process.argv[3]] == undefined console.log COMMAND_MAP.help.h.green