Update some misc pieces

This commit is contained in:
rubyist 2015-01-30 12:17:19 -05:00
parent a70990ae6a
commit dda4e5baf1
3 changed files with 3 additions and 3 deletions

@ -232,7 +232,7 @@ func init() {
Root = filepath.Join(wd, "..") Root = filepath.Join(wd, "..")
Bin = filepath.Join(Root, "bin", "git-hawser") Bin = filepath.Join(Root, "bin", "git-hawser")
TempDir = filepath.Join(os.TempDir(), "git-media-tests") TempDir = filepath.Join(os.TempDir(), "hawser-tests")
env := os.Environ() env := os.Environ()
GitEnv = make([]string, 0, len(env)) GitEnv = make([]string, 0, len(env))

@ -15,7 +15,7 @@ const Version = "0.3.5"
var ( var (
LargeSizeThreshold = 5 * 1024 * 1024 LargeSizeThreshold = 5 * 1024 * 1024
TempDir = filepath.Join(os.TempDir(), "git-media") TempDir = filepath.Join(os.TempDir(), "hawser")
UserAgent string UserAgent string
LocalWorkingDir string LocalWorkingDir string
LocalGitDir string LocalGitDir string

@ -49,7 +49,7 @@ func NewCommand(input Creds, subCommand string) *CredentialCmd {
process is the process that fires up the daemon, it will wait forever process is the process that fires up the daemon, it will wait forever
(until the daemon exits, really) trying to read from stderr. (until the daemon exits, really) trying to read from stderr.
See https://github.com/github/git-media/issues/117 for more details. See https://github.com/github/hawser/issues/117 for more details.
*/ */
return &CredentialCmd{buf1, subCommand, cmd} return &CredentialCmd{buf1, subCommand, cmd}