Skip to content

Releases: x-motemen/ghq

Checking in changes prior to tagging of version v0.12.6

31 May 07:44
Compare
Choose a tag to compare

v0.12.6 (2019-05-31)

  • Removing port number from local directory. #182 (gmidorii)

Checking in changes prior to tagging of version v0.12.5

29 May 04:51
Compare
Choose a tag to compare

v0.12.5 (2019-05-29)

Checking in changes prior to tagging of version v0.12.4

24 May 14:32
Compare
Choose a tag to compare

Checking in changes prior to tagging of version v0.12.3

20 May 04:17
Compare
Choose a tag to compare

v0.12.3 (2019-05-16)

  • [fix] Ignore files which seems to system hidden file in walking #176 (Songmu)
  • [fix] Fix the list if symlink is in the same directory #174 (at-grandpa)
  • [refactoring] introduce Songmu/gitconfig #175 (Songmu)
  • [refactoring] Get ghq.completeUser strictly as a boolean value #172 (Songmu)

Checking in changes prior to tagging of version v0.12.2

12 May 11:56
Compare
Choose a tag to compare

v0.12.2 (2019-05-12)

  • [fix] remove extra / from ref when path has "/" prefix #167 (sakihet)
  • [fix] refine local cloning path detection #171 (Songmu)
  • [fix] skip go-import mod in detectGoImport #170 (Songmu)
  • [fix] even if the GHQ_ROOT directory doesn't exist, don't raise an error #168 (Songmu)

Checking in changes prior to tagging of version v0.12.1

06 May 18:37
Compare
Choose a tag to compare

Checking in changes prior to tagging of version v0.12.0

06 May 18:19
Compare
Choose a tag to compare

v0.12.0 (2019-05-06)

  • get lock using repoPath to avoid duplicate get on import #163 (Songmu)
  • separate gitutil package from main and utilize it #162 (Songmu)
  • support deep directory in GitRepository like 'github.com/motemen/ghq/logger' #161 (Songmu)
  • Test enhancement #160 (Songmu)
  • add TestLocalRepository_VCS #159 (Songmu)

Checking in changes prior to tagging of version v0.11.2

05 May 19:43
Compare
Choose a tag to compare

v0.11.2 (2019-05-05)

  • [bugfix] walk up directory when finding VCS of LocalRepository to avaid panics #158 (Songmu)
  • bzr pull --overwrite same as go get #157 (Songmu)

Checking in changes prior to tagging of version v0.11.1

05 May 15:17
Compare
Choose a tag to compare

v0.11.1 (2019-05-05)

  • [feature] List vcs option #155 (msh5)
  • [testing] add TestDoImport #156 (Songmu)
  • [fix] fix findVCSBackend and add tests #154 (Songmu)
  • [fix] Make sure the directory exists with the exact name #145 (knu)
  • [bugfix] Fix fossil support #153 (Songmu)
  • [testing] add TestDoList_query #152 (Songmu)
  • [testing] add TestRunInDirSilently #151 (Songmu)
  • [testing] add more tests in TestDoLook #150 (Songmu)
  • [testing] add TestDoLook #149 (Songmu)
  • [refactoring] remove NewFakeRunner which not used #148 (Songmu)
  • [refactoring] Commonize doGet and doImport processing for refactoring #147 (Songmu)
  • [testing] add test for ghq root #146 (Songmu)

Checking in changes prior to tagging of version v0.11.0

01 May 05:53
Compare
Choose a tag to compare

v0.11.0 (2019-05-01)

  • Delete codes for the services turned down (Google Code and JazzHub) #144 (Songmu)
  • reduce linter warnings #143 (Songmu)
  • remove ghq.import. feature #137 (Songmu)
  • Remove gomega #142 (Songmu)
  • Streamline VCS detection for local repositories #141 (Songmu)
  • introduce table driven test in TestCommandGet #140 (Songmu)
  • "bzr" as Bazaar #139 (Songmu)
  • Support bazaar #87 (shigemk2)
  • [experimental] support parallel import by using --parallel option #136 (Songmu)
  • add -silent option to get and import #135 (Songmu)
  • Stop exec on unix in the look subcommand in order to share code with windows #134 (Songmu)
  • [list] accept url as a query #133 (Songmu)
  • adjust NewURL() #132 (Songmu)