Get list of git repositories from command line.
| Hot: |
Earlier I had posted a small blog on teamgit. The problem still is that you have to manually go to the git.kernel.org page and get the list of the repo’s that you can download. How about a command line to get the same. Here’s one:
wget -O – http://git.kernel.org |grep “class=.list.” |grep -v title|awk -F’>’ ‘{print $3}’|sed ’s/<\/a//’
Output will be like this:
linux/kernel/git/ghaskins/linux-2.6-hacks.git
linux/kernel/git/ghaskins/preempt-test.git
linux/kernel/git/ghaskins/schedtop.git
linux/kernel/git/glommer/linux-2.6-x86-pvops.git
linux/kernel/git/gregkh/bti.git
linux/kernel/git/gregkh/ddk.git
linux/kernel/git/gregkh/driver-core-2.6.git
linux/kernel/git/gregkh/lkn.git
linux/kernel/git/gregkh/patches.git
linux/kernel/git/gregkh/tty-2.6.git
linux/kernel/git/gregkh/usb-2.6.git
linux/kernel/git/gregkh/usbutils.git
linux/kernel/git/gregkh/usbview.git
linux/kernel/git/gud/chunkfs-tools.git
linux/kernel/git/gud/chunkfs.git
linux/kernel/git/gud/fuse-chunkfs.git
related post
- My Images
- Nature
- BDay Snaps
- Get the information on all the rpms installed on the system
- Bash Tips & Tricks
Related Posts -
Using column to format a directory listing Using column to format a directory listing $ (printf "PERMISSIONS... -
Built-in lists in vim Vimscript provides excellent support for operating on collections of data,...
Related Websites - Rocks-4.3 kernel to support RTL8111b To Beshr:The vanilla install of Rockscluster 4.3 uses version 2.6.9-55EL...
- Google Chrome OS to be Unveiled Soon Google has certainly made its presence felt in the tech...
























