All of lore.kernel.org
 help / color / mirror / Atom feed
From: Georgi Valkov <georgi.t.valkov@gmail.com>
To: git@vger.kernel.org
Subject: [ANNOUNCE] git-link -- builds repository browser links
Date: Tue, 21 Feb 2012 02:06:11 +0200	[thread overview]
Message-ID: <4F42DFF3.4090106@gmail.com> (raw)

Hi all,

If you find yourselves sending out a ton of gitweb, cgit or github links 
every day, git-link is a sub-command that can speed things up for you by 
eliminating pointy-clicky time that you would spend in a browser.

Example:
 > $ git config --add link.url http://git.kernel.org/?p=git/git.git
 > $ git config --add link.browser gitweb

 > $ git link v1.7.9~^{tree}
 > 
http://git.kernel.org/?p=git/git.git;a=tree;h=903db0d86a809b1f84415654369a3cf6dff5f4d5

 > $ git link --clipboard fsck.c
 > 
http://git.kernel.org/?p=git/git.git;a=blob;h=6c855f84f01c19678399d85181da1094bd61b371;f=fsck.c

Links:
  - https://github.com/gvalkov/git-link
  - http://pypi.python.org/pypi/gitlink

Best,
G.

                 reply	other threads:[~2012-02-21  0:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F42DFF3.4090106@gmail.com \
    --to=georgi.t.valkov@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.