1. 29 7月, 2007 1 次提交
  2. 07 6月, 2007 1 次提交
    • J
      War on whitespace · a6080a0a
      Junio C Hamano 提交于
      This uses "git-apply --whitespace=strip" to fix whitespace errors that have
      crept in to our source files over time.  There are a few files that need
      to have trailing whitespaces (most notably, test vectors).  The results
      still passes the test, and build result in Documentation/ area is unchanged.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      a6080a0a
  3. 06 3月, 2007 1 次提交
  4. 23 2月, 2007 1 次提交
    • J
      Teach git-diff-files the new option `--no-index` · d516c2d1
      Johannes Schindelin 提交于
      With this flag and given two paths, git-diff-files behaves as a GNU diff
      lookalike (plus the git goodies like --check, colour, etc.).  This flag
      is also available in git-diff.  It also works outside of a git repository.
      
      In addition, if git-diff{,-files} is called without revision or stage
      parameter, and with exactly two paths at least one of which is not tracked,
      the default is --no-index.
      
      So, you can now say
      
      	git diff /etc/inittab /etc/fstab
      
      and it actually works!
      
      This also unifies the duplicated argument parsing between cmd_diff_files()
      and builtin_diff_files().
      Signed-off-by: NJohannes Schindelin <johannes.schindelin@gmx.de>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      d516c2d1
  5. 18 1月, 2007 1 次提交
  6. 21 12月, 2006 1 次提交
    • J
      diff documentation: mostly talk about <commit> · ce054545
      Junio C Hamano 提交于
      This corrects minor remaining bits that still talked about <tree-ish>;
      the Porcelain users (as opposed to plumbers) are mostly interested in
      commits so use <commit> consistently and keep a sentence that mentions
      that <tree-ish> can be used in place of them.
      ce054545
  7. 16 12月, 2006 1 次提交
  8. 14 12月, 2006 1 次提交
    • J
      Update git-diff documentation · f5e6b89b
      Junio C Hamano 提交于
      Porcelain documentation should talk in terms of end-user workflow, not
      in terms of implementation details.  Do not suggest update-index, but
      git-add instead.  Explain differences among 0-, 1- and 2-tree cases
      not as differences of number of trees given to the command, but say
      why user would want to give these number of trees to the command in
      what situation.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      f5e6b89b
  9. 13 12月, 2006 1 次提交
    • J
      Revert "git-diff: Introduce --index and deprecate --cached." · f2dd1c9a
      Junio C Hamano 提交于
      This reverts commit 4c81c213.
      
      Although --cached and --index are confusing wording, the use of
      word --cached for git-diff is consistent with git-apply.  It means
      "work with index without looking at the working tree".
      
      We should probably come up with better wording for --cached, if
      somebody wants to deprecate it.  But making --index and --cached
      synonyms for diff while leaving them mean different things for
      apply is no good.
      f2dd1c9a
  10. 02 12月, 2006 1 次提交
  11. 09 7月, 2006 1 次提交
  12. 04 6月, 2006 1 次提交
  13. 29 4月, 2006 1 次提交
  14. 10 3月, 2006 1 次提交
  15. 29 12月, 2005 1 次提交
  16. 13 12月, 2005 1 次提交
  17. 05 12月, 2005 1 次提交
  18. 21 9月, 2005 1 次提交
  19. 08 9月, 2005 2 次提交
    • J
      Documentation updates. · 35ef3a4c
      Junio C Hamano 提交于
      Fill in more missing documentation.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      35ef3a4c
    • J
      Big tool rename. · 215a7ad1
      Junio C Hamano 提交于
      As promised, this is the "big tool rename" patch.  The primary differences
      since 0.99.6 are:
      
        (1) git-*-script are no more.  The commands installed do not
            have any such suffix so users do not have to remember if
            something is implemented as a shell script or not.
      
        (2) Many command names with 'cache' in them are renamed with
            'index' if that is what they mean.
      
      There are backward compatibility symblic links so that you and
      Porcelains can keep using the old names, but the backward
      compatibility support  is expected to be removed in the near
      future.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      215a7ad1
  20. 23 8月, 2005 1 次提交