log rhodecode/lib/vcs/backends/git/repository.py @ 2706:22f79562836c beta

age author description
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