1. 26 9月, 2015 1 次提交
  2. 29 7月, 2015 1 次提交
  3. 09 7月, 2015 2 次提交
  4. 08 7月, 2015 1 次提交
  5. 07 7月, 2015 1 次提交
    • W
      Fix spurious test failure when GIT_EDITOR is set · 74dcadf4
      Will Maier 提交于
      `git var` checks the `$GIT_EDITOR` environment variable before the `core.editor` config knob. `TestGitDir` intends to verify that the latter is respected, so sanitize the environment before running the test and restore it upon completion.
      74dcadf4
  6. 13 6月, 2015 3 次提交
  7. 10 6月, 2015 2 次提交
  8. 05 6月, 2015 1 次提交
    • M
      Fix parsing arguments for `browse` command · d45511c7
      Mislav Marohnić 提交于
      After `browse` was indicated as "GitExtension: false", it now gets
      automatically parsed by pflag library. That has an adverse effect that
      it loses information about the `--` value being passed, since pflag
      treats it as terminator value and swallows it silently.
      
      Now, introduce the `args.Terminator` property to check if terminator was
      present or not, and use that in `browse` to restore previous behavior.
      d45511c7
  9. 04 6月, 2015 1 次提交
  10. 03 6月, 2015 6 次提交
  11. 02 6月, 2015 1 次提交
  12. 22 5月, 2015 2 次提交
  13. 14 5月, 2015 1 次提交
  14. 23 4月, 2015 2 次提交
  15. 14 4月, 2015 2 次提交
  16. 13 4月, 2015 2 次提交
  17. 07 4月, 2015 5 次提交
  18. 03 4月, 2015 1 次提交
  19. 02 4月, 2015 1 次提交
  20. 04 3月, 2015 2 次提交
  21. 26 2月, 2015 2 次提交