| Commit message (Expand) | Author | Age | Files | Lines |
* | Read expected buffer size (#17409) | KN4CK3R | 2021-10-24 | 1 | -1/+2 |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 1 | -3/+1 |
* | Check for context exceeded in WalkGitLog (#17319) | zeripath | 2021-10-15 | 1 | -0/+3 |
* | Add buttons to allow loading of incomplete diffs (#16829) | zeripath | 2021-10-15 | 1 | -8/+12 |
* | Disable core.protectNTFS (#17300) | zeripath | 2021-10-13 | 1 | -0/+6 |
* | Add a simple way to rename branch like gh (#15870) | a1012112796 | 2021-10-08 | 1 | -0/+6 |
* | Defer Last Commit Info (#16467) | zeripath | 2021-10-08 | 8 | -69/+85 |
* | Don't return binary file changes in raw PR diffs by default (#17158) | Norwin | 2021-09-27 | 1 | -6/+14 |
* | Support direct comparison (git diff a..b) as well merge comparison (a...b) (#... | zeripath | 2021-09-27 | 1 | -5/+17 |
* | Fix bundle creation (#17079) | Alexey 〒erentyev | 2021-09-26 | 1 | -7/+17 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 15 | -37/+30 |
* | Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix ... | wxiaoguang | 2021-09-20 | 34 | -60/+948 |
* | Add caller to cat-file batch calls (#17082) | zeripath | 2021-09-17 | 1 | -2/+21 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -0/+44 |
* | Add skip and limit to git.GetTags (#16897) | 6543 | 2021-09-10 | 2 | -3/+15 |
* | Fix missing close in WalkGitLog (#17008) | zeripath | 2021-09-10 | 1 | -7/+16 |
* | Use git attributes to determine generated and vendored status for language st... | zeripath | 2021-09-09 | 5 | -12/+612 |
* | Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) | 6543 | 2021-08-31 | 1 | -4/+2 |
* | Prevent NPE on empty commit (#16812) | zeripath | 2021-08-24 | 1 | -0/+3 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 46 | -0/+79 |
* | Add proxy settings and support for migration and webhook (#16704) | Lunny Xiao | 2021-08-18 | 2 | -18/+61 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 2 | -13/+9 |
* | Add an api endpoint to fetch git notes (#15373) (#16649) | nitul1991 | 2021-08-11 | 2 | -1/+21 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 5 | -36/+31 |
* | Change the implementation of the go-git version of GetNote to mirror the non ... | nitul1991 | 2021-08-09 | 2 | -0/+15 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 2 | -0/+69 |
* | Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to e... | zeripath | 2021-07-20 | 1 | -2/+13 |
* | Add TestPrepareWikiFileName (#16487) | 6543 | 2021-07-20 | 1 | -0/+21 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 4 | -8/+8 |
* | Fix modified files list in webhooks when there is a space (#16288) | zeripath | 2021-07-02 | 2 | -18/+152 |
* | Update Go-Git to take advantage of LargeObjectThreshold (#16316) | zeripath | 2021-06-30 | 1 | -1/+3 |
* | Fix webhook commits wrong hash on HEAD reset (#16283) | KN4CK3R | 2021-06-30 | 16 | -5/+48 |
* | Fix panic in recursive cache (#16298) | zeripath | 2021-06-29 | 1 | -1/+2 |
* | Limit stdout tracelog to actual stdout (#16258) | zeripath | 2021-06-26 | 1 | -1/+5 |
* | Let package git depend on setting but not opposite (#15241) | Lunny Xiao | 2021-06-26 | 4 | -12/+78 |
* | Use gitea logging module for git module (#16243) | 6543 | 2021-06-25 | 17 | -45/+59 |
* | Fix diff expansion is missing final line in a file (#16222) | KN4CK3R | 2021-06-24 | 1 | -3/+8 |
* | Rework repository archive (#14723) | Lunny Xiao | 2021-06-23 | 1 | -17/+14 |
* | Fix 500 Error with branch and tag sharing the same name #15592 (#16040) | Viktor Yakovchuk | 2021-06-23 | 2 | -0/+24 |
* | More efficiently parse shas for shaPostProcessor (#16101) | zeripath | 2021-06-21 | 2 | -0/+42 |
* | Use git log name-status in get last commit (#16059) | zeripath | 2021-06-21 | 7 | -295/+467 |
* | Fix missing discard in repo_language_stats (#16030) | zeripath | 2021-06-16 | 1 | -7/+3 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 2 | -6/+49 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 3 | -9/+9 |
* | Make commit info cancelable (#16032) | zeripath | 2021-06-06 | 8 | -30/+51 |
* | Add Image Diff for SVG files (#14867) | KN4CK3R | 2021-06-05 | 2 | -70/+13 |
* | git migration: don't prompt interactively for clone credentials (#15902) | Norwin | 2021-05-17 | 1 | -2/+8 |
* | Fix LFS commit finder not working (#15856) | KN4CK3R | 2021-05-14 | 3 | -9/+12 |
* | Tagger can be empty, as can Commit and Author - tolerate this (#15835) | zeripath | 2021-05-12 | 2 | -1/+4 |
* | On open repository open common cat file batch and batch-check (#15667) | zeripath | 2021-05-10 | 22 | -158/+442 |