log rhodecode/lib/vcs/backends/git/changeset.py @ 2537:952dd2c95e45 beta

age author description
Tue, 03 Jul 2012 00:19:02 +0200 Marcin Kuzminski When using tags in git use the link to Commit instead of messing with Tag object beta
Mon, 02 Jul 2012 23:28:21 +0200 Marcin Kuzminski Fixed lookup by Tag sha in git backend beta
Thu, 21 Jun 2012 01:34:11 +0200 Marcin Kuzminski fixed git diff function when initial revision had no parents to compare with beta
Fri, 15 Jun 2012 00:08:06 +0200 Marcin Kuzminski merge with beta codereview
Wed, 13 Jun 2012 19:35:45 +0200 Marcin Kuzminski fixed git annotate beta
Tue, 05 Jun 2012 21:22:23 +0200 Marcin Kuzminski merge with beta codereview
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
Tue, 22 May 2012 22:15:29 +0200 Marcin Kuzminski merged beta into code-review codereview
Thu, 17 May 2012 14:03:35 +0200 Marcin Kuzminski safe_unicode never fails. No need to catch decode exceptions beta
Wed, 16 May 2012 19:01:55 +0200 Marcin Kuzminski safe_unicode never fails so it's not needed to wrap it in Unicode exceptions codereview
Wed, 16 May 2012 18:52:26 +0200 Marcin Kuzminski fixed bug with improper stripping of commit messages beta
Wed, 16 May 2012 00:37:50 +0200 Marcin Kuzminski better regex for history beta
Wed, 16 May 2012 00:06:23 +0200 Marcin Kuzminski fixes #449 bad regex could get more than revisions from parsing history beta
Fri, 04 May 2012 00:14:58 +0200 Marcin Kuzminski fixed issues with gitsubmodule diffs beta
Thu, 03 May 2012 23:15:47 +0200 Marcin Kuzminski Implements subrepos view inside filebrowser beta