1
0
mirror of https://github.com/go-gitea/git.git synced 2026-02-06 00:46:27 +01:00
Commit Graph

150 Commits

Author SHA1 Message Date
Bo-Yi Wu
df4da02537 replace gitter chat with discord 2017-06-10 21:47:38 +08:00
Ethan Koenig
a709880af9 Use cross-platform path separator (#59) 2017-06-06 01:50:37 -05:00
Ethan Koenig
544c5b3fbd Fix parsing bug in GetTagInfos (#58)
* Fix parsing bug in GetTagInfos

* Comment
2017-06-06 10:00:19 +08:00
Ethan Koenig
7b07391b09 Fix bug in GetCommitInfos (#57) 2017-06-01 08:33:00 +08:00
Ethan Koenig
c98a6f353a Return error from cmd.Wait() (#56) 2017-05-29 19:48:12 +08:00
Ethan Koenig
56f6a2c9bb Use b.Fatal in benchmark tests (#55) 2017-05-27 08:35:32 +08:00
Ethan Koenig
ec4446b83c Faster commit lookup (#53)
* Add bench task

* Create tree_entry_test.go

* Remove init time

* Add TODO information

* Add linux repo

* Faster implementation of GetCommitsInfo

* Start/stop timer

* Use benchmark/ directory for benchmark repos
2017-05-26 23:08:20 +08:00
Dennis Keitzel
43e52163f8 Return empty list of branches if repository is bare. (#39)
Signed-off-by: Dennis Keitzel <github@pinshot.net>
2017-05-26 13:12:24 +08:00
Mura Li
4c374b37db Rectify error handling (#44)
* Rectify error handling

* Log the error returned by exec.Wait
2017-05-26 13:11:55 +08:00
Lunny Xiao
f0a094c4f9 add options force to push (#52) 2017-05-23 09:47:37 +08:00
Antoine GIRARD
826198d004 Add @sapk to MAINTAINERS (#51) 2017-05-20 13:10:29 +08:00
Jonas Östanbäck
af05861a43 Add GetLatestCommitTime (#45) 2017-05-19 22:45:22 +08:00
Lauris BH
1b9115bba4 Update MAINTAINERS (#50) 2017-05-05 08:44:10 +08:00
Bo-Yi Wu
ed175468f8 fix tag contain character ")" 2017-05-04 13:13:45 +02:00
Lunny Xiao
3f99247c0d ask git version from 1.7.10 to 1.8.1.6 since git log command needs (#48) 2017-04-26 21:12:33 +08:00
Jonas
ee1a3979ab Panic if Git version is < GitVersionRequired (#46)
* Panic if Git version is < GitVersionRequired

* Update GitVersionRequired comment

* Correct copyright
2017-04-19 09:40:51 +08:00
Mura Li
d5e562cdbc Add tests for RunInDirTimeoutPipeline (#42) 2017-04-08 13:30:39 +08:00
Mura Li
135704d70e Use exec.CommandContext for timeout control 2017-04-07 15:30:02 +02:00
Jonas
1b3739cb64 Add GetRepoSize implemented using count-objects (#40) 2017-04-05 04:00:48 -07:00
Philippe Kueck
5b41327cca use --follow on file history to show log across renames (#37)
* use --follow on file history to show log across renames

* revert changes in commitsByRange
2017-03-21 08:52:03 +08:00
Antoine GIRARD
337468881d Add GPG payload to commit information if present (#36)
* Add GPG payload to commit information if present

based on : 3bc53220cb/commit.c (L1128)

* Fix missing data in payload + leading space in Signature
2017-03-13 23:07:03 +08:00
Lunny Xiao
0c5c19363a use a new hooks dir struct (#34) 2017-02-24 17:20:33 +08:00
Thomas Boerger
2187360155 Merge pull request #32 from makhov/feature/blame
Adding git blame
2017-02-06 09:32:33 +01:00
Alexey Makhov
176c7432bf Adding git blame 2017-02-06 00:16:38 +03:00
Zsombor
dd951bf625 Add ability to search for commit messages in all the branches (#31) 2017-02-05 10:50:57 +08:00
Bwko
5ca194327e Update contributing & maintainers file (#30) 2017-01-25 10:29:54 +08:00
Bwko
8a6974f7f2 Add CreateBranch command (#29) 2017-01-17 22:11:27 +08:00
Lunny Xiao
7477742b3c fix bug in get repo tag infos (#28) 2017-01-09 23:46:57 +08:00
Bo-Yi Wu
06b66007b4 fix misspell word. (#24)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-01-06 09:19:55 +08:00
Lunny Xiao
a3ee12b97a Add get tags info method for releases (#27)
* add get tags info method for releases

* composite variable decleare
2017-01-05 10:48:44 +08:00
Bo-Yi Wu
5f81d4b588 update maintainer list for LGTM 2017-01-03 02:34:01 +01:00
Bwko
61d0a049ae Replace pull request with issue at issue_template (#25) 2016-12-31 22:45:50 +08:00
Sl@ny
7880430410 Implementation of Folder Jumping (#23)
* Implementation of Folder Jumping
2016-12-28 17:08:06 +01:00
Matthias Loibl
4851070848 Don't trim trailing whitespaces for markdown (#22)
* Don't trim trailing whitespaces for markdown

* Update .drone.yml.sig
2016-12-25 17:07:27 +01:00
Thomas Boerger
c5b41837f9 Merge pull request #19 from lunny/lunny/add_lint_check
Add lint check
2016-12-22 17:22:33 +01:00
Lunny Xiao
8d7db5e177 drone sign 2016-12-22 23:02:46 +08:00
Lunny Xiao
634abd6a61 emptySHA -> EmptySHA (#21) 2016-12-22 16:49:21 +08:00
Thomas Boerger
43c086d2e8 Merge pull request #20 from lunny/lunny/islink_for_treeentry
Check if files are a symlink (#20)
2016-12-22 09:08:28 +01:00
Stefan Grönke
d97cb0fe5c Check if files are a symlink (#20)
* rename utlis.go to utils.go

* TreeEntry IsLink function
2016-12-22 14:32:27 +08:00
Lunny Xiao
c839490b45 add lint check 2016-12-21 09:59:19 +08:00
Andrey Nering
06ee0cf3a7 Merge pull request #18 from go-gitea/contributing
Fixed typos on CONTRIBUTING based on work of @thehowl
2016-12-05 12:49:50 -02:00
Thomas Boerger
9aa6362880 Fixed typos on CONTRIBUTING based on work of @thehowl 2016-12-05 09:57:05 +01:00
Andrey Nering
214cb0f5ed Merge pull request #17 from go-gitea/maintainers
Added real name of Bwko to maintainers file
2016-12-01 13:01:07 -02:00
Thomas Boerger
8adaa7b1ce Added real name of Bwko to maintainers file
Signed-off-by: Thomas Boerger <tboerger@suse.de>
2016-12-01 10:24:51 +01:00
Matthias Loibl
e547fc75ee Merge pull request #16 from go-gitea/maintain-contribute
Project unification, updates for contributors guide and github files
2016-11-28 20:18:57 +01:00
Thomas Boerger
b4365442a6 Add a pragraph to the k8s PR guide to contributors guide 2016-11-28 16:58:02 +01:00
Thomas Boerger
9933d0a6b3 Dropped new lines from contributing, some rewording and reformatting 2016-11-28 14:35:53 +01:00
Thomas Boerger
b5aaa58125 Updated maintainers file to latest status 2016-11-28 14:35:03 +01:00
Thomas Boerger
bec0d7fa1d Dropped always outdated contributors file, link to it the graph on readme 2016-11-28 14:34:04 +01:00
Thomas Boerger
46da62448a Unified GitHub templates accross all projects 2016-11-28 14:28:38 +01:00