All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC v2 0/4] Patches to avoid reporting conversion changes.
@ 2010-04-25 16:29 Henrik Grubbström (Grubba)
  2010-04-25 16:29 ` [PATCH RFC v2 1/4] sha1_file: Added index_blob() Henrik Grubbström (Grubba)
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Henrik Grubbström (Grubba) @ 2010-04-25 16:29 UTC (permalink / raw)
  To: git; +Cc: Henrik Grubbström  

This is the second go at having the git index keep track of the
conversion mode and corresponding normalized blob sha1 for files.

Since last time the diff behaviour patch has been removed, and
with it the need for storing of the normalized blob and thus
the gc patch. Some basic test cases have been added.

Thanks to Junio C Hamano for the suggestion and some of the tests.

Henrik Grubbström (Grubba) (4):
  sha1_file: Added index_blob().
  cache: Added ce_norm_sha1() and related cache_entry fields.
  cache: Added index extension "NORM".
  t/t0021: Test that conversion changes are detected.

 cache.h               |   22 ++++++++++++++++
 convert.c             |   31 +++++++++++++++++++++++
 read-cache.c          |   66 +++++++++++++++++++++++++++++++++++++++++++------
 sha1_file.c           |   19 ++++++++++++++
 t/t0021-conversion.sh |   50 +++++++++++++++++++++++++++++++++++++
 5 files changed, 180 insertions(+), 8 deletions(-)

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

end of thread, other threads:[~2010-04-25 16:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-25 16:29 [PATCH RFC v2 0/4] Patches to avoid reporting conversion changes Henrik Grubbström (Grubba)
2010-04-25 16:29 ` [PATCH RFC v2 1/4] sha1_file: Added index_blob() Henrik Grubbström (Grubba)
2010-04-25 16:29 ` [PATCH RFC v2 2/4] cache: Added ce_norm_sha1() and related cache_entry fields Henrik Grubbström (Grubba)
2010-04-25 16:29 ` [PATCH RFC v2 3/4] cache: Added index extension "NORM" Henrik Grubbström (Grubba)
2010-04-25 16:29 ` [PATCH RFC v2 4/4] t/t0021: Test that conversion changes are detected Henrik Grubbström (Grubba)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.