1. 14 3月, 2010 1 次提交
  2. 05 3月, 2010 1 次提交
    • J
      git diff --submodule: Show detailed dirty status of submodules · c7e1a736
      Jens Lehmann 提交于
      When encountering a dirty submodule while doing "git diff --submodule"
      print an extra line for new untracked content and another for modified
      but already tracked content. And if the HEAD of the submodule is equal
      to the ref diffed against in the superproject, drop the output which
      would just show the same SHA1s and no commit message headlines.
      
      To achieve that, the dirty_submodule bitfield is expanded to two bits.
      The output of "git status" inside the submodule is parsed to set the
      according bits.
      Signed-off-by: NJens Lehmann <Jens.Lehmann@web.de>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      c7e1a736
  3. 25 1月, 2010 1 次提交
  4. 17 1月, 2010 1 次提交
  5. 20 10月, 2009 1 次提交