summaryrefslogtreecommitdiff
path: root/klaus/repo.py
Commit message (Expand)AuthorAge
* Fix #194Jonas Haag2017-06-28
* Link submodules to an info page, rather than showing a 404.Jelmer Vernooij2017-06-23
* Fix bug when the latest ref on a repo is a tagChris St. Pierre2017-06-21
* Avoid rendering, then parsing diff.Jelmer Vernooij2017-06-12
* Remove more Python 2.6 compatibility codeJonas Haag2017-06-11
* Support the gitweb .git/cloneurl file and 'gitweb.url' settings as ways to fi...Jelmer Vernooij2017-01-29
* Python 3 ctags supportJonas Haag2016-05-09
* Revert "Fix 'get_tag_and_branch_shas' for bare repos"Jonas Haag2016-02-02
* Handle NotTreeErrorsJonas Haag2015-11-01
* Use dulwich.object_store.tree_lookup_path.Jelmer Vernooij2015-11-01
* Fix 'get_tag_and_branch_shas' for bare reposJonas Haag2015-10-12
* Support for Exuberant CtagsJonas Haag2015-10-07
* RefactoringJonas Haag2015-10-07
* Add .diff/.patch raw commit viewsJonas Haag2015-10-03
* DocsJonas Haag2015-08-06
* RefactoringJonas Haag2015-07-27
* Merge branch 'master' into feature/git-blameJonas Haag2015-07-27
|\
| * Experimental support for Python 3Jonas Haag2015-06-28
| * Modernize codebase for Python 2/3 dual supportJonas Haag2015-06-28
* | do not treat root commits as boundariesMartin Zimmermann2014-06-25
* | initial blame viewMartin Zimmermann2014-06-25
|/
* Work around a bug in Dulwich 0.9.5+Jonas Haag2014-03-05
* Fix repo name if repo path is a ".git" directoryJonas Haag2014-02-20
* Diff view: Add change summary; make diffs toggleableJonas Haag2014-01-07
* Make use of Dulwich's 'get_description'Jonas Haag2013-11-02
* Don't fail on completely empty reposJonas Haag2013-05-31
* Fix #61: Bug in default-branch guessing logicJonas Haag2013-05-31
* Support unicode in short description; handle missing .git/description fileJonas Haag2013-02-14
* simpler single line descriptionsErnest W. Durbin III2013-02-14
* Fix viewing tags, rename 'commit_id' to 'rev'(ision)Jonas Haag2013-01-29
* Refactoring. Also makes turns a few 500s into 404s.Jonas Haag2013-01-15
* Removed debugging relictJonas Haag2012-08-13
* Fixed #37: Sort tags/branches by timestampJonas Haag2012-08-13
* Fixed using tags browsingJonas Haag2012-08-13
* Refactored get_branch_names and get_tag_namesJonas Haag2012-08-13
* Refactoring, docsJonas Haag2012-07-16
* CleanupJonas Haag2012-07-15
* Rewrite using FlaskJonas Haag2012-07-11
* finish werkzeug portposativ2012-04-21
* major refactoring to use werkzeug as backendposativ2012-04-21
* move into klaus/posativ2012-04-21