All of lore.kernel.org
 help / color / mirror / Atom feed
* GIT_PAGER=cat git-svn log --> Illegal seek
@ 2007-09-21 23:40 Chris Moore
  2007-09-22  1:48 ` [PATCH] git-svn: don't attempt to spawn pager if we don't want one Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Moore @ 2007-09-21 23:40 UTC (permalink / raw)
  To: git

I run my git commands inside an Emacs *shell* buffer, so I don't want
it running 'less' all the time.  I export GIT_PAGER=cat to stop it.

I just tried a "git-svn log" and it failed:

$ GIT_PAGER=cat git-svn log
Use of uninitialized value in exec at /usr/bin/git-svn line 3451.
Use of uninitialized value in concatenation (.) or string at
/usr/bin/git-svn line 3451.
Can't run pager: Illegal seek ()

I don't get a shell prompt back.  It just hangs.

This is on ubuntu feisty with the ubuntu-backport repositories enabled:

ii  git-core                                     1.5.2.5-2~feisty1
ii  git-svn                                      1.5.2.5-2~feisty1

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-22  1:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21 23:40 GIT_PAGER=cat git-svn log --> Illegal seek Chris Moore
2007-09-22  1:48 ` [PATCH] git-svn: don't attempt to spawn pager if we don't want one Eric Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.