1. 26 4月, 2016 1 次提交
  2. 22 11月, 2014 1 次提交
  3. 29 10月, 2014 1 次提交
  4. 28 10月, 2014 1 次提交
  5. 07 12月, 2013 1 次提交
    • Z
      difftool: display the number of files in the diff queue in the prompt · ee7fb0b1
      Zoltan Klinger 提交于
      When --prompt option is set, git-difftool displays a prompt for each
      modified file to be viewed in an external diff program.  At that
      point, it could be useful to display a counter and the total number
      of files in the diff queue.
      
      Below is the current difftool prompt for the first of 5 modified files:
      
          Viewing: 'diff.c'
          Launch 'vimdiff' [Y/n]:
      
      Consider the modified prompt:
      
          Viewing (1/5): 'diff.c'
          Launch 'vimdiff' [Y/n]:
      
      The current GIT_EXTERNAL_DIFF mechanism does not tell the number of
      paths in the diff queue nor the current counter.  To make this
      "counter/total" info available for GIT_EXTERNAL_DIFF programs
      without breaking existing ones by doing the following:
      
       - Keep track of the number of paths shown so far in diff_options;
      
       - Export two new environment variables from run_external_diff() to
         show the total number of paths (from diff_queue_struct) and the
         current value of the counter (from diff_options); and
      
       - Update git-difftool--helper to use these two environment variables.
      Signed-off-by: NZoltan Klinger <zoltan.klinger@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      ee7fb0b1
  6. 11 2月, 2013 1 次提交
  7. 24 4月, 2012 1 次提交
  8. 11 10月, 2011 1 次提交
  9. 19 8月, 2011 1 次提交
  10. 17 12月, 2010 1 次提交
  11. 23 1月, 2010 1 次提交
  12. 16 1月, 2010 2 次提交
  13. 10 1月, 2010 3 次提交
  14. 13 4月, 2009 1 次提交
  15. 08 4月, 2009 7 次提交
  16. 12 3月, 2009 1 次提交
  17. 01 2月, 2009 2 次提交
  18. 20 1月, 2009 2 次提交
  19. 19 1月, 2009 1 次提交
  20. 18 1月, 2009 1 次提交