]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- script to make lighttpd-branch.diff
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 16 Jan 2008 15:55:25 +0000 (15:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    branch.sh -> 1.1

branch.sh [new file with mode: 0644]

diff --git a/branch.sh b/branch.sh
new file mode 100644 (file)
index 0000000..6d345d3
--- /dev/null
+++ b/branch.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+svn=svn://svn.lighttpd.net/lighttpd/
+tag=lighttpd-1.4.18
+branch=lighttpd-1.4.x
+svn diff --old=$svn/tags/$tag --new=$svn/branches/$branch > lighttpd-branch.diff
This page took 0.04167 seconds and 4 git commands to generate.