aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib/vcs/backends/git/changeset.py
AgeCommit message (Collapse)Author
2013-04-26fixed some unicode problems with git file pathMarcin Kuzminski
--HG-- extra : source : 63adb3d5233a3d56d5b918ed7a118f1115cba5cb
2013-03-20avoid %r markup of unicode strings in user facing messagesMads Kiilerich
Improves Revision u'b7f4...' does not exist for this repository --HG-- branch : beta extra : transplant_source : By%A4/%D3%99%DB%F2%B6%7C1%0D%AFS%03%F7b%3F%06m
2013-03-21made git refs filter configurable ref issue #797Marcin Kuzminski
- default --all was kept and --branches --tags (or even other variations) is possible to use via .ini file --HG-- branch : beta extra : amend_source : 346f508bedca66f0376d1f97313496560b3fd52d
2013-03-07Speed up of last_changeset extraction in VCS, in edge cases for git we can ↵Marcin Kuzminski
get 10x speed improvement by limiting the history extraction if we only need last changeset --HG-- branch : beta
2013-03-06fix spelling of committerMads Kiilerich
--HG-- branch : beta
2013-02-21whitespace cleanupMarcin Kuzminski
--HG-- branch : beta
2013-02-17git executable is now configurable via .ini filesMarcin Kuzminski
--HG-- branch : beta
2012-12-08implemented children for git changesetsMarcin Kuzminski
--HG-- branch : beta
2012-12-03whitespace and formattingMarcin Kuzminski
--HG-- branch : beta
2012-11-29fixes #652 switch to generator approach when doing file annotation to ↵Marcin Kuzminski
prevent huge memory consumption when executed on large files. Thanks to ALexey Larikov for patch. - added pure dulwich method for getting file history. --HG-- branch : beta
2012-11-28Implemented file history page for showing detailed changelog for a given fileMarcin Kuzminski
- fixed git detection of filenode history when executed on directory - shortlog uses urlify_commit function now --HG-- branch : beta
2012-11-14implements #649 added two seperate method for author and commiter to VCS ↵Marcin Kuzminski
changeset class - switch author for git backed to be the real author not commiter --HG-- branch : beta
2012-10-29fixes #625 Git-Tags are not displayed in ShortlogMarcin Kuzminski
- improved git extraction of git tags if they are associated to a commit - added not implemented tags() function for git changesets --HG-- branch : beta
2012-10-27fixes #630 git statistics do too much work making them slow.Marcin Kuzminski
added/changed/removed methods didn't use generator methods to return the list of changes - added test for that case --HG-- branch : beta
2012-08-30new dulwich based implementation of added/modified/removedMarcin Kuzminski
functions for GIT changeset. Much faster some test up to 70% speed improvements. Pure awesomeness ! --HG-- branch : beta
2012-08-30re implemented affected_files function for git using dulwichMarcin Kuzminski
it speeds up things like 70% --HG-- branch : beta
2012-08-04Extended commit search schema with date of commitMarcin Kuzminski
--HG-- branch : beta
2012-07-04Synced vcs with upstreamMarcin Kuzminski
--HG-- branch : beta
2012-07-03When using tags in git use the link to Commit instead of messing with Tag objectMarcin Kuzminski
--HG-- branch : beta
2012-07-02Fixed lookup by Tag sha in git backendMarcin Kuzminski
--HG-- branch : beta
2012-06-21fixed git diff function when initial revision had no parents to compare withMarcin Kuzminski
--HG-- branch : beta
2012-06-13fixed git annotateMarcin Kuzminski
--HG-- branch : beta
2012-06-04Added diff option into git and hg changeset objects, representing git ↵Marcin Kuzminski
formated patch against parent1 --HG-- branch : beta
2012-05-17safe_unicode never fails. No need to catch decode exceptionsMarcin Kuzminski
--HG-- branch : beta
2012-05-16fixed bug with improper stripping of commit messagesMarcin Kuzminski
--HG-- branch : beta
2012-05-16better regex for historyMarcin Kuzminski
--HG-- branch : beta
2012-05-16fixes #449 bad regex could get more than revisions from parsing historyMarcin Kuzminski
--HG-- branch : beta
2012-05-04fixed issues with gitsubmodule diffsMarcin Kuzminski
--HG-- branch : beta
2012-05-03Implements subrepos view inside filebrowserMarcin Kuzminski
- fixes issue #434: Error when accessing files or changesets of a git repository with submodules --HG-- branch : beta
2012-04-17various fixes for git and mercurial with InMemoryCommit backend and ↵Marcin Kuzminski
non-ascii files - hg use tolocal for unicode objects - git use core.quotepath=false for commands --HG-- branch : beta
2012-04-17display current heads of branches for git in changelog and shortlogMarcin Kuzminski
--HG-- branch : beta
2012-03-08temporarly fixed git _get_id_for_path problem in vcs.Marcin Kuzminski
Will iterate later while there's a nicer fix. --HG-- branch : beta
2012-03-02bring back cs id for node history in git as it improves performance. Adding ↵Marcin Kuzminski
format prevents from crashes of modified gitconfigs --HG-- branch : beta
2012-02-27Git fixesMarcin Kuzminski
- removed remotes from git-branches - fixed parsing for git node history - docs updates --HG-- branch : beta
2012-02-20Added VCS into rhodecode core for faster and easier deployments of new versionsMarcin Kuzminski
--HG-- branch : beta