aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ticket/9824] Handle empty commit messages in commit-msg hook.Oleg Pudeyev2011-03-011-0/+11
* [ticket/9824] Add space after [ticket/12345] in prepared commit message.Andreas Fischer2011-03-021-1/+1
* [ticket/9824] Remove space after PHPBB3-12345 in prepared commit message.Andreas Fischer2011-03-021-1/+1
* [ticket/10044] Updated invocation documentation.Oleg Pudeyev2011-02-161-1/+1
* [ticket/10044] Stop when failed to retrieve network/collaborators.Oleg Pudeyev2011-02-151-40/+50
* [ticket/10044] Added -h to setup_github_network.php.Oleg Pudeyev2011-02-151-2/+3
* [ticket/10044] Error handling for remote requests in setup_github_network.phpOleg Pudeyev2011-02-151-1/+22
* [ticket/10044] Made setup_github_network.php runnable as a scriptOleg Pudeyev2011-02-151-0/+1
* [ticket/9805] Setup security repository for developers.Andreas Fischer2011-02-031-0/+6
* [ticket/9805] Move check lower down.Andreas Fischer2011-02-031-6/+7
* [ticket/9805] Better support for already existing repositories.Andreas Fischer2011-02-031-17/+14
* [ticket/9805] Add dry-run option.Andreas Fischer2011-02-031-3/+19
* [ticket/9805] Use getopt(), add a few options, extend show_usage().Andreas Fischer2011-02-031-18/+34
* [ticket/9805] Script for easily cloning a whole github network.Andreas Fischer2011-01-151-0/+179
* Merge branch 'task/cs278/git-tools' into develop-olympusIgor Wiedler2010-09-091-4/+5
|\
| * [task/git-tools] Change the GNU --lines argument to the POSIX -lChris Smith2010-09-081-1/+1
| * [task/git-tools] Solve dependency on the GNU wc --max-line-length optionChris Smith2010-09-071-3/+4
* | [ticket/9777] Print error message in pre-commit hook when php is not installed.Oleg Pudeyev2010-08-191-0/+7
|/
* [task/git-tools] Ignore git commit message commentsChris Smith2010-08-101-1/+13
* [task/git-tools] Adjust the hook to enforce that a ticket is always mentionedChris Smith2010-08-101-2/+2
* [task/git-tools] Vastly expanded commit-msg hook.Chris Smith2010-08-101-5/+224
* [task/git-tools] Beginnings of a syntax checking hook.Chris Smith2010-08-101-0/+26
* [task/git-tools] Append ticket identifier to commit message prior to editing.Chris Smith2010-08-102-25/+9
* [task/git-tools] add install and uninstall scripts for hooksIgor Wiedler2010-07-122-0/+33
* [task/git-tools] move ticket id appending to commit-msg hookIgor Wiedler2010-07-122-7/+24
* [task/git-tools] append ticket id to git log messageIgor Wiedler2010-07-121-0/+7
* [git-tools] Use @ instead of : in sed command in pre-commit hook for wider co...Oleg Pudeyev2010-04-131-1/+1
* [git-tools] Adjusted pre-commit hook to run under freebsd /bin/sh.Oleg Pudeyev2010-04-131-2/+5
* [git-tools] Changed pre-commit hook to use sh instead of bashOleg Pudeyev2010-04-131-1/+1
* [git-tools] add note about PHP_BIN using envIgor Wiedler2010-04-031-0/+1
* [git-tools] do not display stderrIgor Wiedler2010-04-031-1/+1
* [git-tools] Prepend the branch to the commit message for all branches.Chris Smith2010-04-031-1/+1
* [git-tools] Use env to find the correct paths to binaries.Chris Smith2010-04-031-2/+2
* [git-tools] Display what parse errors were found.Chris Smith2010-04-031-1/+6
* [git-tools] This script requires bash to run, so point directly to bash.Chris Smith2010-04-031-1/+1
* [git-tools] Improvements for the pre-commit hookIgor Wiedler2010-03-171-5/+28
* [git-tools] Improvements on prepare-commt-msg hookIgor Wiedler2010-03-131-6/+16
* [git-tools] Some pre-commit enhancements, abolish tempfileIgor Wiedler2010-03-111-4/+4
* [git-tools] use mktemp in pre-commit (thanks nn-)Igor Wiedler2010-03-101-2/+1
* [git-tools] pre-commit hook for syntax checkingIgor Wiedler2010-03-101-0/+44
* Add feature/ support to branchname hookIgor Wiedler2010-03-081-2/+2
* Adding a branchname prepare-commit-msg hookIgor Wiedler2010-03-081-0/+24