Code Monkey home page Code Monkey logo

germ's Introduction

Introduction

Each message in the database contains the following attributes:

  • id: A unique ID assigned to each message
  • version: The version when this message first appeared
  • message: The actual message as presented by Git
  • description: A short description explaining the message

Message IDs

Each message is assigned an unique, five digit ID. The first two digits specify the component which generated the message. This is in most cases the plumbing or porcelain command, but can also be a library used internally. The remaining three digits specify the message.

Here is a list of components and their IDs:

git-init .................. 01
git-add ................... 02
git-commit ................ 03
git-push .................. 04
git-fetch ................. 05
git-branch ................ 06

Version

The value of this field is a one or two element array. The first element is the version in which the message was first introduced. The second element, if present, specifies the last version in which the message was last included. If the first version is unknown, use '1.0.0'.

germ's People

Contributors

werehamster avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.