summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Make git.OpenRepository accept Context (#19260)65432022-03-3020-46/+46
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath2022-03-296-88/+291
* Hide sensitive content on admin panel progress monitor (#19218)Lunny Xiao2022-03-272-1/+28
* Do not include global arguments in process manager (#19226)zeripath2022-03-271-8/+10
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132)zeripath2022-03-191-9/+13
* rm .sample hooks which aren't used (#19101)techknowlogick2022-03-1634-1950/+0
* Don't show context cancelled errors in attribute reader (#19006)zeripath2022-03-081-1/+3
* git backend ignore replace objects (#18979)65432022-03-021-0/+2
* Prevent dangling GetAttribute calls (#18754)zeripath2022-02-142-7/+12
* Fix isempty detection of git repository (#18746)Lunny Xiao2022-02-141-6/+5
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-1119-53/+209
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-2/+16
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-0632-123/+118
* Stop logging an error when notes are not found (#18626)zeripath2022-02-062-0/+6
* Remove go 1.15 support (#18511)Gusted2022-02-012-15/+0
* Ensure git tag tests and others create test repos in tmpdir (#18447)zeripath2022-01-293-62/+206
* Fix broken when no commits and default branch is not master (#18422)Lunny Xiao2022-01-281-7/+13
* Unexport git.GlobalCommandArgs (#18376)65432022-01-255-16/+32
* Fix partial cloning a repo (#18373)Gusted2022-01-232-2/+5
* Always use git command but not os.Command (#18363)Lunny Xiao2022-01-231-18/+14
* format with gofumpt (#18184)65432022-01-2023-41/+38
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1922-230/+147
* Fix NPE on try to get tag reference via API (#18245)65432022-01-126-11/+4
* Fix source typos (#18227)luzpaz2022-01-101-2/+2
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Enable partial clone by default (#18195)Gusted2022-01-061-0/+5
* Do not read or write git reference files directly (#18079)zeripath2021-12-234-41/+29
* Migrated Repository will show modifications when possible (#17191)99rgosse2021-12-234-2/+149
* TestRepository_GetTag intermittently panics due to an NPE (#18043)zeripath2021-12-211-1/+7
* Simplify parameter types (#18006)Gusted2021-12-205-7/+7
* Prevent off-by-one error on comments on newly appended lines (#18029)zeripath2021-12-202-0/+53
* Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu...zeripath2021-12-191-1/+5
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-163-1/+23
* Improve checkBranchName (#17901)zeripath2021-12-084-22/+73
* Refactor various strings (#17784)mscherer2021-12-025-16/+25
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-3031-149/+169
* Simplify code for wrting SHA to name-rev (#17696)Gusted2021-11-181-17/+8
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-174-60/+92
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-174-0/+4
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+3
* Read expected buffer size (#17409)KN4CK3R2021-10-241-1/+2
* Fix some lints (#17337)Lunny Xiao2021-10-171-3/+1
* Check for context exceeded in WalkGitLog (#17319)zeripath2021-10-151-0/+3
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-8/+12
* Disable core.protectNTFS (#17300)zeripath2021-10-131-0/+6
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+6
* Defer Last Commit Info (#16467)zeripath2021-10-088-69/+85
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-6/+14
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-5/+17
* Fix bundle creation (#17079)Alexey 〒erentyev2021-09-261-7/+17