* Log is always empty in OSX
@ 2011-05-27 19:38 Diego Gonzalez
2011-05-27 20:28 ` Johannes Sixt
0 siblings, 1 reply; 2+ messages in thread
From: Diego Gonzalez @ 2011-05-27 19:38 UTC (permalink / raw)
To: git
Hi guys,
I'm using GIT in a specific folder on OSX and I'm not able to get any
output from the git log command, do you know what it means? Is this a
bug or just some missconfiguration. I've installed through Homebrew.
$uname -a
Darwin Diego-Gonzalezs-MacBook-Pro.local 10.7.0 Darwin Kernel Version
10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/
RELEASE_I386 i386
$ git version
git version 1.7.5.2
$ git log
$ git commit -a -m "message"
[master 445dab2] message
2 files changed, 1 insertions(+), 23 deletions(-)
mode change 100644 => 100755 c
delete mode 100644 ur.js
$ git log
$
THanks in advance,
DieogG
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Log is always empty in OSX
2011-05-27 19:38 Log is always empty in OSX Diego Gonzalez
@ 2011-05-27 20:28 ` Johannes Sixt
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Sixt @ 2011-05-27 20:28 UTC (permalink / raw)
To: Diego Gonzalez; +Cc: git
Am 27.05.2011 21:38, schrieb Diego Gonzalez:
> Hi guys,
> I'm using GIT in a specific folder on OSX and I'm not able to get any
> output from the git log command, do you know what it means? Is this a
> bug or just some missconfiguration. I've installed through Homebrew.
>
> $uname -a
> Darwin Diego-Gonzalezs-MacBook-Pro.local 10.7.0 Darwin Kernel Version
> 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/
> RELEASE_I386 i386
> $ git version
> git version 1.7.5.2
> $ git log
> $ git commit -a -m "message"
> [master 445dab2] message
> 2 files changed, 1 insertions(+), 23 deletions(-)
> mode change 100644 => 100755 c
> delete mode 100644 ur.js
> $ git log
> $
Do you happen to have the environment variable LESS set to a combination
of options such that less terminates when it does not get a screenfull
of data to show? In this case, less would switch to the alternate
screen, shows the data, and before it terminates, it switches back to
the primary screen.
Try git --no-pager log; I bet it shows output.
-- Hannes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-27 20:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-27 19:38 Log is always empty in OSX Diego Gonzalez
2011-05-27 20:28 ` Johannes Sixt
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).