All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] git-link -- builds repository browser links
@ 2012-02-21  0:06 Georgi Valkov
  0 siblings, 0 replies; only message in thread
From: Georgi Valkov @ 2012-02-21  0:06 UTC (permalink / raw)
  To: git

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-21  0:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-21  0:06 [ANNOUNCE] git-link -- builds repository browser links Georgi Valkov

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.