Code Monkey home page Code Monkey logo

graphthatgit's Introduction

Graph That Git

Super lame name :)

Usage

Originally written to take in a directory of files and organize the data. It expects a directory of files in sets of three. In the Stash git repository product, git repos are stored by IDs and not by their URL. So each file is of the form repoid.Extension. The extension is HEAD, repo, or log. The HEAD file is what HEAD references. The repo file is the url. The log file is the git log --raw --reverse -p output. This assumes we're looking at one file across all repos. Work in Progress.

Example of what the files look like

$ ls
100.HEAD 100.repo 100.log
$ cat 100.HEAD
ref: refs/heads/master
$ cat 100.repo
[email protected]:fooproject/awesome.git
$ head -10 100.log
commit 21ab4cde00076e554dc208d7423e8d63aed98b8b
Author: Some Guy <[email protected]>
Date:   Tue Apr 1 16:13:23 2014 -0700

    fix all the bugs in my projects

:000000 100644 0000000... ba51b06... A  gradle/deps.gradle

diff --git a/gradle/deps.gradle b/gradle/deps.gradle
new file mode 100644
index 0000000..ba51b06
--- /dev/null
+++ b/gradle/deps.gradle
@@ -0,0 +1,47 @@
+buildscript {

graphthatgit's People

Stargazers

Joe Ardent avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.