1. 08 Aug, 2012 - 1 commit
  2. 30 Mar, 2012 - 1 commit
    • James Zern's avatar
      tools/wrap-commit-msg.py: fix file truncation · 00794a93
      James Zern authored
      truncate() operates from the current file pointer position. On at least
      Linux specifying 0 without resetting the pointer will pad the file with
      zeros to the current offset.
      
      Change-Id: Ide704a1097f46c0c530f27212bb12e923f93e2d6
      00794a93
  3. 29 Mar, 2012 - 1 commit
    • John Koleszar's avatar
      FTFY: support wordwrapping commit messages · a46ec165
      John Koleszar authored
      It's common for commit messages to be wrapped at odd places. git-gui
      is often to blame. Adds support for automatically fixing up these
      messages if running ftfy --amend, and adds a new option --msg-only for
      fixing only the commit message.
      
      Change-Id: Ia7ea529f8cb7395d34d9b39f1192598e9a1e315b
      a46ec165