]> sipb.mit.edu Git - snippets/.git/log
snippets/.git
14 years agogit-hooks/zephyr-post-receive: Use --first-parent when listing commits.
Geoffrey Thomas [Sat, 12 Sep 2009 19:29:40 +0000 (15:29 -0400)] 
git-hooks/zephyr-post-receive: Use --first-parent when listing commits.

This avoids zephyring the history of a merged-in branch, and just
zephyrs the merge commit itself.

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
14 years agoTracZephyrPlugin: Snip quoted text in replies.
Anders Kaseorg [Tue, 8 Sep 2009 17:19:58 +0000 (13:19 -0400)] 
TracZephyrPlugin: Snip quoted text in replies.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
14 years agogitignore ~ files
Nelson Elhage [Sun, 30 Aug 2009 00:45:22 +0000 (20:45 -0400)] 
gitignore ~ files

Signed-off-by: Nelson Elhage <nelhage@mit.edu>
14 years agoAdd a script for importing PKCS12 files from Firefox to PEM
Nelson Elhage [Sun, 30 Aug 2009 00:45:16 +0000 (20:45 -0400)] 
Add a script for importing PKCS12 files from Firefox to PEM

Signed-off-by: Nelson Elhage <nelhage@mit.edu>
14 years agoInstead of looping over the lpr commands within applescript, use a
Evan Broder [Mon, 24 Aug 2009 00:30:42 +0000 (20:30 -0400)] 
Instead of looping over the lpr commands within applescript, use a
backgrounded shell loop so that iTunes doesn't hang while the jobs are
printing.

