issues
search
sourcegraph
/
go-vcs
manipulate and inspect VCS repositories in Go
https://sourcegraph.com/sourcegraph/go-vcs
Other
79
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
vcs: add DiffOptions.ContextLines field
#119
dmitshur
closed
1 year ago
1
Remove use of ioutil package
#117
ryanslade
closed
3 years ago
0
Update fmt.Errorf
#116
sourcegraph-bot
opened
4 years ago
0
Update Dependencies (Renovate Bot)
#115
renovate[bot]
opened
5 years ago
0
Enable Go modules
#114
unknwon
closed
5 years ago
1
vcs/git: build failure due to import path change in a dependency
#113
dmitshur
closed
5 years ago
4
cmd/go-vcs, vcs/hgcmd: update .../sourcegraph/go-diff/diff import path
#112
dmitshur
closed
5 years ago
1
vcs/gitcmd: not use --follow for glob pathspecs
#111
dmitshur
closed
5 years ago
0
vcs/gitcmd: Commits fails on pathspec with magic due to --follow parameter to git log
#110
dmitshur
closed
5 years ago
0
Travis: Run tests on Windows.
#109
dmitshur
closed
1 year ago
3
Fix inconsistency in annotated tag dereferencing; add test coverage for it.
#108
dmitshur
closed
6 years ago
0
Configure Renovate
#107
renovate[bot]
opened
6 years ago
0
Skip remaining few hg tests.
#106
dmitshur
closed
6 years ago
0
vcs/gitcmd: Use correct commit range in commitLog.
#105
dmitshur
closed
6 years ago
4
hg implementation broken
#104
dmitshur
opened
6 years ago
0
Fix CI.
#103
dmitshur
closed
6 years ago
2
vcs/gitcmd: Always provide -- separator.
#102
dmitshur
closed
6 years ago
1
all: Add RootType method to vfs.FileSystem implementations.
#101
dmitshur
closed
6 years ago
5
vcs/gitcmd does not build on HEAD
#100
h8liu
closed
6 years ago
3
vcs/gitcmd: need a way to UpdateEverything and propogate error/stderr
#99
devastating
opened
7 years ago
5
README: Fix broken links.
#98
dmitshur
closed
8 years ago
2
cmd/go-vcs: Remove deprecated dependency, improve consistency.
#97
dmitshur
closed
8 years ago
1
vcs/git: Make it not a fatal error when git submodule is missing details (URL).
#96
dmitshur
closed
8 years ago
5
Nested tag tests.
#95
emil2k
closed
8 years ago
0
Fix broken URLs.
#94
emil2k
closed
8 years ago
0
changed protobuf field names to camel case
#93
neelance
closed
8 years ago
0
git.getModTime panics on nil commit.Author field
#92
renfredxh
opened
8 years ago
4
eliminate "origin/" prefix from test expectation, add test message
#91
sqs
closed
8 years ago
0
TestRepository_UpdateEverything includes "origin/" prefix on some Git versions
#90
sqs
opened
8 years ago
3
remove libgit2 installation and related instructions
#89
sqs
closed
8 years ago
0
CI is failing due to removal of libgit2 backend
#88
slimsag
closed
8 years ago
2
vcs/gitcmd: unset GIT_ASKPASS prior to appension
#87
slimsag
closed
8 years ago
2
vcs/util/tracer: fix CrossRepoDiffer in gitcmd backend
#86
slimsag
closed
8 years ago
1
vcs/util/tracer: add a utility package for recording VCS operations to Appdash
#85
slimsag
closed
8 years ago
4
vcs/gitcmd: use 'git remote update --prune' option
#84
slimsag
closed
8 years ago
1
gitcmd: Correctly escape passwords
#83
keegancsmith
closed
8 years ago
3
Windows support - fixed pass helper
#82
alexsaveliev
closed
8 years ago
4
makeGitPassHelper may supply password as username.
#81
dmitshur
opened
9 years ago
0
Add UpdateResult to UpdateEverything method.
#80
dmitshur
closed
8 years ago
10
Proposal: Add UpdateResult to UpdateEverything method.
#79
dmitshur
closed
8 years ago
17
Refactor tests to be runnable on specific backends
#78
shazow
opened
9 years ago
6
gogits/git backend for git
#77
shazow
opened
9 years ago
2
Windows support
#76
alexsaveliev
closed
9 years ago
7
Ability to get the raw change of a commit?
#75
dmitshur
closed
9 years ago
3
vcs.FileLister followups.
#74
dmitshur
closed
9 years ago
3
added FileLister interface and ListFiles method to gitcmd
#73
pararthshah
closed
9 years ago
5
Add HTTPSConfig to RemoteOpts, ability to provide password.
#72
dmitshur
closed
9 years ago
1
Fetch list of committers in a repository
#71
pararthshah
closed
9 years ago
0
Fetch list of committers in a repository
#70
pararthshah
closed
9 years ago
2
Remove double if guard.
#69
dmitshur
closed
9 years ago
2
Next