From: "Abimbola Olaitan via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: Abimbola Olaitan <craftwordltd@gmail.com>,
Junio C Hamano <gitster@pobox.com>
Subject: [PATCH 0/5] Teach git annotate to use parse option instead of its own argv
Date: Sun, 03 Nov 2019 03:51:49 +0000 [thread overview]
Message-ID: <pull.442.git.1572753114.gitgitgadget@gmail.com> (raw)
The file builtIn/annotate.c was removed, letting git annotate use the
cmd_blame directly.
===================
The following files were edited
===============================
--- Makefile --- git.c --- builtIn/annotate.c was removed
Abimbola (5):
remove-annotate: change cmd_annotate to cmd_blame
edit the makefile
remove-annotate: comment out annotate BUILDIN_OBJS
remove-annotate: delete builtin annotate file
fix unproper comment in Makefile
Makefile | 1 -
annotate.txt | Bin 0 -> 163170 bytes
blame.txt | Bin 0 -> 177882 bytes
builtin/annotate.c | 22 -------
git.c | 143 ++++++++++++++++++++++++++-------------------
5 files changed, 82 insertions(+), 84 deletions(-)
create mode 100644 annotate.txt
create mode 100644 blame.txt
delete mode 100644 builtin/annotate.c
base-commit: efd54442381a2792186abc994060b8f7dd8b834b
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-442%2Fcraftword%2Fremove-annotate-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-442/craftword/remove-annotate-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/442
--
gitgitgadget
next reply other threads:[~2019-11-03 3:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-03 3:51 Abimbola Olaitan via GitGitGadget [this message]
2019-11-03 3:51 ` [PATCH 1/5] remove-annotate: change cmd_annotate to cmd_blame Abimbola via GitGitGadget
2019-11-03 19:59 ` Jakub Narebski
2019-11-04 4:04 ` Junio C Hamano
2019-11-03 3:51 ` [PATCH 2/5] edit the makefile Abimbola via GitGitGadget
2019-11-03 3:51 ` [PATCH 3/5] remove-annotate: comment out annotate BUILDIN_OBJS Abimbola via GitGitGadget
2019-11-03 3:51 ` [PATCH 4/5] remove-annotate: delete builtin annotate file Abimbola via GitGitGadget
2019-11-03 3:51 ` [PATCH 5/5] fix unproper comment in Makefile Abimbola via GitGitGadget
2019-11-04 4:13 ` Junio C Hamano
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=pull.442.git.1572753114.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=craftwordltd@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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 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.