log rhodecode/lib/vcs/backends/git/changeset.py @ 3561:c04d1d9b6193 beta

age author description
Thu, 21 Mar 2013 23:56:17 +0100 Marcin Kuzminski made git refs filter configurable ref issue #797 beta
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
Wed, 28 Nov 2012 01:27:21 +0100 Marcin Kuzminski Implemented file history page for showing detailed changelog for a given file beta
Wed, 14 Nov 2012 21:44:47 +0100 Marcin Kuzminski implements #649 added two seperate method for author and commiter to VCS changeset class beta
Mon, 29 Oct 2012 22:26:44 +0100 Marcin Kuzminski fixes #625 Git-Tags are not displayed in Shortlog beta
Sat, 27 Oct 2012 15:07:01 +0200 Marcin Kuzminski fixes #630 git statistics do too much work making them slow. beta
Thu, 30 Aug 2012 01:47:09 +0200 Marcin Kuzminski new dulwich based implementation of added/modified/removed beta
Thu, 30 Aug 2012 00:57:51 +0200 Marcin Kuzminski re implemented affected_files function for git using dulwich beta
Sat, 04 Aug 2012 21:39:05 +0200 Marcin Kuzminski Extended commit search schema with date of commit beta