summaryrefslogtreecommitdiffstats
path: root/modules/git (follow)
Commit message (Expand)AuthorAgeFilesLines
* Lazy load object format with command line and don't do it in OpenRepository (...Lunny Xiao2024-03-2015-31/+72
* remove repetitive words (#29695)pengqiseven2024-03-201-1/+1
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-111-9/+2
* Add a check for when the command is canceled by the program on Window… (#29...charles2024-03-061-0/+12
* [FEAT] Show follow symlink buttonGusted2024-03-021-15/+17
* Add `io.Closer` guidelines (#29387)KN4CK3R2024-02-263-5/+10
* Do not double close reader (#29354)KN4CK3R2024-02-261-1/+11
* Discard unread data of `git cat-file` (#29297)KN4CK3R2024-02-2610-80/+66
* Prevent double use of `git cat-file` session. (#29298)KN4CK3R2024-02-261-6/+15
* Correctly support linguist-documentation=falseGergely Nagy2024-02-263-23/+16
* Convert linguist attribute handling to optional.OptionGergely Nagy2024-02-264-54/+63
* gofmt-ed modules/git/utils_test.go due to linterLucas Hinderberger2024-02-241-1/+0
* Fixes #2452 - Skipping SHA256 tests if unsupportedLucas Hinderberger2024-02-243-0/+32
* [CLEANUP] make golangci-lint@v1.56.1 happyEarl Warren2024-02-151-7/+7
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-141-1/+1
* [BUG] Workaround borked Git versionGusted2024-02-132-3/+27
* [gitea] Refactor parseSignatureFromCommitLine (#29054)wxiaoguang2024-02-108-149/+104
* [GITEA] Improved Linguist compatibilityGergely Nagy2024-02-054-28/+65
* [GITEA] Find README.md for user profiles case insensitivelyGergely Nagy2024-02-051-0/+21
* [GITEA] Drop sha256-simd in favor of stdlibGusted2024-02-051-2/+1
* [GITEA] Detect file rename and show in historyGusted2024-02-052-0/+83
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-274-105/+4
* Check for sha256 support to use --object-format flag (#28928)John Olheiser2024-01-251-1/+3
* Update go dependencies and fix go-git (#28893)wxiaoguang2024-01-232-3/+12
* Add support for sha256 repositories (#23894)Adam Majer2024-01-1966-15/+539
* Fix archive creating LFS hooks and breaking pull requests (#28848)Brecht Van Lommel2024-01-191-0/+5
* Remove duplicated checkinit on git module (#28824)Lunny Xiao2024-01-171-4/+0
* Use refname:strip-2 instead of refname:short when syncing tags (#28797)Lunny Xiao2024-01-163-13/+15
* Integration Test for Commit Search containing Square Brackets (#28751)Mihir Joshi2024-01-111-1/+1
* Add -F to commit search to treat keywords as strings (#28744)Mihir Joshi2024-01-101-0/+3
* Always enable caches (#28527)Lunny Xiao2023-12-191-1/+1
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-1929-147/+92
* Update go dependencies (#28518)wxiaoguang2023-12-191-1/+1
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-8/+3
* Adjust object format interface (#28469)Lunny Xiao2023-12-1717-91/+85
* Only use SHA256 feature when git >= 2.42 (#28466)wxiaoguang2023-12-144-12/+11
* Abstract hash function usage (#28138)Adam Majer2023-12-1363-429/+672
* Make gogit Repository.GetBranchNames consistent (#28348)Adam Majer2023-12-071-13/+28
* Convert git commit summary to valid UTF8. (#28356)darrinsmart2023-12-051-1/+2
* Read `previous` info from git blame (#28306)KN4CK3R2023-12-012-24/+41
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-112-6/+4
* Remove redundant `len` check around loop (#27464)Eng Zer Jun2023-10-061-30/+22
* Fix git 2.11 error when checking IsEmpty (again) (#27399)wxiaoguang2023-10-021-1/+1
* Fix git 2.11 error when checking IsEmpty (#27393)wxiaoguang2023-10-021-1/+2
* Support `.git-blame-ignore-revs` file (#26395)KN4CK3R2023-09-1614-30/+184
* Clarify the git command Stdin hanging problem (#26967)wxiaoguang2023-09-081-2/+12
* Remove redundant nil check in `WalkGitLog` (#26773)Eng Zer Jun2023-08-291-17/+15
* Add merge files files to GetCommitFileStatus (#20515)Laurent Cahour2023-08-2422-1/+38
* Sync repo's IsEmpty status correctly (#26517)wxiaoguang2023-08-171-1/+1