]> oss.titaniummirror.com Git - git-utils.git/log
git-utils.git
14 years agoFix stupid error in git-publish-branch.1. There is no -h option to document.
smckown [Wed, 2 Dec 2009 02:44:41 +0000 (02:44 +0000)]
Fix stupid error in git-publish-branch.1.  There is no -h option to document.

14 years agoAdd man pages for git-local and git-publish-branch.
smckown [Wed, 2 Dec 2009 02:43:01 +0000 (02:43 +0000)]
Add man pages for git-local and git-publish-branch.

These can be copied to /usr/local/man/man1 and then used through git, such as:
git publish-branch --help

14 years agoDon't name this project dir git, as this is confusing. Really its git-utils.
smckown [Thu, 26 Nov 2009 23:02:45 +0000 (23:02 +0000)]
Don't name this project dir git, as this is confusing.  Really its git-utils.

14 years agoChange exit 0 to exit 1, so we do return an error code when appropriate.
smckown [Mon, 23 Nov 2009 20:30:03 +0000 (20:30 +0000)]
Change exit 0 to exit 1, so we do return an error code when appropriate.

14 years agogit-publish-branch shouldn't output program name in most error messages.
smckown [Mon, 23 Nov 2009 20:30:03 +0000 (20:30 +0000)]
git-publish-branch shouldn't output program name in most error messages.
Also, don't use exit 127 as this is command-not-found.

14 years agoFix git-publish-branch usage statement and argument parsing.
smckown [Mon, 23 Nov 2009 20:30:02 +0000 (20:30 +0000)]
Fix git-publish-branch usage statement and argument parsing.

14 years agoAdd the git-local utility.
smckown [Mon, 23 Nov 2009 20:30:01 +0000 (20:30 +0000)]
Add the git-local utility.

14 years agoAdd git utils
smckown [Mon, 23 Nov 2009 19:28:27 +0000 (19:28 +0000)]
Add git utils