log rhodecode/lib/vcs/backends/git/repository.py @ 4116:ffd45b185016 rhodecode-2.2.5-gpl

age author description
Wed, 02 Jul 2014 19:03:13 -0400 Bradley M. Kuhn Imported some of the GPLv3'd changes from RhodeCode v2.2.5. rhodecode-2.2.5-gpl
Tue, 16 Jul 2013 21:54:28 +0200 Marcin Kuzminski Fixed spelling of get's to gets
Tue, 16 Jul 2013 21:41:03 +0200 Marcin Kuzminski Add bookmarks property to git branch, it makes it consistent with other property
Tue, 04 Jun 2013 13:26:41 +0200 Mads Kiilerich branch selectors: show closed branches too
Wed, 22 May 2013 03:17:42 +0200 Marcin Kuzminski replace list appends with list literals when possible beta
Fri, 10 May 2013 14:35:02 +0200 Marcin Kuzminski vcs: fixed issues with calling get_changesets method doesn't beta
Thu, 09 May 2013 13:29:03 +0200 Marcin Kuzminski fixed handling shell argument in subprocess calls, it always was hardcoded even when passed properly in arguments beta
Thu, 02 May 2013 16:15:30 +0200 Marcin Kuzminski synced with latest vcs beta
Sat, 27 Apr 2013 11:24:25 +0200 Marcin Kuzminski synced vcs with upstream beta
Sat, 13 Apr 2013 14:36:02 +0200 Marcin Kuzminski changelog pagination with branch filtering now uses beta
Thu, 28 Mar 2013 03:34:36 +0100 Marcin Kuzminski Don't catch all exceptions beta
Sun, 24 Mar 2013 19:58:24 +0100 Marcin Kuzminski after hooks cleanup we don't need to have ui injections into repo so we don't need to cache git repos beta
Sun, 24 Mar 2013 03:07:04 +0100 Marcin Kuzminski Switched handling of RhodeCode extra params in consistent way beta
Wed, 20 Mar 2013 15:32:23 +0100 Mads Kiilerich avoid %r markup of unicode strings in user facing messages beta
Thu, 21 Mar 2013 11:17:01 +0100 Mads Kiilerich avoid displaying repr of internal classes in user facing messages beta
Thu, 21 Mar 2013 23:56:17 +0100 Marcin Kuzminski made git refs filter configurable ref issue #797 beta
Wed, 06 Mar 2013 13:36:55 +0100 Marcin Kuzminski CHanges to UI object injection after lazy property changes beta
Tue, 05 Mar 2013 19:42:08 +0100 Marcin Kuzminski Added get_hook_location method for easier hook extraction beta
Mon, 25 Feb 2013 17:16:45 +0100 Marcin Kuzminski --version command should be safe, and bare no modifications beta
Mon, 25 Feb 2013 16:49:05 +0100 Marcin Kuzminski use cache repo when creating GitRepository instances beta
Sun, 17 Feb 2013 22:58:09 +0100 Marcin Kuzminski git executable is now configurable via .ini files beta
Sun, 20 Jan 2013 23:17:45 +0100 Marcin Kuzminski fixed bad merge on git fetch fix beta
Thu, 10 Jan 2013 17:38:34 +0100 Marcin Kuzminski fixed fetch command for git repos, now it properly fetches from remotes beta
Fri, 30 Nov 2012 00:09:04 +0100 Marcin Kuzminski Use ThreadLocal storage for dulwich cached repos, finally fixes issues on concurent opening git pack files via dulwich beta
Thu, 29 Nov 2012 21:35:59 +0100 Marcin Kuzminski bring back cached Repo() instance due to some other issues it generated beta
Thu, 29 Nov 2012 19:29:33 +0100 Marcin Kuzminski Don't cache dulwich Repos, in pararell multithreaded evniroment dulwich pack file openers beta
Mon, 05 Nov 2012 19:57:29 +0100 Marcin Kuzminski Implemented generation of changesets based beta
Mon, 29 Oct 2012 22:26:44 +0100 Marcin Kuzminski fixes #625 Git-Tags are not displayed in Shortlog beta
Wed, 05 Sep 2012 20:24:21 +0200 Marcin Kuzminski git forks were not created as bare repos beta
Thu, 30 Aug 2012 00:03:48 +0200 Marcin Kuzminski get stderr also for git commands, pass in shell = False beta
Wed, 08 Aug 2012 22:37:40 +0200 Marcin Kuzminski Fixed validators for remote repos beta
Wed, 08 Aug 2012 21:32:05 +0200 Marcin Kuzminski Added url validator for git beta
Mon, 30 Jul 2012 22:45:43 +0200 Marcin Kuzminski switched git_command to subprocession for non-blocking Popen. beta
Mon, 16 Jul 2012 02:24:10 +0200 Marcin Kuzminski Remove GIT_DIT from environ on calling git_command, it can break a lot of stuff beta
Tue, 03 Jul 2012 00:53:41 +0200 Marcin Kuzminski Invalidate gits parsed_refs cache after commit, tagging or tag remove beta
Mon, 02 Jul 2012 23:28:21 +0200 Marcin Kuzminski Fixed lookup by Tag sha in git backend beta
Mon, 02 Jul 2012 21:13:44 +0200 Marcin Kuzminski Get tags and branches using _parsed_refs beta
Thu, 14 Jun 2012 02:06:35 +0200 Marcin Kuzminski whitespace cleanup beta
Wed, 13 Jun 2012 19:43:03 +0200 Marcin Kuzminski added discovery by branches and tags for git beta
Mon, 04 Jun 2012 17:26:34 +0200 Marcin Kuzminski Added diff option into git and hg changeset objects, representing git formated patch against parent1 beta
Mon, 04 Jun 2012 03:55:28 +0200 Marcin Kuzminski Don't do git pull on remote repos since they are bare now, we need to use git fetch on them beta
Fri, 01 Jun 2012 17:59:57 +0200 Marcin Kuzminski white space cleanup beta
Tue, 22 May 2012 20:12:58 +0200 Marcin Kuzminski fix for issue #417, git execution was broken on windows for certain commands. beta
Mon, 21 May 2012 20:41:15 +0200 Marcin Kuzminski fixed issues with support of bare-repos by vcs lib beta
Fri, 04 May 2012 00:42:02 +0200 Marcin Kuzminski changelog update + whitespace cleanup beta
Fri, 04 May 2012 00:14:58 +0200 Marcin Kuzminski fixed issues with gitsubmodule diffs beta
Fri, 27 Apr 2012 00:10:30 +0200 Marcin Kuzminski pass in url for remote pull in git beta
Thu, 26 Apr 2012 23:55:33 +0200 Marcin Kuzminski Implemented pull command for remote repos for git beta
Tue, 17 Apr 2012 23:50:32 +0200 Marcin Kuzminski fixed git-command wrapper beta
Tue, 17 Apr 2012 23:00:36 +0200 Marcin Kuzminski various fixes for git and mercurial with InMemoryCommit backend and non-ascii files beta
Tue, 17 Apr 2012 21:44:26 +0200 Marcin Kuzminski display current heads of branches for git in changelog and shortlog beta
Wed, 11 Apr 2012 23:10:46 +0200 Marcin Kuzminski Extend GIT command wrapper with GIT_CONFIG_NOGLOBAL=1 to bypass gitconfig global beta
Mon, 27 Feb 2012 05:06:59 +0200 Marcin Kuzminski Git fixes beta
Mon, 20 Feb 2012 23:00:54 +0200 Marcin Kuzminski Added VCS into rhodecode core for faster and easier deployments of new versions beta