]> asedeno.scripts.mit.edu Git - git-svn-keywords.git/log
git-svn-keywords.git
12 years agoAdd exception handling for stale files master
Alejandro R. Sedeño [Wed, 21 Mar 2012 15:59:41 +0000 (11:59 -0400)]
Add exception handling for stale files

13 years agoOptimize ignores matching
Alejandro R. Sedeño [Fri, 27 Aug 2010 18:26:50 +0000 (14:26 -0400)]
Optimize ignores matching

Compile regular expressions for each ignore once, rather than for each
file we're looking at.

13 years agocall sub on re objects
Alejandro R. Sedeño [Fri, 27 Aug 2010 18:26:35 +0000 (14:26 -0400)]
call sub on re objects

14 years agoBump copyright through 2010
Alejandro R. Sedeño [Wed, 3 Mar 2010 18:07:28 +0000 (13:07 -0500)]
Bump copyright through 2010

14 years agoIf we find a rNNNM blob, update it
Alejandro R. Sedeño [Fri, 19 Feb 2010 22:35:37 +0000 (17:35 -0500)]
If we find a rNNNM blob, update it

If it has been added to SVN, the cache should be updated to reflect that.

14 years agoCache modified blobs as having rNNNM
Alejandro R. Sedeño [Fri, 19 Feb 2010 22:34:52 +0000 (17:34 -0500)]
Cache modified blobs as having rNNNM

14 years agoDon't cache information about revisions that are not from svn
Alejandro R. Sedeño [Fri, 19 Feb 2010 18:51:46 +0000 (13:51 -0500)]
Don't cache information about revisions that are not from svn

14 years agoDetect bare repositories and path in working directory
Alejandro R. Sedeño [Tue, 16 Feb 2010 21:32:15 +0000 (16:32 -0500)]
Detect bare repositories and path in working directory

If this looks like a bare repo, bail.
Otherwise, move to the top of the wd before proceeding.

14 years agoLots of updates
Alejandro R. Sedeño [Thu, 11 Feb 2010 16:20:24 +0000 (11:20 -0500)]
Lots of updates

* Bump version number to 0.9.1
* Require python 2.6 (for os.path.relpath)
* Refactor config fetching
* Store lastrev for each unhandled.log
* Strip git svn fetch path from paths in unhandled.log

14 years agoOnly store lastrev if we have one.
Alejandro R. Sedeño [Thu, 11 Feb 2010 15:42:56 +0000 (10:42 -0500)]
Only store lastrev if we have one.

14 years agoDeal gracefully with invalid values for lastref from state
Alejandro R. Sedeño [Thu, 11 Feb 2010 15:42:36 +0000 (10:42 -0500)]
Deal gracefully with invalid values for lastref from state

14 years agoJust scan the entire .git/svn tree for 'unhandled.log's
Alejandro R. Sedeño [Wed, 10 Feb 2010 16:47:00 +0000 (11:47 -0500)]
Just scan the entire .git/svn tree for 'unhandled.log's

14 years agoJust scan known locations, searching refs
Alejandro R. Sedeño [Tue, 9 Feb 2010 17:24:49 +0000 (12:24 -0500)]
Just scan known locations, searching refs

14 years agoExamine multiple potential unhandled.log locations
Alejandro R. Sedeño [Tue, 9 Feb 2010 16:00:23 +0000 (11:00 -0500)]
Examine multiple potential unhandled.log locations

14 years agoRefactor parsing on the unhandled.log file
Alejandro R. Sedeño [Tue, 9 Feb 2010 15:59:27 +0000 (10:59 -0500)]
Refactor parsing on the unhandled.log file

Split off opening from reading, so we can try locations for the unhandled.log.

14 years agoSkip files for which we have no data
Alejandro R. Sedeño [Thu, 3 Dec 2009 21:23:51 +0000 (16:23 -0500)]
Skip files for which we have no data

This may happen if we're working on files in history that later get svn keywords.

14 years agoDon't assume HEAD maps to an svn revision.
Alejandro R. Sedeño [Fri, 30 Oct 2009 21:30:37 +0000 (17:30 -0400)]
Don't assume HEAD maps to an svn revision.

14 years agoRespect .git/info/exclude; we're still not parsing .gitignore
Alejandro R. Sedeño [Tue, 29 Sep 2009 23:53:25 +0000 (19:53 -0400)]
Respect .git/info/exclude; we're still not parsing .gitignore

14 years agoPolish
Alejandro R. Sedeño [Fri, 25 Sep 2009 18:54:20 +0000 (14:54 -0400)]
Polish

version bump to 0.9
parse command line arguments

14 years agoMore caching, and some reorg.
Alejandro R. Sedeño [Fri, 25 Sep 2009 00:53:01 +0000 (20:53 -0400)]
More caching, and some reorg.

14 years agoWorking smudge/clean, and some caching
Alejandro R. Sedeño [Thu, 24 Sep 2009 22:35:11 +0000 (18:35 -0400)]
Working smudge/clean, and some caching

14 years agomore changes, and cleanup
Alejandro R. Sedeño [Wed, 23 Sep 2009 22:41:58 +0000 (18:41 -0400)]
more changes, and cleanup

14 years agoinitial commit of code
Alejandro R. Sedeño [Fri, 18 Sep 2009 20:43:49 +0000 (16:43 -0400)]
initial commit of code

14 years agoignore emacs temporary files.
Alejandro R. Sedeño [Fri, 18 Sep 2009 20:43:28 +0000 (16:43 -0400)]
ignore emacs temporary files.