The diff of these SHA's shows a real difference on the BatchTable.cpp file:

> git diff b504ef5 29aa66f8                                                 
  
diff --git a/src/DbLibrary/BatchTable.cpp b/src/DbLibrary/BatchTable.cpp
index dc59973..ab328ed 100755
--- a/src/DbLibrary/BatchTable.cpp
+++ b/src/DbLibrary/BatchTable.cpp
@@ -233,8 +233,6 @@ int BatchTable::populateColumns(BatchEntry& targetEntry)
     << 
getNullOrValue(targetEntry.getOriginalTotalChargesAndTaxesInTrailerAsDBF
     << ", BATCH_CONTENTS = " << 
getNullOrValue(targetEntry.getBatchContentsAsDB
     << ", IS_RHUB = q'[" << targetEntry.getIsRoamingHub() << "]'"
-    << ", RAW_HEADER = q'[" << 
targetEntry.getRawHeader().getBufferAsString() <
-    << ", RAW_TRAILER = q'[" << 
targetEntry.getRawTrailer().getBufferAsString()
     << ", MODIFIED_BY = q'[" << 
targetEntry.getModifiedBy().getBufferAsString()
     << ", MODIFICATION_NOTES = q'[" << 
targetEntry.getModificationNotes().getBu
 


On Monday, January 28, 2013 11:46:06 PM UTC-7, rrid...@transydian.com wrote:
>
> 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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to