aboutsummaryrefslogtreecommitdiffstats
path: root/models/git_diff.go
Commit message (Collapse)AuthorAgeFilesLines
* roll back a small changeUnknwon2016-01-091-1/+2
|
* minor fix to #2335Unknwon2016-01-091-23/+32
|
* Fix: now highlights in diff view are getting the correct lines.Andrey Nering2016-01-081-22/+18
|
* Semantic fixes.Andrey Nering2016-01-071-11/+11
|
* Declaring specific types for enums constants.Andrey Nering2016-01-061-14/+21
| | | | | This makes the code more strict since you can't assign or compare values of different types without proper cast.
* Highlighting differences of lines in the diff view.Andrey Nering2016-01-061-0/+85
|
* #2185 fall back to use custom chardet libUnknwon2015-12-311-2/+2
|
* rename import pathUnknwon2015-12-151-1/+1
|
* fix huge diff hangsUnknwon2015-12-141-0/+2
|
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-131-2/+2
|
* #2071 Diff is not showing full content when has super long one lineUnknwon2015-12-021-54/+72
|
* better escape char handleUnknwon2015-11-201-5/+5
|
* rename fieldsUnknwon2015-11-031-1/+1
|
* #1838 update merge base before generate new patchUnknwon2015-11-031-3/+1
|
* fix #1078Unknwon2015-11-021-12/+28
|
* #1790 fast return for too large diffUnknwon2015-10-171-11/+3
|
* more on #966Unknwon2015-08-201-0/+6
|
* Partial impl of git diff encodingVladimir Vissoultchev2015-07-291-20/+23
|
* Allow spaces in file/dir names on parsing git diffVladimir Vissoultchev2015-07-281-2/+2
|
* Link to previous commited source file (diff.view_file button) instead of ↵Tony Tsang2015-02-061-0/+8
| | | | returning 404 for deleted files.
* Replace mahonia with the standard functions in the Golang Sub-repositoriesPeter Smit2014-12-221-6/+12
|
* fix #711Unknwon2014-12-091-0/+25
|
* toutf8 improved & add max git diff lineslunnyxiao2014-09-171-12/+22
|
* Prepare 0.5 releaseUnknwon2014-09-121-2/+1
|
* add commit compare functionalityChristopher Brickley2014-09-011-8/+17
|
* New UI merge in progressUnknwon2014-07-261-4/+5
|
* Able to set timeout for process monitorUnknown2014-07-061-6/+23
|
* Basic process managerUnknown2014-06-191-7/+6
|
* Fix zombieUnknown2014-05-281-22/+19
|
* Fix #166Unknown2014-05-131-0/+2
|
* Mirror bug fix on downloading zipUnknown2014-04-151-4/+9
|
* update with new gitslene2014-04-131-0/+207