git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/5] Teach git annotate to use parse option instead of its own argv
@ 2019-11-03  3:51 Abimbola Olaitan via GitGitGadget
  2019-11-03  3:51 ` [PATCH 1/5] remove-annotate: change cmd_annotate to cmd_blame Abimbola via GitGitGadget
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Abimbola Olaitan via GitGitGadget @ 2019-11-03  3:51 UTC (permalink / raw)
  To: git; +Cc: Abimbola Olaitan, Junio C Hamano

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

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

end of thread, other threads:[~2019-11-04  4:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-03  3:51 [PATCH 0/5] Teach git annotate to use parse option instead of its own argv Abimbola Olaitan via GitGitGadget
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

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).