git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Rename/copy detection - options/display improvement proposition
@ 2011-03-03 15:49 Piotr Krukowiecki
  2011-03-03 15:54 ` Piotr Krukowiecki
  0 siblings, 1 reply; 2+ messages in thread
From: Piotr Krukowiecki @ 2011-03-03 15:49 UTC (permalink / raw)
  To: Git Mailing List

Hi,

I think that:

   1. git-status should accept -M<n> -C<n>, same as git-diff
   2. git-diff should have an option to omit diff for deleted files


1. git-status incorrectly recognizes some changes as copied, e.g.:

# Changes to be committed:
#	copied:     SimpleMatcher.h -> BSlashMatcher.h
#	copied:     SimpleMatcher.h -> StringMatcher.h
#	renamed:  SimpleMatcher.h -> TabMatcher.h

(generally SimpleMatcher.h is recognized as being copied into many
different headers)

git-diff shows similarity index 50-60%.
git-diff -M80 -C80 correctly stops recognizing this as copies/renames.

I think git-status also should learn -M and -C, as it works the same
way as git-diff with defaults.


2. git-diff does not show diff for copied files. But when a files is
removed, the diff is shown.

I think seeing what was deleted is sometimes useful, but sometimes it
is not and just clutters the
diff.



-- 
Piotrek

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

* Re: Rename/copy detection - options/display improvement proposition
  2011-03-03 15:49 Rename/copy detection - options/display improvement proposition Piotr Krukowiecki
@ 2011-03-03 15:54 ` Piotr Krukowiecki
  0 siblings, 0 replies; 2+ messages in thread
From: Piotr Krukowiecki @ 2011-03-03 15:54 UTC (permalink / raw)
  To: Git Mailing List

On Thu, Mar 3, 2011 at 4:49 PM, Piotr Krukowiecki
<piotr.krukowiecki@gmail.com> wrote:
> Hi,
>
> I think that:
>
>   1. git-status should accept -M<n> -C<n>, same as git-diff
>   2. git-diff should have an option to omit diff for deleted files
>
>
> 1. git-status incorrectly recognizes some changes as copied, e.g.:
>
> # Changes to be committed:
> #       copied:     SimpleMatcher.h -> BSlashMatcher.h
> #       copied:     SimpleMatcher.h -> StringMatcher.h
> #       renamed:  SimpleMatcher.h -> TabMatcher.h
>
> (generally SimpleMatcher.h is recognized as being copied into many
> different headers)
>
> git-diff shows similarity index 50-60%.
> git-diff -M80 -C80 correctly stops recognizing this as copies/renames.
>
> I think git-status also should learn -M and -C, as it works the same
> way as git-diff with defaults.
>
>
> 2. git-diff does not show diff for copied files. But when a files is
> removed, the diff is shown.
>
> I think seeing what was deleted is sometimes useful, but sometimes it
> is not and just clutters the
> diff.

I have committed the changes and git-commit, git-log--stat output also
shows the renames - so I suppose this is a global issue

-- 
Piotrek

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

end of thread, other threads:[~2011-03-03 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03 15:49 Rename/copy detection - options/display improvement proposition Piotr Krukowiecki
2011-03-03 15:54 ` Piotr Krukowiecki

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).