Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

Re: [PATCH 2/2] Look for a commit's parents in the standard way.

From: Yann Dirson <hidden>
Date: 2016-06-15 22:42:39

On Sun, Aug 20, 2006 at 11:43:22AM +0100, Catalin Marinas wrote:
On 14/08/06, Yann Dirson [off-list ref] wrote:
quoted
This has the direct effect of taking info/grafts into account, since
ignoring it only causes confusion.
I don't know the difference but is there any between parsing the
commit file and using git-rev-list --parents?
Yes, git-rev-list at least takes info/grafts into account.
quoted
+        self.__parents = split(_output_lines('git-rev-list --parents 
--max-count=1 %s' % id_hash)[0])[1:]
Instead of using the split() method, you could call
_output_lines('git-rev-list --parents --max-count=1 %s' %
id_hash)[0].split()[1:]. Maybe that's why they might deprecate the
global split method.
Ah, OK.

Best regards,
-- 
Yann.

-- 
VGER BF report: U 0.500235
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help