Как я могу узнать, как этот коммит был сброшен?
Следующие команды не показывают историю фиксации в журнале:
git log -p apps/grants/views.py
gitk apps/grants/views.py
Но следующие все показывают коммит в журнале:
git log
git log --follow -p apps/grants/views.py
git show 5034d44861fcc39fc28b069501577c8d15321b4f
ОБНОВЛЕНИЕ: файлы не были переименованы в коммите. Вот вывод 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(-)