log rhodecode/lib/vcs/backends/git/changeset.py @ 3496:58905069da21 beta

age author description
Thu, 07 Mar 2013 13:46:24 +0100 Marcin Kuzminski Speed up of last_changeset extraction in VCS, in edge cases for git we can get 10x speed improvement by limiting the history extraction if we only need last changeset beta
Wed, 06 Mar 2013 19:54:36 +0100 Mads Kiilerich fix spelling of committer beta
Thu, 21 Feb 2013 02:31:21 +0100 Marcin Kuzminski whitespace cleanup beta
Sun, 17 Feb 2013 22:58:09 +0100 Marcin Kuzminski git executable is now configurable via .ini files beta
Sat, 08 Dec 2012 01:41:34 +0100 Marcin Kuzminski implemented children for git changesets beta
Mon, 03 Dec 2012 02:56:57 +0100 Marcin Kuzminski whitespace and formatting beta
Thu, 29 Nov 2012 19:59:47 +0100 Marcin Kuzminski fixes #652 switch to generator approach when doing file annotation to prevent huge memory consumption when executed on large files. Thanks to ALexey Larikov for patch. beta