1. 23 5月, 2014 1 次提交
  2. 20 5月, 2014 1 次提交
  3. 18 5月, 2014 7 次提交
    • M
      Merge branch 'commentchar' · 9c589396
      Mislav Marohnić 提交于
      9c589396
    • M
      Don't re-wrap default pull request message taken from commit · 8a8ee07d
      Mislav Marohnić 提交于
      Re-wrapping to 78 chars was dangerous since it could lead to moving
      a #-reference to the beginning of a line which would then get
      interpreted as a comment.
      
      Wrapping pull request message is not useful anyway since it's Markdown.
      For best results when rendered, users should unwrap their text.
      
      Fixes #548, closes #570
      8a8ee07d
    • M
      Revert "Allow help pager to clear screen on exit" · 45003e19
      Mislav Marohnić 提交于
      This reverts commit 5a942210.
      
      Removing "X" from `less` configuration did help to clear the screen on
      exit, but also led to paginated output being swallowed up when the
      output was less than one page (i.e. one line). I have no idea what
      actually happens, but it's important to bring back full output.
      
      I couldn't find a way to have paginated output cleared on exit at the
      same time as having single-page output normally.
      
      Fixes #520, reopens #368
      45003e19
    • M
      Respect git "core.commentchar" setting · 1570fec3
      Mislav Marohnić 提交于
      The comment char is read from git config if it exists, but defaults to
      "#" as before.
      
      Fixes #530
      1570fec3
    • M
      Merge branch 'encoding-fix' · e806603b
      Mislav Marohnić 提交于
      e806603b
    • M
      Fix generating standalone script in bundle context · 566de058
      Mislav Marohnić 提交于
      `bundle exec rake standalone` in development mode would try to shell out
      to `ruby --disable-gems` to detect 1.9 support, but that would fail
      because Bundler tries to propagate itself through RUBYOPT and
      `--disable-gems` obviously doesn't play along with it.
      566de058
    • M
      Fix "invalid byte sequence" errors in `pull-request` · ea0103fb
      Mislav Marohnić 提交于
      If the user's `LANG` environment variable doesn't include "UTF-8", the
      default external encoding in Ruby will be US-ASCII and as such, string
      operations will fail dealing with pull request message or changelog that
      contains non-ASCII characters.
      
      This explicitly configures external encoding in hub to default to "UTF-8".
      This applies to data over ARGV, `$stdin.read`, and reading files.
      
      Fixes #566
      ea0103fb
  4. 16 5月, 2014 2 次提交
  5. 16 4月, 2014 4 次提交
  6. 31 3月, 2014 1 次提交
  7. 27 3月, 2014 1 次提交
  8. 12 3月, 2014 1 次提交
  9. 09 3月, 2014 2 次提交
  10. 01 3月, 2014 8 次提交
  11. 28 2月, 2014 6 次提交
  12. 27 2月, 2014 1 次提交
  13. 25 2月, 2014 1 次提交
  14. 16 2月, 2014 3 次提交
  15. 12 2月, 2014 1 次提交