Simon Schubert [Thu, 7 May 2009 07:40:08 +0000]
hooks: don't include merges in the tag commit summary
Simon Schubert [Thu, 5 Feb 2009 10:06:27 +0000]
apply
a7b83ec018 to branch updates as well
Simon Schubert [Thu, 5 Feb 2009 10:04:55 +0000]
remove unused code
Simon Schubert [Wed, 4 Feb 2009 09:43:29 +0000]
Discard stderr when using rev ranges
If a branch is created or deleted, we have an invalid revision range.
Discard stderr so that committers don't get confused.
Simon Schubert [Tue, 3 Feb 2009 23:16:40 +0000]
Don't send masses of mails when pushing branch without new commits
The original code seemed to assume that there were always new changes when
creating a new branch. The code would fail if the new branch would not
contain new commits and instead would ignore the existing, duplicated branch
and mail out all its changes as new.
Simon Schubert [Sat, 10 Jan 2009 03:00:27 +0000]
Update gitweb urls to a nicer format.
Simon 'corecode' Schubert [Wed, 3 Dec 2008 21:10:41 +0000]
Treat subsequent revs as updates
Simon 'corecode' Schubert [Wed, 3 Dec 2008 04:29:26 +0000]
Use a summary shortlog for initial tags
Simon 'corecode' Schubert [Wed, 3 Dec 2008 03:39:00 +0000]
Change the subject to be more terse
Requested-by: dillon, swildner
Simon 'corecode' Schubert [Mon, 1 Dec 2008 19:28:00 +0000]
Show involved files when displaying a merge
Simon 'corecode' Schubert [Mon, 1 Dec 2008 19:26:12 +0000]
Don't use tabs for header line whitespace folding
At least thunderbird seems to display weird characters for the
tab, so instead use a simple space instead.
Simon 'corecode' Schubert [Mon, 1 Dec 2008 16:00:24 +0000]
Fix commit id reporting in the subject
Reported-by: matthias@
Simon 'corecode' Schubert [Sun, 30 Nov 2008 23:12:32 +0000]
Cut down on mail output.
- Don't send the summary mail for pushes with multiple commits.
- Don't send a mail for empty merge commits (and other empty ones)
Simon 'corecode' Schubert [Sun, 30 Nov 2008 20:58:57 +0000]
Don't print the project name or "branch" in the subject.
Simon Schubert [Sun, 30 Nov 2008 19:21:34 +0000]
Add gitweb URL support
Simon Schubert [Sun, 30 Nov 2008 12:55:59 +0000]
Add post-receive hook wrapper
Simon 'corecode' Schubert [Sun, 30 Nov 2008 12:18:10 +0000]
Spell git-cmd git cmd.
Simon 'corecode' Schubert [Sun, 30 Nov 2008 12:17:49 +0000]
Add code to prevent non-fast forward pushes
Simon 'corecode' Schubert [Sun, 30 Nov 2008 12:14:30 +0000]
Add update hook from git
Simon 'corecode' Schubert [Sun, 30 Nov 2008 11:54:30 +0000]
Rework hook to send separate mails per commit
This only works for fast forward pushes now, but we shouldn't do
anything else anyways.
Simon 'corecode' Schubert [Sun, 30 Nov 2008 09:04:23 +0000]
Make hook executable.
Simon 'corecode' Schubert [Sun, 30 Nov 2008 09:02:26 +0000]
Add hook from git/contrib.