Hay dos commands que muestran el logging en formatting de una línea y el resumen entre dos confirmaciones:
$ git log --oneline -3 450a63c Add some tests for enum option scoped 4a959f7 Make enum values children of enums when option scoped is specified on the enum, and handle this in the C++ generator by prefixing the enum values with the name of the enum type. b1649ac Add option scope to EnumOptions $ git diff --stat --summary b1649ac..450a63c benchmarks/readme.txt | 22 +++++++++------------- csharp/src/Reflection/Descriptor.cs | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------ docs/third_party.md | 1 + protobuf.bzl | 4 ++--
¿Es posible mostrar cada compromiso junto con un resumen modificado? Como siguiendo:
$ git ??? 450a63c Add some tests for enum option scoped benchmarks/readme.txt | 22 +++++++++------------- 4a959f7 Make enum values children of enums docs/third_party.md | 1 + protobuf.bzl | 4 ++-- b1649ac Add option scope to EnumOptions csharp/src/Reflection/Descriptor.cs | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
git log --oneline --stat
Ejemplo:
2a85630 Error de reparación, el button de export no puede exportar el valor '0' forms / gridfield / GridFieldExportButton.php | 2 + - tests / forms / gridfield / GridFieldExportButtonTest.php | 18 ++++++++++++++++ - tests / forms / gridfield / GridFieldExportButtonTest.yml | 2 ++ 3 files cambiados, 19 inserciones (+), 3 eliminaciones (-) c401d9d nuevo agregado hide_from_cms_tree y hide_from_hierarchy model / Hierarchy.php | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++ ---- testings / model / HierarchyTest.php | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ +++ - testings / model / HierarchyTest.yml | 12 ++++++++++++ 3 files cambiados, 121 inserciones (+), 6 eliminaciones (-) 79d0590 ERROR Fix singleton ('DBLocale') model / fieldtypes / DBLocale.php | 2 + - 1 file modificado, 1 inserción (+), 1 eliminación (-)