log rhodecode/lib/vcs/backends/git/changeset.py @ 2975:e0da2c0ecee1 beta

age author description
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
Wed, 04 Jul 2012 11:42:16 +0200 Marcin Kuzminski Synced vcs with upstream beta
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
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
Thu, 08 Mar 2012 22:01:51 +0200 Marcin Kuzminski temporarly fixed git _get_id_for_path problem in vcs. beta
Fri, 02 Mar 2012 20:20:42 +0200 Marcin Kuzminski bring back cs id for node history in git as it improves performance. Adding format prevents from crashes of modified gitconfigs 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