风起漂泊 发表于 2015-8-30 14:01:04

Git For Windows 2.5.0 发布

UI, Workflows & Features  

  
 * The bash completion script (in contrib/) learned a few options that
  
   "git revert" takes.
  

  
 * Whitespace breakages in deleted and context lines can also be
  
   painted in the output of "git diff" and friends with the new
  
   --ws-error-highlight option.
  

  
 * List of commands shown by "git help" are grouped along the workflow
  
   elements to help early learners.
  

  
 * "git p4" now detects the filetype (e.g. binary) correctly even when
  
   the files are opened exclusively.
  

  
 * git p4 attempts to better handle branches in Perforce.
  

  
 * "git p4" learned "--changes-block-size " to read the changes in
  
   chunks from Perforce, instead of making one call to "p4 changes"
  
   that may trigger "too many rows scanned" error from Perforce.
  

  
 * More workaround for Perforce's row number limit in "git p4".
  

  
 * Unlike "$EDITOR" and "$GIT_EDITOR" that can hold the path to the
  
   command and initial options (e.g. "/path/to/emacs -nw"), 'git p4'
  
   did not let the shell interpolate the contents of the environment
  
   variable that name the editor "$P4EDITOR" (and "$EDITOR", too).
  
   This release makes it in line with the rest of Git, as well as with
  
   Perforce.
页: [1]
查看完整版本: Git For Windows 2.5.0 发布