1. 26 9月, 2015 1 次提交
    • J
      Handle git worktrees when computing the head repo · bb550cec
      Jason Zaugg 提交于
      Git 1.5.0 introduces support for worktrees. A worktree has a
      .git file, rather than a folder. (The file contents points to to a
      .git folder buried underneath the .git folder of the main repository.)
      
      A new option has been added to resolve paths within the git dir,
      `git rev-parse --git-path foo/bar`.
      
      The commit uses this new facility, but falls back to the old approach
      for backwards compability.
      
      Fixes #969
      bb550cec
  2. 21 7月, 2015 1 次提交
  3. 20 7月, 2015 1 次提交
  4. 10 7月, 2015 1 次提交
  5. 09 7月, 2015 10 次提交
  6. 08 7月, 2015 1 次提交
  7. 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
  8. 13 6月, 2015 3 次提交
  9. 10 6月, 2015 2 次提交
  10. 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
  11. 04 6月, 2015 1 次提交
  12. 03 6月, 2015 6 次提交
  13. 02 6月, 2015 1 次提交
  14. 22 5月, 2015 2 次提交
  15. 14 5月, 2015 1 次提交
  16. 23 4月, 2015 2 次提交
  17. 14 4月, 2015 2 次提交
  18. 13 4月, 2015 2 次提交
  19. 07 4月, 2015 1 次提交