* gitk: "argument list too long"
@ 2015-06-15 18:25 Chris Cowan
2015-09-12 20:04 ` gitk: Dean Pulsifer
0 siblings, 1 reply; 2+ messages in thread
From: Chris Cowan @ 2015-06-15 18:25 UTC (permalink / raw)
To: git
I've recently had an issue where running "gitk --all" has stopped
working on a large repository of mine. Gitk's main window appears with
all of the sections empty, and a modal tells me 'Error executing git
log: couldn't execute "git": argument list too long'.
I'm on OS X, and am running git version 2.4.3 installed via homebrew.
"getconf ARG_MAX" tells me that the maximum argument length is 262144
bytes. "git tag|wc -l" tells me that there 5271 tags in the repo, and
more are added regularly. I think that's what set it over recently.
For now I've worked around the issue by running "gitk --branches"
instead.
I searched for other mentions of this issue, and found this issue from
I think this same mailing list:
http://www.spinics.net/lists/git/msg243731.html . Trying to run "gitk
--all" in the chromium git repo (available at
https://chromium.googlesource.com/chromium/src.git) gives me the same
issue too always as Nicolas reported.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: gitk:
2015-06-15 18:25 gitk: "argument list too long" Chris Cowan
@ 2015-09-12 20:04 ` Dean Pulsifer
0 siblings, 0 replies; 2+ messages in thread
From: Dean Pulsifer @ 2015-09-12 20:04 UTC (permalink / raw)
To: git
Chris Cowan <cowan <at> streak.com> writes:
>
> I've recently had an issue where running "gitk --all" has stopped
> working on a large repository of mine. Gitk's main window appears with
> all of the sections empty, and a modal tells me 'Error executing git
> log: couldn't execute "git": argument list too long'.
>
> I'm on OS X, and am running git version 2.4.3 installed via homebrew.
I am also seeing this just as of this week. Did you find a solution?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-12 20:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 18:25 gitk: "argument list too long" Chris Cowan
2015-09-12 20:04 ` gitk: Dean Pulsifer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).