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