index
:
beku
dev
main
Library and program to manage Go packages in user's environment.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package_git.go
Age
Commit message (
Expand
)
Author
2018-09-29
package_git: check for empty tag which cause empty version
Shulhan
2018-09-15
package_git: call continue if branch name match with "master"
Shulhan
2018-09-15
package: get remote branch if its empty
Shulhan
2018-09-15
package_git: check for empty branches when getting branch
Shulhan
2018-09-14
Get and save package remote branch in database
Shulhan
2018-09-14
Add freeze methods to package
Shulhan
2018-09-13
Replace git and common functions with package share/lib/{git,io}
Shulhan
2018-07-02
package.gitCheckoutVersion: do not use "git stash"
Shulhan
2018-06-06
gitCheckoutVersion: run git clean to make sure no untracked files left
Shulhan
2018-06-05
gitUpdate: do not return if version is matched with new package version
Shulhan
2018-06-05
gitCheckoutVersion: use master branch as HEAD for current version
Shulhan
2018-06-05
package.gitCheckoutVersion: check for empty version
Shulhan
2018-06-04
[chore] Add copyright information
Shulhan
2018-06-04
Add common option "-V, --vendor" to work with vendor directory
Shulhan
2018-06-04
[chore] Add context to debug output
Shulhan
2018-05-29
Fetch new package commits before updating version
Shulhan
2018-05-27
package: gitCheckoutVersion: stash change before checking out version
Shulhan
2018-05-27
package: display command directory on debug output
Shulhan
2018-05-26
Wrap println debug statements with Debug variable
Shulhan
2018-05-24
Replace "log" with "fmt"
Shulhan
2018-05-21
Use filepath.Join when applicable
Shulhan
2018-05-21
package.gitClone: return error if destination directory is not empty
Shulhan
2018-05-19
Implement package installation
Shulhan
2018-05-19
[test] package: add unit test for String, Update, and UpdateMissingDep
Shulhan
2018-05-17
[test] Add unit test for package Scan
Shulhan
2018-05-17
[test] Add unit test for package Fetch with git
Shulhan
2018-05-17
Change git compare from using browser to using "git log"
Shulhan
2018-05-16
Add package synchronize operation (--sync,-S)
Shulhan