Commit Graph

457 Commits (f31a88d3cb64106e75bbe8a3502856db71dbacfc)

Author SHA1 Message Date
wxiaoguang 8e79aed573
Fix git grep search limit, add test (#30071) 8 months ago
wxiaoguang 4734d43e14
Support repo code search without setting up an indexer (#29998) 8 months ago
wxiaoguang 226231ea27
Fix some pending problems (#29985) 8 months ago
wxiaoguang 21151474e3
Fix loadOneBranch panic (#29938) 8 months ago
coldWater 0e183d81fc
Fix missing error check of bufio.Scanner (#29882) 8 months ago
Lunny Xiao e84e5db6de
Lazy load object format with command line and don't do it in OpenRepository (#29712) 8 months ago
pengqiseven 7f856d5d74
remove repetitive words (#29695) 8 months ago
Lunny Xiao 25b842df26
Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 8 months ago
wxiaoguang 5cddab4f74
Make wiki default branch name changable (#29603) 8 months ago
charles 423372d84a
Add a check for when the command is canceled by the program on Window… (#29538) 9 months ago
KN4CK3R f79c9e817a
Use `crypto/sha256` (#29386) 9 months ago
KN4CK3R ad0a34b492
Add `io.Closer` guidelines (#29387) 9 months ago
wxiaoguang 1ef87773b1
Refactor modules/git global variables (#29376) 9 months ago
KN4CK3R 4197e28100
Refactor git attributes (#29356) 9 months ago
KN4CK3R 553d46e6f6
Do not double close reader (#29354) 9 months ago
KN4CK3R 2a278b996f
Add support for `linguist-detectable` and `linguist-documentation` (#29267) 9 months ago
KN4CK3R d6811baf88
Discard unread data of `git cat-file` (#29297) 9 months ago
KN4CK3R f74c869221
Prevent double use of `git cat-file` session. (#29298) 9 months ago
techknowlogick a346a8c852
bump to use go 1.22 (#29119) 9 months ago
wxiaoguang d0183dfa49
Refactor git version functions and check compatibility (#29155) 9 months ago
Chris Copeland 47b5965862
Add merge style `fast-forward-only` (#28954) 9 months ago
wxiaoguang a24e1da7e9
Refactor parseSignatureFromCommitLine (#29054) 9 months ago
Lunny Xiao 5f82ead13c
Simplify how git repositories are opened (#28937) 10 months ago
John Olheiser 76bbad4e74
Check for sha256 support to use --object-format flag (#28928) 10 months ago
wxiaoguang 82acf22d9c
Update go dependencies and fix go-git (#28893) 10 months ago
Adam Majer d68a613ba8
Add support for sha256 repositories (#23894) 10 months ago
Brecht Van Lommel 1167d523c4
Fix archive creating LFS hooks and breaking pull requests (#28848) 10 months ago
Lunny Xiao c8ba17c73f
Remove duplicated checkinit on git module (#28824) 10 months ago
Lunny Xiao 930e38d010
Use refname:strip-2 instead of refname:short when syncing tags (#28797) 10 months ago
Mihir Joshi 669bbbaf24
Integration Test for Commit Search containing Square Brackets (#28751) 10 months ago
Mihir Joshi 839cd26b1a
Add -F to commit search to treat keywords as strings (#28744) 10 months ago
Lunny Xiao e7cb8da2a8
Always enable caches (#28527) 11 months ago
Lunny Xiao 4eb2a29910
Improve ObjectFormat interface (#28496) 11 months ago
wxiaoguang 11f0519ad8
Update go dependencies (#28518) 11 months ago
wxiaoguang 20929edc99
Add option to disable ambiguous unicode characters detection (#28454) 11 months ago
Lunny Xiao 408a484224
Adjust object format interface (#28469) 11 months ago
wxiaoguang 9947af639c
Only use SHA256 feature when git >= 2.42 (#28466) 11 months ago
Adam Majer cbf923e87b
Abstract hash function usage (#28138) 11 months ago
Adam Majer d9c19899cd
Make gogit Repository.GetBranchNames consistent (#28348) 11 months ago
darrinsmart 38a93a0665
Convert git commit summary to valid UTF8. (#28356) 12 months ago
KN4CK3R 14354e4f8e
Read `previous` info from git blame (#28306) 12 months ago
silverwind ce83609ff6
Upgrade to golangci-lint@v1.55.0 (#27756) 1 year ago
Nanguan Lin dc04044716
Replace assert.Fail with assert.FailNow (#27578) 1 year ago
Eng Zer Jun 13d5d2e711
Remove redundant `len` check around loop (#27464) 1 year ago
wxiaoguang dfa4e5857f
Fix git 2.11 error when checking IsEmpty (again) (#27399) 1 year ago
wxiaoguang caef9f9503
Fix git 2.11 error when checking IsEmpty (#27393) 1 year ago
KN4CK3R ed64f1c2b8
Support `.git-blame-ignore-revs` file (#26395) 1 year ago
wxiaoguang 4807f7be22
Clarify the git command Stdin hanging problem (#26967) 1 year ago
Eng Zer Jun ad3cbbc3b1
Remove redundant nil check in `WalkGitLog` (#26773) 1 year ago
Laurent Cahour b21b63c61a
Add merge files files to GetCommitFileStatus (#20515) 1 year ago