reject "backwards" merges

2014-12-12 Thread Patrick Donnelly
rge: 4c618bc 9cb303e | | Author: Patrick Donnelly <> | | Date: Fri Dec 12 13:32:51 2014 -0500 | | | | Merge branch 'master' into b1 | | | * commit 9cb303e2578af305d688abf62570ef31f3f113da | | Author: Patrick Donnelly <> | | Date: Fri Dec 12 13:32:23 2014 -0500 | | | |

Re: Can I fetch an arbitrary commit by sha1?

2014-10-06 Thread Patrick Donnelly
f the things we'd like to do is shallow clone a specific sha1 commit from e.g. GitHub. [I think GitHub has this disabled though? I haven't been able to get it to work.] I guess this feature was a step in the right direction but it's not usable AFAIK. Tags are not really suitable as th

Re: [PATCH/RFC 0/7] Support for Ruby

2013-09-23 Thread Patrick Donnelly
r performance claims, you dismiss them and then ask for code to compare? Code which is primarily bindings to C which does all the work? No thanks, that circle jerk doesn't interest me. > Until you do that, I'd say you are the one that is language > evangelizing, I'm providing an a

Re: [PATCH/RFC 0/7] Support for Ruby

2013-09-23 Thread Patrick Donnelly
ance than C [3]. What about this isn't powerful? [1] Ierusalimschy, Roberto, Luiz Henrique De Figueiredo, and Waldemar Celes Filho. "The Implementation of Lua 5.0." J. UCS 11.7 (2005): 1159-1176. [2] http://benchmarksgame.alioth.debian.org/u32/benchmark.php?test=all&lang=lua&

Re: Python extension commands in git - request for policy change

2012-12-18 Thread Patrick Donnelly
On Wed, Dec 12, 2012 at 7:43 AM, Eric S. Raymond wrote: > Patrick Donnelly : >>How would another language (e.g. Python) mitigate this? > > The way you mitigate this sort of problem is to have a good set of > high-level bindings for standard services (like socket I/

Re: Python extension commands in git - request for policy change

2012-12-11 Thread Patrick Donnelly
lue language > in the Python/Perl/Ruby class rather than an extension langage. But > my mind is open on this issue. I don't see how these languages are more appropriate based on your concerns. -- - Patrick Donnelly -- To unsubscribe from this list: send the line "unsubscribe git&qu

Re: Python extension commands in git - request for policy change

2012-12-11 Thread Patrick Donnelly
nd maintainability. As for Lua's suitability for your (2) point, I admit I'm not familiar with how much "interacting with the outside world" the git commands do; however, I would suspect that it is not significant enough to rule Lua out? -- - Patrick Donnelly -- To unsubscribe from t

Re: Python extension commands in git - request for policy change

2012-12-11 Thread Patrick Donnelly
ng) so I can update > them? If the API calls are generic (don't require special handling), you can use some preprocessor magic to save time/space. -- - Patrick Donnelly -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Python extension commands in git - request for policy change

2012-12-11 Thread Patrick Donnelly
Hi Sitaram, On Tue, Dec 11, 2012 at 7:09 PM, Sitaram Chamarty wrote: > On Tue, Dec 11, 2012 at 11:14 AM, Patrick Donnelly > wrote: >> Lua has been an incredible success for Nmap [2](and other projects). >> As an embedded scripting language, it's unrivaled in terms of eas

Re: Python extension commands in git - request for policy change

2012-12-10 Thread Patrick Donnelly
ons, Lua changes at a glacial pace compared to other popular languages like Python or Ruby. Lua 5.2 was released last year and 5.1 was released 5 years before that [1]. Still, while users (people who bind Lua to applications) are certainly encouraged to upgrade Lua, there is no real need to. Bindin