zrong 发表于 2015-7-26 06:05:58

SmartGit 7 preview 12 发布,Git 客户端

新特性和改进  
--------------------------
  
- Git:
  
  - Blame: follows merge source (instead of primary parent) if creation was in
  
    merge source
  
  - Commit: performance improvement (detecting pushed commits)
  
  - Reset: one global option for the reset type (hard, mixed, soft) instead of
  
    repository specific
  
- Hg:
  
  - Push: if bookmark is checked out, it's been preselected for pushing
  
  - Repository root: show checked out bookmark instead of belonging branch
  

  
Bugs 修复
  
----------
  
- Git
  
  - Compare two files with each other: keeps repository in locked state
  
  - Log:
  
    - when logging a renamed file in an older, checked out branch, history
  
      might end prematurely
  
    - Reveal:
  
      - possible internal error
  
      - does not work if graph is empty
  
      - after failed reveal, e.g. because Graph was empty, context menu was
  
        shown incorrectly without new selection
  
  - Reset hard: complained about overwriting Index or working tree changes
  
    when a submodule has checked out a different commit
  
- Hg:
  
  - Branches view: after "hg update -C" the bookmark was shown as "current"
  
    where it just was "active"
  
  - Discard Cherry-Pick/Merge: after execution checked out bookmark was not
  
    checked out any more
  
  - Merge two heads: failed if bookmark was checked out
  
  - Outgoing: merge commits were not detected and displayed correctly
  
- GUI:
  
  - fixed tab order and layout in several dialogs
  
- Other:
  
  - launching 2nd SmartGit instead did not open window in 1st SmartGit instance
  
  - Linux: if no local port could be created after Linux update, show error
  
    instead of bug dialog
页: [1]
查看完整版本: SmartGit 7 preview 12 发布,Git 客户端