Johannes Schindelin [off-list ref] writes:
quoted
Makefile | 5 ++
remote-curl.c | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
transport.c | 136 +-------------------------------------------------------
3 files changed, 145 insertions(+), 135 deletions(-)
create mode 100644 remote-curl.c
I wanted to suggest using the -C option so that the patch would consist of
mostly deleted lines (easier to verify then that it was a code move), but
transport.c is over 1000 lines, so that would not have worked!
Not that matters, but ;-)
$ git show --oneline -B1/1 -C --stat a2d725b
a2d725b Use an external program to implement fetching with curl
Makefile | 5 +
remote-curl.c | 139 ++++
transport.c | 2132 +++++++++++++++++++++++++++------------------------------
3 files changed, 1143 insertions(+), 1133 deletions(-)