Skip to content
Snippets Groups Projects
  1. Feb 04, 2014
  2. Jan 22, 2014
  3. Oct 15, 2013
  4. May 04, 2013
  5. May 03, 2013
  6. Nov 15, 2012
  7. Oct 19, 2012
    • John Koleszar's avatar
      lint-hunks: better support for working tree · 6e364a57
      John Koleszar authored
      When run with no arguments, report warnings in the diff between the
      working tree and HEAD. With arguments, report warnings in the diff
      between the named commit and its parents.
      
      Change-Id: Ie10dcdecb303edf8af51bad645cc11206a1fc26b
      6e364a57
  8. Oct 18, 2012
    • John Koleszar's avatar
      lint-hunks: exit status for only affected lines · 13d69d40
      John Koleszar authored
      Prior to this patch, if there were any lint errors, this script would
      exit with an error, even if those errors were not in the hunks being
      tested by this script. This change makes it so that if any lint lines
      are printed, an error is returned.
      
      Change-Id: I69c8bef4367ccf25d287508f29e587b1f4426143
      13d69d40
  9. Oct 17, 2012
  10. Aug 27, 2012
  11. Aug 21, 2012
  12. Aug 10, 2012
  13. Aug 09, 2012
  14. Aug 08, 2012
  15. May 05, 2012
  16. Apr 12, 2012
  17. Apr 04, 2012
  18. Mar 30, 2012
    • 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
  19. Mar 29, 2012
    • 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
  20. Mar 28, 2012
    • John Koleszar's avatar
      FTFY: an automated style corrector · cb265a49
      John Koleszar authored
      This is a utility for applying a limited amount of style correction on
      a change-by-change basis. Rather than a big-bang reformatting, this
      tool attempts to only correct the style in diff hunks that you touch.
      This should make the cosmetic changes small enough that we can mix them
      with functional changes without destroying the diffs, and there's an
      escape hatch for separating the reformatting to a second commit for
      purists and cases where it hurts readability.
      
      At this time, the script requires a clean working tree, so run it after
      you've commited your changes. Run without arguments, the style
      corrections will be applied and left unstaged in your working copy. It
      also supports the --amend option, which will automatically amend your
      HEAD with the corrected style, and --commit, which will create a new
      change dependent on your HEAD that contains only the whitespace changes.
      
      There are a number of ways this could be applied in an automated manner
      if this proves to be useful, either on a project-wide or per-user
      basis. This doesn't buy anything in terms of real code quality, the
      intent here would be to keep formatting nits out of review comments in
      favor of more meaningful ones and help people whose habitual style
      doesn't match the baseline.
      
      Requires astyle[1] 1.24 or newer.
        [1]: http://astyle.sourceforge.net/
      
      Change-Id: I2fb3434de8479655e9811f094029bb90e5d757e1
      cb265a49
  21. Aug 19, 2011
    • John Koleszar's avatar
      tools: author_first_release.sh · 2f964bac
      John Koleszar authored
      First version of a simple tool to get a list of the version a user first
      contributed to.
      
      Change-Id: I8f1b1fef5343de269c4b6209632c9cedc2cf1a37
      2f964bac
  22. Jun 16, 2010
    • John Koleszar's avatar
      Generate AUTHORS file with a script · f84f9490
      John Koleszar authored
      This information is in git, so it's better to use that as a source than
      updating this file manually. This script can be run manually at release
      time for now, or we can set up a cron job sometime in the future.
      
      Change-Id: I0344135ceb9c04ed14e2e2d939a93194e35973db
      f84f9490
Loading