1. 31 10月, 2015 2 次提交
    • M
      Merge pull request #1022 from github/git-C-path · d1b2bb3b
      Mislav Marohnić 提交于
      Properly support `-C` git global flag
      d1b2bb3b
    • M
      Properly support `-C` git global flag · b51be1cf
      Mislav Marohnić 提交于
      From git documentation:
      
          -C <path> : Run as if git was started in <path> instead of the
                      current working directory. When multiple -C options are
                      given, each subsequent non-absolute -C <path> is
                      interpreted relative to the preceding -C <path>.
      
      We correctly forwarded the `-C <path>` values as git global flags to git
      invocations such as `git rev-parse --git-dir`, but that command is
      designed to return the result as a relative path to the value computed
      from `-C`. This adds an extra step to transform this relative path to an
      absolute one by applying values of `-C` as the base directory.
      b51be1cf
  2. 23 10月, 2015 1 次提交
  3. 20 10月, 2015 1 次提交
  4. 18 10月, 2015 1 次提交
  5. 14 10月, 2015 2 次提交
  6. 30 9月, 2015 1 次提交
  7. 28 9月, 2015 10 次提交
  8. 27 9月, 2015 9 次提交
  9. 26 9月, 2015 8 次提交
  10. 14 8月, 2015 1 次提交
  11. 13 8月, 2015 1 次提交
  12. 12 8月, 2015 1 次提交
  13. 07 8月, 2015 1 次提交
  14. 06 8月, 2015 1 次提交