(Since I'm not currently on campus, this is as yet untested.)

14 years agogit-rcsimport: More portability fixes.
Geoffrey Thomas [Sat, 22 Aug 2009 03:45:21 +0000 (23:45 -0400)] 
git-rcsimport: More portability fixes.

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
14 years agozephyr-post-receive: git-foo with a hyphen doesn't work any more.
Geoffrey Thomas [Sat, 22 Aug 2009 03:25:23 +0000 (23:25 -0400)] 
zephyr-post-receive: git-foo with a hyphen doesn't work any more.

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
14 years agogit-rcsimport: readlink -f is nonportable
Geoffrey Thomas [Sat, 22 Aug 2009 03:21:12 +0000 (23:21 -0400)] 
git-rcsimport: readlink -f is nonportable

14 years ago.gitignore
Geoffrey Thomas [Sat, 22 Aug 2009 03:13:37 +0000 (23:13 -0400)] 
.gitignore

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
14 years agogit-rcsimport: Import RCS directories in subdirectories, too.
Geoffrey Thomas [Sat, 22 Aug 2009 03:12:23 +0000 (23:12 -0400)] 
git-rcsimport: Import RCS directories in subdirectories, too.

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
14 years agoTracZephyrPlugin: Set UTF-8 source encoding.
Anders Kaseorg [Wed, 1 Jul 2009 18:49:47 +0000 (14:49 -0400)] 
TracZephyrPlugin: Set UTF-8 source encoding.

This magically fixes the [â~@¦] garbage that was previously generated
instead of […].

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
14 years agoTracZephyrPlugin: Put the ticket summary back.
Anders Kaseorg [Tue, 30 Jun 2009 23:12:04 +0000 (19:12 -0400)] 
TracZephyrPlugin: Put the ticket summary back.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
14 years agoApparently shlex.split doesn’t work on unicode.
Anders Kaseorg [Tue, 30 Jun 2009 23:06:54 +0000 (19:06 -0400)] 
Apparently shlex.split doesn’t work on unicode.

14 years agoTracZephyrPlugin: Print more information about changed tickets.
Anders Kaseorg [Tue, 30 Jun 2009 22:17:23 +0000 (18:17 -0400)] 
TracZephyrPlugin: Print more information about changed tickets.

14 years agoDisplay 5 lines instead of 255 chars, and truncate with […].
Anders Kaseorg [Tue, 30 Jun 2009 21:47:37 +0000 (17:47 -0400)] 
Display 5 lines instead of 255 chars, and truncate with […].

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
14 years agoTracZephyrPlugin: Escape @ as @@.
Anders Kaseorg [Tue, 30 Jun 2009 20:27:29 +0000 (16:27 -0400)] 
TracZephyrPlugin: Escape @ as @@.

(This will need to be moved if someone implements color support
later.)

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
14 years agoTracZephyrPlugin: Split command using shlex to allow multiword arguments.
Anders Kaseorg [Tue, 30 Jun 2009 20:24:59 +0000 (16:24 -0400)] 
TracZephyrPlugin: Split command using shlex to allow multiword arguments.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
14 years agoTracZephyrPlugin: Be more flexible in the custom zwrite command
Geoffrey Thomas [Mon, 29 Jun 2009 15:51:14 +0000 (11:51 -0400)] 
TracZephyrPlugin: Be more flexible in the custom zwrite command

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
14 years agoTracZephyrPlugin: Permit using a custom command (e.g. zcrypt)
Geoffrey Thomas [Mon, 29 Jun 2009 15:10:04 +0000 (11:10 -0400)] 
TracZephyrPlugin: Permit using a custom command (e.g. zcrypt)

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
14 years agoAdd apt-zephyr hook.
Anders Kaseorg [Thu, 21 May 2009 04:16:24 +0000 (00:16 -0400)] 
Add apt-zephyr hook.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
14 years agoDon't crash when a branch is created.
Geoffrey Thomas [Fri, 8 May 2009 04:17:32 +0000 (00:17 -0400)] 
Don't crash when a branch is created.

It doesn't give you particularly useful output, and it doesn't handle
the case of a branch being deleted. But it's a little better.

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
14 years agokdo: Add an emacs modeline, and make emacs happier with quoting.
Nelson Elhage [Thu, 30 Apr 2009 03:25:32 +0000 (23:25 -0400)] 
kdo: Add an emacs modeline, and make emacs happier with quoting.

14 years agoAdd back usage information for kdo.
Evan Broder [Sat, 25 Apr 2009 17:53:50 +0000 (13:53 -0400)] 
Add back usage information for kdo.

14 years agoReplace kdo with the new, modular, self-documenting, potentially
Evan Broder [Sat, 25 Apr 2009 17:52:27 +0000 (13:52 -0400)] 
Replace kdo with the new, modular, self-documenting, potentially
portable version.

15 years agoAdded set volume script
Paul Quimby [Sun, 5 Apr 2009 04:31:36 +0000 (00:31 -0400)] 
Added set volume script

15 years agoAdded the set volume script
Paul Quimby [Sun, 5 Apr 2009 04:28:41 +0000 (00:28 -0400)] 
Added the set volume script

15 years agoTracZephyrPlugin: Bump the version number.
Evan Broder [Tue, 31 Mar 2009 19:13:56 +0000 (15:13 -0400)] 
TracZephyrPlugin: Bump the version number.

15 years agoIn TracZephyrPlugin: Change how line wrapping works.
Evan Broder [Tue, 31 Mar 2009 19:12:57 +0000 (15:12 -0400)] 
In TracZephyrPlugin: Change how line wrapping works.

15 years agoIn TracZephyrPlugin: Change tabs to spaces.
Evan Broder [Tue, 31 Mar 2009 19:10:49 +0000 (15:10 -0400)] 
In TracZephyrPlugin: Change tabs to spaces.

15 years agoIn TracZephyrPlugin: use subprocess instead of os.popen.
Evan Broder [Tue, 31 Mar 2009 19:09:50 +0000 (15:09 -0400)] 
In TracZephyrPlugin: use subprocess instead of os.popen.

15 years agoSend messages 'remotely' (to localhost), to work around growl bug #267767
Quentin Smith [Tue, 3 Mar 2009 02:58:11 +0000 (21:58 -0500)] 
Send messages 'remotely' (to localhost), to work around growl bug #267767

15 years agoExplicitly request GSSAPI delegation so zephyr subscribing works
Quentin Smith [Tue, 3 Mar 2009 02:17:51 +0000 (21:17 -0500)] 
Explicitly request GSSAPI delegation so zephyr subscribing works

15 years agothe git-rcsimport wrapper
Geoffrey Thomas [Tue, 3 Mar 2009 00:07:36 +0000 (19:07 -0500)] 
the git-rcsimport wrapper

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
15 years agouse time.strptime instead of parsing time ourselves
Geoffrey Thomas [Sun, 1 Mar 2009 08:48:54 +0000 (03:48 -0500)] 
use time.strptime instead of parsing time ourselves

15 years agoReuse an existing notification object if it exists (for pings).
Geoffrey Thomas [Sun, 1 Mar 2009 08:34:59 +0000 (03:34 -0500)] 
Reuse an existing notification object if it exists (for pings).

Also fix the memory leak by pruning the dict for old pings.

15 years agoavoid importing pynotify more than once
Geoffrey Thomas [Sun, 1 Mar 2009 08:23:58 +0000 (03:23 -0500)] 
avoid importing pynotify more than once

15 years agoUse pynotify instead of shelling out to notify-send.
Geoffrey Thomas [Sun, 1 Mar 2009 08:18:07 +0000 (03:18 -0500)] 
Use pynotify instead of shelling out to notify-send.

Unfortunately now I'm leaking memory. This is probably easy to avoid...

15 years agoChecks for tzc binary and punts if not found.
Peter Iannucci [Sun, 1 Mar 2009 02:40:17 +0000 (21:40 -0500)] 
Checks for tzc binary and punts if not found.

15 years agoRewrote to use optparser and added drivers for stdout, libnotify usage.
Peter Iannucci [Sun, 1 Mar 2009 01:40:32 +0000 (20:40 -0500)] 
Rewrote to use optparser and added drivers for stdout, libnotify usage.

Bugfixes.

15 years agoCode for barn-growl utility for OS X.
Peter Iannucci [Sun, 1 Mar 2009 00:19:52 +0000 (19:19 -0500)] 
Code for barn-growl utility for OS X.

15 years agoMake Git colors work in zwgc.
Anders Kaseorg [Wed, 25 Feb 2009 22:16:09 +0000 (17:16 -0500)] 
Make Git colors work in zwgc.

15 years agoAdd a 'zephyr.color' config setting.
Nelson Elhage [Wed, 25 Feb 2009 21:24:38 +0000 (16:24 -0500)] 
Add a 'zephyr.color' config setting.

This defaults to "true" if unspecified for backwards compatibility.

15 years agoCreate a 'kerberos' folder and add my krbroot script.
Nelson Elhage [Wed, 25 Feb 2009 17:09:10 +0000 (12:09 -0500)] 
Create a 'kerberos' folder and add my krbroot script.

15 years agofix path
Geoffrey Thomas [Fri, 20 Feb 2009 08:32:13 +0000 (03:32 -0500)] 
fix path

15 years agoHash personals recipients and pick random colors based on the hash.
Geoffrey Thomas [Fri, 20 Feb 2009 08:30:49 +0000 (03:30 -0500)] 
Hash personals recipients and pick random colors based on the hash.

Needs some work...

15 years agoBarnOwl perl/external zcrypt binary reimplementation
Geoffrey Thomas [Fri, 20 Feb 2009 08:24:22 +0000 (03:24 -0500)] 
BarnOwl perl/external zcrypt binary reimplementation

Taken from my Public, with comments slightly tweaked.

15 years agoDon't use the list of modified directories for the svn commit-zephyr
Evan Broder [Tue, 17 Feb 2009 08:49:38 +0000 (03:49 -0500)] 
Don't use the list of modified directories for the svn commit-zephyr
zsig.

If lots of directories are changed, the zsig is long enough that it
forces the headers to fragment, which zwrite will refuse to do.

15 years agoUse the right extension for Send to sipbmp3, and only keep the plain
Evan Broder [Sat, 14 Feb 2009 23:45:16 +0000 (18:45 -0500)] 
Use the right extension for Send to sipbmp3, and only keep the plain
text verison.

15 years agogit-hooks: Support specifying a zephyr instance
Geoffrey Thomas [Sat, 14 Feb 2009 22:20:55 +0000 (17:20 -0500)] 
git-hooks: Support specifying a zephyr instance

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
15 years agoAdded sipbmp3 iTunes applescripts
Kyle Miller [Sat, 14 Feb 2009 22:03:05 +0000 (17:03 -0500)] 
Added sipbmp3 iTunes applescripts

15 years agoREADME: We now have /mit/snippets
Geoffrey Thomas [Wed, 4 Feb 2009 06:57:09 +0000 (01:57 -0500)] 
README: We now have /mit/snippets

15 years agobetter URL to the web interface
Geoffrey Thomas [Wed, 4 Feb 2009 05:54:21 +0000 (00:54 -0500)] 
better URL to the web interface

15 years agoAdd kdo.
Evan Broder [Tue, 3 Feb 2009 02:50:20 +0000 (21:50 -0500)] 
Add kdo.

15 years agoAdd my Trac zephyr plugin.
Evan Broder [Tue, 3 Feb 2009 00:41:53 +0000 (19:41 -0500)] 
Add my Trac zephyr plugin.

15 years agoscript to set up a NAT via Linux iptables
Geoffrey Thomas [Sun, 1 Feb 2009 15:47:32 +0000 (10:47 -0500)] 
script to set up a NAT via Linux iptables

15 years agosvn zephyr post commit hook
Geoffrey Thomas [Sun, 1 Feb 2009 15:45:08 +0000 (10:45 -0500)] 
svn zephyr post commit hook

15 years agogit zephyr post receive hook
Geoffrey Thomas [Sun, 1 Feb 2009 15:35:40 +0000 (10:35 -0500)] 
git zephyr post receive hook

15 years agoInitial commit: README.
Geoffrey Thomas [Sun, 1 Feb 2009 15:33:22 +0000 (10:33 -0500)] 
Initial commit: README.