help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git diff output - terminal is not fully functional


From: Andreas Röhler
Subject: Re: git diff output - terminal is not fully functional
Date: Tue, 17 Aug 2010 18:49:08 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6

Am 17.08.2010 18:36, schrieb Erik Iverson:

with `git diff' from an shell inside Emacs,
output stops at every diff-line,
reporting its line.

Also I get a

"WARNING: terminal is not fully functional

git-config --global core.pager ""



unfortunatly it has no effect.
Also editing file config in .git fails.
While setting is recognised by --list

Well it definitely works for me, so something
else must be going on. What does your global
~/.gitconfig look like?

Mine is :

[user]
name = Erik Iverson
email = user@email.com
[core]
editor = emacs
pager =

Which version of git are you running?


git version 1.5.2.4

See three config-files

.gitconfig in ~/

config in ~/.git

config in ~/org-mode/.git


Contents in this order:

[user]
        name = Andreas Roehler
        email = andreas.roehler@online.de
[core]

        pager =

;;;;;;;;


[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true

;;;;;;;

[core]
        bare = false
        filemode = true
        logallrefupdates = true
        repositoryformatversion = 0
        whitespace = false
[remote "origin"]
        url = git://repo.or.cz/org-mode.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master

;;;;;;,

BTW whitespace = false has been added in these essay today, has no visible effect so far.

Thanks

Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]