[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: ido's flex matching in org-refile
From: |
Bernt Hansen |
Subject: |
[Orgmode] Re: ido's flex matching in org-refile |
Date: |
Sun, 16 Nov 2008 17:07:31 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Carsten Dominik <address@hidden> writes:
> Hi Eric, this is very nice, but the changes also contain a whole
> mountain of changes where only the initial whitespace of lines is
> changed. This makes it very har to see what really is the core of
> this patch and makes me hesitate to apply it.
>
> Can this be avoided somehow? Bernt?
Carsten,
>From your repository you can do this:
$ git fetch git://github.com/eschulte/org-mode master
This pulls the commits from Eric's master branch and points your
FETCH_HEAD at it.
$ git diff master FETCH_HEAD
shows the differences between your master and all commits to FETCH_HEAD
(basically the same thing when you just show that commit). In this case
it's the same as git show FETCH_HEAD since there is only one commit.
$ git diff -w master FETCH_HEAD
will ignore whitespace changes. This is much easier to review.
-Bernt
- [Orgmode] ido's flex matching in org-refile, Samuel Wales, 2008/11/09
- Re: [Orgmode] ido's flex matching in org-refile, Carsten Dominik, 2008/11/10
- Re: [Orgmode] ido's flex matching in org-refile, Carsten Dominik, 2008/11/17
- Re: [Orgmode] ido's flex matching in org-refile, Rick Moynihan, 2008/11/21
- Re: [Orgmode] ido's flex matching in org-refile, Carsten Dominik, 2008/11/21
- Re: [Orgmode] ido's flex matching in org-refile, Rick Moynihan, 2008/11/21