Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to ES6 + Flow #15

Open
wants to merge 57 commits into
base: master
Choose a base branch
from
Open

Refactor to ES6 + Flow #15

wants to merge 57 commits into from

Commits on Jun 18, 2017

  1. Start new

    SamyPesse committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    ae71585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f38b202 View commit details
    Browse the repository at this point in the history
  3. Add path for git objects

    SamyPesse committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    bbe781d View commit details
    Browse the repository at this point in the history
  4. Add unit tests for Author

    SamyPesse committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    580e73d View commit details
    Browse the repository at this point in the history
  5. Continue

    SamyPesse committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    5b5243f View commit details
    Browse the repository at this point in the history
  6. Ignore lib folder

    SamyPesse committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    7304062 View commit details
    Browse the repository at this point in the history
  7. Implement node fs

    SamyPesse committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    b0bb345 View commit details
    Browse the repository at this point in the history
  8. Start new cli

    SamyPesse committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    b5a0327 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Fix iterating over a tree

    SamyPesse committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    bb58b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    826f48e View commit details
    Browse the repository at this point in the history
  3. Improve cli command ls-tree

    SamyPesse committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    f2fcafd View commit details
    Browse the repository at this point in the history
  4. Add parsing for commits

    SamyPesse committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    813cb09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2eba19 View commit details
    Browse the repository at this point in the history
  6. Add head / ref parsing

    SamyPesse committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    4b74d83 View commit details
    Browse the repository at this point in the history
  7. Add MemoryFS

    SamyPesse committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    47aeeff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60b03d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3e14d6 View commit details
    Browse the repository at this point in the history
  10. Fix Head.isDetached

    SamyPesse committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    931e905 View commit details
    Browse the repository at this point in the history
  11. Add command to list refs

    SamyPesse committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    3b980db View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Configuration menu
    Copy the full SHA
    2cc48ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eac9f7 View commit details
    Browse the repository at this point in the history
  3. Start parsing of pack files

    SamyPesse committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    13b92ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7882d34 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    bd90ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c124c68 View commit details
    Browse the repository at this point in the history
  3. Add parsing WorkingIndex

    SamyPesse committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    4c101d5 View commit details
    Browse the repository at this point in the history
  4. Add command ls-files

    SamyPesse committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    9ff8ace View commit details
    Browse the repository at this point in the history
  5. Add tag command

    SamyPesse committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    00eb452 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fec2eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8f0562 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Start transforms and doc

    SamyPesse committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    edc3380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d13d101 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. Configuration menu
    Copy the full SHA
    8902757 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. Configuration menu
    Copy the full SHA
    56930bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99088ca View commit details
    Browse the repository at this point in the history
  3. Complete parsing of offsets

    SamyPesse committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    12b94d4 View commit details
    Browse the repository at this point in the history
  4. Fix indexation of objects

    SamyPesse committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    62241b1 View commit details
    Browse the repository at this point in the history
  5. Add method readAt for fs

    SamyPesse committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    9e0a321 View commit details
    Browse the repository at this point in the history
  6. Add unit test for readAt

    SamyPesse committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    98e8296 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f5033d View commit details
    Browse the repository at this point in the history
  8. Fix command show-refs

    SamyPesse committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    d6fff81 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Configuration menu
    Copy the full SHA
    587a3a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1143959 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Start parser for config

    SamyPesse committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    86d8c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4806438 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7347ba7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Adapt parsing of discovery

    SamyPesse committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    65a106a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Add global GitKit class

    SamyPesse committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    c325553 View commit details
    Browse the repository at this point in the history
  2. Adapt all commands

    SamyPesse committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    42773a8 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests for HEAD/Ref

    SamyPesse committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    8e3c4fb View commit details
    Browse the repository at this point in the history
  4. Fix listing of refs

    SamyPesse committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    816c808 View commit details
    Browse the repository at this point in the history
  5. Fix command log

    SamyPesse committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    cdb2892 View commit details
    Browse the repository at this point in the history
  6. Implement init command

    SamyPesse committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    093491d View commit details
    Browse the repository at this point in the history
  7. Update readme example

    SamyPesse committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    d328706 View commit details
    Browse the repository at this point in the history
  8. Remove doc

    SamyPesse committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    c08bc63 View commit details
    Browse the repository at this point in the history
  9. Improve command init

    SamyPesse committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    b31061c View commit details
    Browse the repository at this point in the history
  10. Start command add

    SamyPesse committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    15bf92a View commit details
    Browse the repository at this point in the history