git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yann Dirson <ydirson@altern.org>
To: git@vger.kernel.org
Subject: [PATCH v8] Detection of directory renames
Date: Fri, 29 Oct 2010 00:08:27 +0200	[thread overview]
Message-ID: <1288303712-14662-1-git-send-email-ydirson@altern.org> (raw)

Changes since v7:

* turned debug traces off but allow them to be easily turned on
* corrected example in gitdiffcore.txt (Junio)
* unidiff output changes:
  * don't use "diff --git" to avoid confusing git-apply, use
    --git-detect-bulk-moves instead (Junio, 2008)
  * use "bulk move with similarity index NNN%"
  * don't use trailing asterisk, useless there
* added missing &&'s in testsuite
* improved short help messages
* documented the unidiff output format and --hide-bulk-move-details
* splitted raw output format, under discussion, into its own patch
* improved commit messages, including current rationale for using "/*"
* listed bulk-removal/copy/add as possible future related works
* renamed test script for consistency

I'll experiment next with bulk-removal detection, with bulk-move
rerolled on top of it.

             reply	other threads:[~2010-10-28 22:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-28 22:08 Yann Dirson [this message]
2010-10-28 22:08 ` [PATCH v8 1/5] Introduce bulk-move detection in diffcore Yann Dirson
2010-10-29  1:45   ` Jonathan Nieder
2010-10-29 21:18     ` Yann Dirson
2010-10-30  0:26       ` Jonathan Nieder
2010-11-04 21:56         ` Yann Dirson
2010-11-04 21:59         ` [PATCH] " Yann Dirson
2010-11-25 10:08   ` [PATCH v8 1/5] " Ævar Arnfjörð Bjarmason
2010-11-25 15:02     ` Jonathan Nieder
2010-11-25 17:19       ` Ævar Arnfjörð Bjarmason
2010-10-28 22:08 ` [PATCH v8 2/5] Raw diff output format for bulk moves Yann Dirson
2010-10-28 22:08 ` [PATCH v8 3/5] Add testcases for the --detect-bulk-moves diffcore flag Yann Dirson
2010-10-28 22:08 ` [PATCH v8 4/5] Unified diff output format for bulk moves Yann Dirson
2010-10-28 22:08 ` [PATCH v8 5/5] [WIP] Allow hiding renames of individual files involved in a directory rename Yann Dirson
2010-10-29  1:05 ` [PATCH v8] Detection of directory renames Jonathan Nieder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1288303712-14662-1-git-send-email-ydirson@altern.org \
    --to=ydirson@altern.org \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).