diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2019-02-05 22:47:01 +0100 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-02-05 21:47:01 +0000 |
commit | c20034be31034f135f4e5f0a995ae82c318516c2 (patch) | |
tree | 124952a1b21db58526e9776c7393203b4f2b5305 /Gopkg.lock | |
parent | 2ec9bf9048b86092c3c31a150df75eae753df7c1 (diff) | |
download | gitea-c20034be31034f135f4e5f0a995ae82c318516c2.tar.gz gitea-c20034be31034f135f4e5f0a995ae82c318516c2.zip |
Display the branch name in the commit view (#5950)
* add branch info
* Remove blank lines
* Remove blank lines
* update git dependency
Diffstat (limited to 'Gopkg.lock')
-rw-r--r-- | Gopkg.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gopkg.lock b/Gopkg.lock index ba21eca95c..0df0cf57d0 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -3,11 +3,11 @@ [[projects]] branch = "master" - digest = "1:8a6c3c311918c0f08fa2899feae2c938a9bf22b51378e3720d63b80aca4e80aa" + digest = "1:537ed734fb4869453583d9ce24d93bf68c88287082778efe55ae749970a1012a" name = "code.gitea.io/git" packages = ["."] pruneopts = "NUT" - revision = "d04f81a6f8979be39da165fc034447a805071b97" + revision = "fbe468c7a634991285eaa1f93e73431e3edfc471" [[projects]] branch = "master" |