diff options
author | Jeff King <peff@peff.net> | 2014-04-26 22:00:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-29 12:38:33 -0700 |
commit | b892bb45eacb484be281a992bef66ea723210717 (patch) | |
tree | 901cf69184bf3b9d776f23c01c5c1c11ad7c793b /vcs-svn/repo_tree.c | |
parent | 479bd75751d81b6f3ffc29fcece56f9a200493a1 (diff) | |
download | git-b892bb45eacb484be281a992bef66ea723210717.tar.gz git-b892bb45eacb484be281a992bef66ea723210717.tar.xz |
replace: add --edit option
This allows you to run:
git replace --edit SHA1
to get dumped in an editor with the contents of the object
for SHA1. The result is then read back in and used as a
"replace" object for SHA1. The writing/reading is
type-aware, so you get to edit "ls-tree" output rather than
the binary tree format.
Missing documentation and tests.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'vcs-svn/repo_tree.c')
0 files changed, 0 insertions, 0 deletions