Hello list,

I have ported my work to current version of DVC.
I would like my work to be reviewed and hopefully, included.

2007/5/17, Stefan Reichör <[EMAIL PROTECTED]>:
> "O'hara Takuzo" <[EMAIL PROTECTED]> writes:
>
> > Hello, it's first time for me to post here.
> >
> > I think I can help in supporting git, if you are kind enough to accept code 
> > of
> > a novice elisp programmer.
>
> It would be great when you can help us with the git functionality!
>
> One thing we need from you is, that you sign papers that allows the
> inclusion of your work in emacs.

I am very honored to do so.
Can you tell me how to do this?

I have prepared my repository at:
    http://takuzo.jpn.ph/~takuzo/bzr/dvc/

There are two major commits (xgit-log, xgit-annotate) and other
small ones.

   -. Adds better support for xgit-log mode.
      (revno. 183-187)
        -. Adds customizable max count to xgit-log, as git
           repositories like Linux kernel have huge logs and
           listing all logs is heavy on slow machines.

        -. Adds xgit-show-revision-at-point, bound to '='.

        -. Adds xgit-describe-revision-at-point, bound to 'd'.

        -. Adds utilities in xgit-log mode:
           -. Filter logs to ones with log message that matches
              the specified pattern. (git-log-grep)
           -. Filter logs to ones related to specified
              filename. (git-log-file)
           -. Filter logs to ones whose diffs match given
              pattern. (git-log-diff-grep)
           -. Find log for the specified
              commit. (git-log-revision)

        -. --pretty= option can be passed by customizable
           variable to git-log(1).  You can choose from
           'oneline', 'short', 'medium', 'full', 'fuller',
           'email' or 'raw', and output are parsable by xgit-log.

        -. Added more patterns for font-lock.

   -. Addition of xgit-annotate
      (revno. 187)

   -. Fontification for dvc-annotate.
      (revno. 188-189)
        -. This only works for xgit-annotate (hard coded, due to
            my lack of knowledge)
        -. Almost everything is taken from vc.el.

   -. A fix to xgit-revision.el
      (revno. 190)

Any comments are appreciated.

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to