diff options
author | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-09-20 19:30:08 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-09-20 19:30:08 -0700 |
commit | 5aee4a9cf612685db2dad623429a1197c2dfac55 (patch) | |
tree | 96c48ed653a130d9b0ff61478331dbce5e6872df /mkcl | |
parent | ab409c9414c6493136526c9b7ddb2bee99adc8de (diff) | |
parent | a470e6d1f48b41e03a9b7f7702dbfd9f439c354a (diff) | |
download | vyatta-op-5aee4a9cf612685db2dad623429a1197c2dfac55.tar.gz vyatta-op-5aee4a9cf612685db2dad623429a1197c2dfac55.zip |
Merge branch 'master' of phuket:/usr/local/git/vyatta-op
Diffstat (limited to 'mkcl')
-rwxr-xr-x | mkcl | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1,9 +0,0 @@ -#!/bin/bash - -# generate GNU/Debian format ChangeLog from git log - -if type -t git2cl &>/dev/null ; then - git-log --pretty --numstat --summary | git2cl > ChangeLog -else - git-log --pretty=short > ChangeLog -fi |