callumacrae wrote:git-commit-notifier splits them up.
I was just coming on to ask david for that file.
callumacrae wrote:git-commit-notifier splits them up.
psoTFX wrote:I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"

#!/usr/local/bin/ruby
#
# This file was generated by RubyGems.
#
# The application 'git-commit-notifier' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require 'rubygems'
version = ">= 0"
if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then
version = $1
ARGV.shift
end
gem 'git-commit-notifier', version
load Gem.bin_path('git-commit-notifier', 'git-commit-notifier', version)

Oleg wrote:Do a `locate git-commit-notifier` and get the other one.
Or look here: https://github.com/bitboxer/git-commit-notifier
psoTFX wrote:I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"


Oleg wrote:It's funny that the whole advertised purpose of that program is to generate one email per commit.
It might be easier to toss it entirely and just cobble together the appropriate commands in a shell script.

DavidIQ wrote:Oleg wrote:It's funny that the whole advertised purpose of that program is to generate one email per commit.
It might be easier to toss it entirely and just cobble together the appropriate commands in a shell script.
Maybe it's just miss-configured? Looks like version 0.9.2 is what we're using.
Sends HTML email commit messages splitting commits that were pushed in one step. Changes are highlighted per word.
psoTFX wrote:I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"

Return to General Development Discussion
Users browsing this forum: naderman and 12 guests