I would think that when I run a git diff on two specific SHA's it would
have the same
output as a git log with the same two SHA's when run with the
--name-status.
How did the file get changed if it wasn't done as part of the commit and
that
should show in the log!
> git diff b504ef5 29aa66f8 --name-status
M src/DbLibrary/BatchTable.cpp
M src/DbSchema/pkg/data_extracts.pkb
M src/DbSchema/schema/raise_mr_db.sql
[/home/luke/rridpath/work/git/RAISEInvestigate/src/DbLibrary]
> git log b504ef5..29aa66f8 --name-status
commit 29aa66f83dfdcfc80670a6e125456b5db6a2c59a
Author: Removed For Security
Date: Thu Jan 24 19:58:39 2013 -0700
Remove Unique Key of Sending_sid, Receiveing_sid of BATCH_SEQUENCE
table;
Fix threshold level on DUSGE refactoring
M src/DbSchema/pkg/data_extracts.pkb
M src/DbSchema/schema/raise_mr_db.sql
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.