hao0089 发表于 2018-9-19 06:41:15

Git学习教程(七) Git差异比对

$ git diff v1.6.1.1 v1.6.1.2 --stat  Documentation/RelNotes-1.6.1.2.txt |   39 +++++++++++++
  Documentation/config.txt         |    4 +-
  Documentation/git-ls-tree.txt      |    8 +++-
  GIT-VERSION-GEN                  |    2 +-
  RelNotes                           |    2 +-
  builtin-commit.c                   |    6 ++
  builtin-gc.c                     |    8 ++-
  builtin-grep.c                     |   15 +++++-
  builtin-log.c                      |   28 +++++++++-
  builtin-ls-tree.c                  |    7 ++-
  builtin-send-pack.c                |   43 +++++++--------
  diffcore-rename.c                  |    9 +++-
  git-sh-setup.sh                  |    2 +-
  sha1_file.c                        |    3 +-
  sha1_name.c                        |    2 +-
  t/t2300-cd-to-toplevel.sh          |    4 +-
  t/t4014-format-patch.sh            |   52 +++++++++++++++++-
  t/t5519-push-alternates.sh         |106 ++++++++++++++++++++++++++++++++++++
  t/t7002-grep.sh                  |    7 +++
  test-path-utils.c                  |    2 +-
  20 files changed, 306 insertions(+), 43 deletions(-)

页: [1]
查看完整版本: Git学习教程(七) Git差异比对