aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib/vcs/backends
AgeCommit message (Expand)Author
2013-04-26fixed some unicode problems with git file pathMarcin Kuzminski
2013-03-28Don't catch all exceptionsMarcin Kuzminski
2013-03-24after hooks cleanup we don't need to have ui injections into repo so we don't...Marcin Kuzminski
2013-03-24Switched handling of RhodeCode extra params in consistent wayMarcin Kuzminski
2013-03-20avoid %r markup of unicode strings in user facing messagesMads Kiilerich
2013-03-21avoid displaying repr of internal classes in user facing messagesMads Kiilerich
2013-03-21made git refs filter configurable ref issue #797Marcin Kuzminski
2013-03-19changelog: make it possible to use closed branches in ?branch=...Mads Kiilerich
2013-03-12hg: improve 'Such branch %s does not exists' messageMads Kiilerich
2013-03-07fix importMarcin 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-03-06vcs: fix typo in MercurialChangeset.committerMads Kiilerich
2013-03-06Moved inject ui into base vcs classeMarcin Kuzminski
2013-03-06CHanges to UI object injection after lazy property changesMarcin Kuzminski
2013-03-05Added get_hook_location method for easier hook extractionMarcin Kuzminski
2013-02-25--version command should be safe, and bare no modificationsMarcin Kuzminski
2013-02-25use cache repo when creating GitRepository instancesMarcin Kuzminski
2013-02-21whitespace cleanupMarcin Kuzminski
2013-02-17git executable is now configurable via .ini filesMarcin Kuzminski
2013-01-20fixed bad merge on git fetch fixMarcin Kuzminski
2013-01-10fixed fetch command for git repos, now it properly fetches from remotesMarcin Kuzminski
2013-01-05Added full last changeset info to lightweight dashboarddevMarcin Kuzminski
2012-12-12rename search_recursively to search_up - that is what it isMads Kiilerich
2012-12-08implemented children for git changesetsMarcin Kuzminski
2012-12-03whitespace and formattingMarcin Kuzminski
2012-11-30Use ThreadLocal storage for dulwich cached repos, finally fixes issues on con...Marcin Kuzminski
2012-11-29bring back cached Repo() instance due to some other issues it generatedMarcin Kuzminski
2012-11-29fixed testsMarcin Kuzminski
2012-11-29fixes #652 switch to generator approach when doing file annotation to prevent...Marcin Kuzminski
2012-11-29Don't cache dulwich Repos, in pararell multithreaded evniroment dulwich pack ...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-11-05Implemented generation of changesets basedMarcin Kuzminski
2012-11-04Added children function for VCS for mercurial backendMarcin Kuzminski
2012-11-04hanlde stripped or removed changesets on changeset info functionMarcin Kuzminski
2012-10-29fixes #625 Git-Tags are not displayed in ShortlogMarcin Kuzminski
2012-10-29new tooltip implementationMarcin Kuzminski
2012-10-27fixes #630 git statistics do too much work making them slow.Marcin Kuzminski
2012-10-03fixes #591 git backend was causing encoding errors when handling binary filesMarcin Kuzminski
2012-09-05git forks were not created as bare reposMarcin 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-30get stderr also for git commands, pass in shell = FalseMarcin Kuzminski
2012-08-08Fixed validators for remote reposMarcin Kuzminski
2012-08-08Added url validator for gitMarcin Kuzminski
2012-08-08Merged in domruf/rhodecode (pull request #64)Marcin Kuzminski
2012-08-04Extended commit search schema with date of commitMarcin Kuzminski
2012-08-01allow cloning with hgsubversion (reimplementing pull request 46)domruf
2012-07-30switched git_command to subprocession for non-blocking Popen.Marcin Kuzminski