How can I investigate how this commit was removed?
The following commands do not show the history of commit in the log:
git log -p apps/grants/views.py
gitk apps/grants/views.py
But all of the following show logging:
git log
git log --follow -p apps/grants/views.py
git show 5034d44861fcc39fc28b069501577c8d15321b4f
UPDATE: files were not renamed to commit. Here's the output of git log --stat
:
apps / articles / views.py | 4 + -
apps / grants / tests.py | 16 +++++++ -----
apps / grants / views.py | 20 +++++++++ ------
static / css / modules.css | 36 ++++++++++++++ --------------
templates / articles / learning_landing.html | 2 + -
templates / grants / fellow_detail.html | 10 +++++++++
templates / modules / fellow_search_form.html | 2 + -
7 files changed, 53 insertions (+), 37 deletions (-)
source share