This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- this | |
- &id001 2009-07-23 | |
- is | |
- some | |
- yaml | |
- awesome | |
- *id001 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cassady:~/dev/projects/mine/dugdale(mirr) yossef$ git push origin mirr | |
DEBUG:gitosis.serve.main:Got command "git-receive-pack 'dugdale.git'" | |
DEBUG:gitosis.access.haveAccess:Access check for 'yossef' as 'writable' on 'dugdale.git'... | |
DEBUG:gitosis.access.haveAccess:Stripping .git suffix from 'dugdale.git', new value 'dugdale' | |
DEBUG:gitosis.group.getMembership:found 'yossef' in 'yossef-code' | |
DEBUG:gitosis.group.getMembership:found 'yossef' in 'gitosis-admin' | |
DEBUG:gitosis.group.getMembership:found 'yossef' in 'yossef-sites' | |
DEBUG:gitosis.group.getMembership:found 'yossef' in 'yossef-talks' | |
DEBUG:gitosis.access.haveAccess:Access ok for 'yossef' as 'writable' on 'dugdale' | |
DEBUG:gitosis.access.haveAccess:Using prefix 'repositories' for 'dugdale' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 11a75d0f2fea50ab4f35e99a7b584c450ea0e634 | |
Author: Yossef Mendelssohn <[email protected]> | |
Date: Sat May 2 11:44:52 2009 -0500 | |
Made prerelease gems stick to the release number for satisfying ~> | |
Since 1.1.pre is < 1.1, it would fail ~> 1.1 | |
Added Gem::Version#release for convenience and cleanliness | |
diff --git a/lib/rubygems/requirement.rb b/lib/rubygems/requirement.rb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> v = Gem::Version.new('1.1.pre') | |
=> #<Gem::Version "1.1.pre"> | |
>> Gem::Requirement.new('>= 1.1').satisfied_by?(v) | |
=> false | |
>> Gem::Requirement.new('< 1.1').satisfied_by?(v) | |
=> true | |
>> Gem::Requirement.new('~> 1.1').satisfied_by?(v) | |
=> false | |
>> Gem::Requirement.new('~> 1.0').satisfied_by?(v) | |
=> true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 3bbbf8b7c2d3633af47faf9eda9836e1bc3c681c | |
Author: Yossef Mendelssohn <[email protected]> | |
Date: Thu Apr 16 00:59:30 2009 -0500 | |
Spec changes for trailing zero version tweaks. | |
The desire is for 1.0.0 > 1.0 | |
Note this means quite a few specs need to be changed, | |
since they assume trailing zeroes are insignificant. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Dreamr_3> any easy way to get diff to just show me a list of commits? | |
<Dreamr_3> like the commits that are missing from a branch? | |
<Ilari> Dreamr_3: 'git log parent..branch'? | |
<cardioid> Dreamr_3: I don't think you know what diff is for | |
<Dreamr_3> yeah i do :) | |
<Dreamr_3> i just didn't want a diff :) | |
<Dreamr_3> no that's not really want i want |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div align="center"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2"><font size="4"><font size="2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lndir() | |
{ | |
SRC_DIR=$1 | |
TGT_LOC=${2:-.} | |
DIR_NAME=${SRC_DIR/%\//} | |
DIR_NAME=${DIR_NAME##*/} | |
mkdir $TGT_LOC/$DIR_NAME | |
for f in $SRC_DIR/* ; do | |
ln $f $TGT_LOC/$DIR_NAME/${f##*/} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This allowed for automatic render overrides based on controller | |
An example: | |
controller = UsersController | |
action = show | |
normal path = RAILS_ROOT/app/views/users/show.html.erb (or haml or rhtml or rjs or whatever) | |
With this in place, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2009-02-10: REVISION 1498] | |
[NEW] Starting with 10.4.11, commands with HTML output can link directly to local files using the file: schema instead of having to go though tm-file:. | |
[NEW] TextMate bundles and support libraries are for the most part now compatible with Ruby 1.9 (we still consider the support work in progress). Thanks to all who submitted patches, especially Dave Thomas. | |
[CHANGED] The command modifiers are no longer present for disambiguation menu items. See <http://lists.macromates.com/textmate/2008-December/027599.html> for details about what this was about. | |
[2008-11-27: REVISION 1496] |