Re: Can I fetch an arbitrary commit by sha1?

2014-10-06 Thread Patrick Donnelly
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 they could change and there are possible namespace issues. -- Patrick Donnelly -- To unsubscribe from this list: send the line

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

2012-12-10 Thread Patrick Donnelly
. I'd also be happy to assist in embedding Lua in Git.] [1] http://www.lua.org/versions.html [2] http://nmap.org/book/nse.html -- - 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

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 sitar...@gmail.com wrote: On Tue, Dec 11, 2012 at 11:14 AM, Patrick Donnelly batr...@batbytes.com wrote: Lua has been an incredible success for Nmap [2](and other projects). As an embedded scripting language, it's unrivaled

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

2012-12-11 Thread Patrick Donnelly
. -- - 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
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 this list: send the line unsubscribe git

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

2012-12-11 Thread Patrick Donnelly
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 in the body of a message to majord...@vger.kernel.org More majordomo info

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 e...@thyrsus.com wrote: Patrick Donnelly batr...@batbytes.com: 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

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

2013-09-23 Thread Patrick Donnelly
(2005): 1159-1176. [2] http://benchmarksgame.alioth.debian.org/u32/benchmark.php?test=alllang=lualang2=yarvdata=u32 [3] http://luajit.org/performance_x86.html -- Patrick Donnelly -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More

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

2013-09-23 Thread Patrick Donnelly
dismissal of Lua. If you want to continue this, I'll do it offlist. -- 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

reject backwards merges

2014-12-12 Thread Patrick Donnelly
checkout master Switched to branch 'master' $ git merge b1 Updating 9cb303e..1b0a9d4 Fast-forward baz | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 baz $ git log --graph * commit 1b0a9d4a011cd7e36c8c58b190aed0b450f06ca1 |\ Merge: 4c618bc 9cb303e | | Author: Patrick Donnelly