Commit Graph

410 Commits (c766140dad3408048ad843d0e7b4ab5d9f5777c6)

Author SHA1 Message Date
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
wxiaoguang c6b92c84fe
Sync repo's IsEmpty status correctly (#26517) 1 year ago
wxiaoguang 7018659a1d
Close stdout correctly for "git blame" (#26470) 1 year ago
wxiaoguang 2de0752be7
Make git batch operations use parent context timeout instead of default timeout (#26325) 1 year ago
Zettat123 8a2f019d69
Support getting changed files when commit ID is `EmptySHA` (#26290) 1 year ago
delvh bd6ef71854
Show branches and tags that contain a commit (#25180) 1 year ago
Jason Song aee14b9c0b
Remove `git.FileBlame` (#25841) 1 year ago
silverwind 887a683af9
Update tool dependencies, lock govulncheck and actionlint (#25655) 1 year ago
Lunny Xiao 45ac90eb54
Sync branches when mirroring (#25722) 1 year ago
silverwind 88f835192d
Replace `interface{}` with `any` (#25686) 1 year ago
Lunny Xiao f35ea2b09a
Add elapsed time on debug for slow git commands (#25642) 1 year ago
Lunny Xiao cc3910d8c3
Fix index generation parallelly failure (#25235) 1 year ago
yp05327 22a39bb961
Fix profile render when the README.md size is larger than 1024 bytes (#25131) 1 year ago
Lunny Xiao 419804fd4d
Fix compatible for webhook ref type (#25195) 1 year ago
Lunny Xiao faae819f5d
revert the removed method to fix tmpl break on graph page (#25005) 1 year ago
wxiaoguang 2f149c5c9d
Use `[git.config]` for reflog cleaning up (#24958) 1 year ago
Lunny Xiao f9cfd6ce5b
Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 1 year ago
wxiaoguang 395bb33e4c
Merge different languages for language stats (#24900) 2 years ago
wxiaoguang 8080ace6fc
Support changing git config through `app.ini`, use `diff.algorithm=histogram` by default (#24860) 2 years ago
wxiaoguang 4647660776
Rewrite logger system (#24726) 2 years ago
Yarden Shoham 4810fe55e3
Add status indicator on main home screen for each repo (#24638) 2 years ago
Matthew Walowski ff5629268c
Pass 'not' to commit count (#24473) 2 years ago
oliverpool 75ea0d5dba
Faster git.GetDivergingCommits (#24482) 2 years ago
Matthew Walowski f766b00293
Add ability to specify '--not' from GetAllCommits (#24409) 2 years ago
KN4CK3R f1173d6879
Use more specific test methods (#24265) 2 years ago
wxiaoguang b39a5bbbd6
Make wiki title supports dashes and improve wiki name related features (#24143) 2 years ago
wxiaoguang e422342eeb
Allow adding new files to an empty repo (#24164) 2 years ago
wxiaoguang 334c899f7b
Improve git log for debugging (#24095) 2 years ago
ChristopherHX 17623bba0d
Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore` filter (#23920) 2 years ago
wxiaoguang 0df81b9e0d
Add git dashes separator to some "log" and "diff" commands (#23606) 2 years ago
Kirill Bolashev 4938945668
Handle files starting with colons in WalkGitLog (#22935) 2 years ago
Philip Peterson 757b4c17e9
Support reflogs (#22451) 2 years ago
Brecht Van Lommel 8bdc0acf97
Fix pull request update showing too many commits with multiple branches (#22856) 2 years ago
wxiaoguang 542cec98f8
Refactor merge/update git command calls (#23366) 2 years ago
zeripath 8598356df1
Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
zeripath 5c4075e16d
Fix GetFilesChangedBetween if the file name may be escaped (#23272) 2 years ago
silverwind ea1d09718c
Fix commit retrieval by tag (#21804) 2 years ago
Philip Peterson cbbd3726b4
Pass `--global` when calling `git config --get`, for consistency with `git config --set` (#23157) 2 years ago
zeripath 1319ba6742
Use minio/sha256-simd for accelerated SHA256 (#23052) 2 years ago
wxiaoguang dc9cebdf45
Use `--message=%s` for git commit message (#23028) 2 years ago
Nick 618c9118c1
Remember to attach the parent tree when converting TreeEntry() -> Tree() (#22902) 2 years ago
Nick e1aca7cbdd
Deduplicate findReadmeFile() (#22177) 2 years ago
Gusted 1cb8d14bf7
Use proxy for pull mirror (#22771) 2 years ago
Brecht Van Lommel 87261f3fb9
Fix blame view missing lines (#22826) 2 years ago
wxiaoguang 50111c71c3
Refactor legacy strange git operations (#22756) 2 years ago
wxiaoguang 6bc3079c00
Refactor git command package to improve security and maintainability (#22678) 2 years ago
Lunny Xiao efa708501b
Use git command instead of exec.Cmd in blame (#22098) 2 years ago
Jason Song 6cf09ccab4
Use complete SHA to create and query commit status (#22244) 2 years ago