aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib/vcs/backends/git/changeset.py
AgeCommit message (Expand)Author
2013-04-26fixed some unicode problems with git file pathMarcin Kuzminski
2013-03-20avoid %r markup of unicode strings in user facing messagesMads Kiilerich
2013-03-21made git refs filter configurable ref issue #797Marcin Kuzminski
2013-03-07Speed up of last_changeset extraction in VCS, in edge cases for git we can ge...Marcin Kuzminski
2013-03-06fix spelling of committerMads Kiilerich
2013-02-21whitespace cleanupMarcin Kuzminski
2013-02-17git executable is now configurable via .ini filesMarcin Kuzminski
2012-12-08implemented children for git changesetsMarcin Kuzminski
2012-12-03whitespace and formattingMarcin Kuzminski
2012-11-29fixes #652 switch to generator approach when doing file annotation to prevent...Marcin Kuzminski
2012-11-28Implemented file history page for showing detailed changelog for a given fileMarcin Kuzminski
2012-11-14implements #649 added two seperate method for author and commiter to VCS chan...Marcin Kuzminski
2012-10-29fixes #625 Git-Tags are not displayed in ShortlogMarcin Kuzminski
2012-10-27fixes #630 git statistics do too much work making them slow.Marcin Kuzminski
2012-08-30new dulwich based implementation of added/modified/removedMarcin Kuzminski
2012-08-30re implemented affected_files function for git using dulwichMarcin Kuzminski
2012-08-04Extended commit search schema with date of commitMarcin Kuzminski
2012-07-04Synced vcs with upstreamMarcin Kuzminski
2012-07-03When using tags in git use the link to Commit instead of messing with Tag objectMarcin Kuzminski
2012-07-02Fixed lookup by Tag sha in git backendMarcin Kuzminski
2012-06-21fixed git diff function when initial revision had no parents to compare withMarcin Kuzminski
2012-06-13fixed git annotateMarcin Kuzminski
2012-06-04Added diff option into git and hg changeset objects, representing git formate...Marcin Kuzminski
2012-05-17safe_unicode never fails. No need to catch decode exceptionsMarcin Kuzminski
2012-05-16fixed bug with improper stripping of commit messagesMarcin Kuzminski
2012-05-16better regex for historyMarcin Kuzminski
2012-05-16fixes #449 bad regex could get more than revisions from parsing historyMarcin Kuzminski
2012-05-04fixed issues with gitsubmodule diffsMarcin Kuzminski
2012-05-03Implements subrepos view inside filebrowserMarcin Kuzminski
2012-04-17various fixes for git and mercurial with InMemoryCommit backend and non-ascii...Marcin Kuzminski
2012-04-17display current heads of branches for git in changelog and shortlogMarcin Kuzminski
2012-03-08temporarly fixed git _get_id_for_path problem in vcs.Marcin Kuzminski
2012-03-02bring back cs id for node history in git as it improves performance. Adding f...Marcin Kuzminski
2012-02-27Git fixesMarcin Kuzminski
2012-02-20Added VCS into rhodecode core for faster and easier deployments of new versionsMarcin Kuzminski