Thread (4 messages) flat view 4 messages, 3 authors, 2016-08-11

Re: Possible BUG with git-rev-list --all in a StGit repository

From: Junio C Hamano <hidden>
Date: 2016-08-11 19:44:34

Possibly related (same subject, not in this thread)

"Marco Costalba" [off-list ref] writes:
Could a possible '--all-branches' new option come to rescue?
I doubt it.  Next thing people would start talking about is what
to do with the remote tracking branches, and what we are talking
about is rev-list, one of the lower level of plumbing that would
be better left without knowing much about the Porcelain's use of
refs/ namespaces.

If you (as a Porcelain) want to get all refs under refs/heads/,
there are (unfortunately) two ways to get that list.  I would
suggest obtain the refs you want that way, pass them as command
line arguments to rev-list.

$ git for-each-ref --format='%(refname)' refs/heads
$ git show-ref --heads | sed -e 's/^[^ ]* //'
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help