git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] git replace --edit --raw
@ 2014-06-24  9:42 Jeff King
  2014-06-24  9:43 ` [PATCH 1/4] replace: replace spaces with tabs in indentation Jeff King
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jeff King @ 2014-06-24  9:42 UTC (permalink / raw)
  To: git

I tried to use "git replace --edit" today to repair a corrupted tree
that had an empty filename:

  $ git replace --edit HEAD^{tree}
  fatal: empty filename in tree entry
  fatal: cat-file reported failure

Oops. One of the major purposes of the command is to repair broken
objects. This series introduces a "--raw" option to let you easily edit
the binary if need be.

The first two patches are unrelated cleanups I noticed in the area. The
third is refactoring, and the final one is the interesting bit.

There's a minor textual conflict in the documentation with
cc/replace-graft, but it's pretty straightforward to resolve.

  [1/4]: replace: replace spaces with tabs in indentation
  [2/4]: avoid double close of descriptors handed to run_command
  [3/4]: replace: use argv_array in export_object
  [4/4]: replace: add a --raw mode for --edit

-Peff

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

end of thread, other threads:[~2014-06-26 15:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24  9:42 [PATCH 0/4] git replace --edit --raw Jeff King
2014-06-24  9:43 ` [PATCH 1/4] replace: replace spaces with tabs in indentation Jeff King
2014-06-24  9:45 ` [PATCH 2/4] avoid double close of descriptors handed to run_command Jeff King
2014-06-24  9:46 ` [PATCH 3/4] replace: use argv_array in export_object Jeff King
2014-06-24  9:46 ` [PATCH 4/4] replace: add a --raw mode for --edit Jeff King
2014-06-25  1:40   ` Eric Sunshine
2014-06-25 10:24     ` Jeff King
2014-06-25 22:33   ` Junio C Hamano
2014-06-26 15:55     ` Jeff King

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