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

Git workflow #75

Merged
merged 139 commits into from Oct 29, 2018
Merged

Git workflow #75

merged 139 commits into from Oct 29, 2018

Commits on Oct 19, 2016

  1. Use git stash --keep-index to enable linting and committing only st…

    …aged changes! Closes #62
    okonet committed Oct 19, 2016
    Copy the full SHA
    1cbd6dd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe2a5d2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c801b04 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    23f300b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    763bc9a View commit details
    Browse the repository at this point in the history
  6. Switched to gitWorkflow

    okonet committed Oct 19, 2016
    Copy the full SHA
    4bb557b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    479e5d1 View commit details
    Browse the repository at this point in the history
  8. Bumped version to 4.0.0-beta-1

    okonet committed Oct 19, 2016
    Copy the full SHA
    72596b3 View commit details
    Browse the repository at this point in the history
  9. Bumped version

    okonet committed Oct 19, 2016
    Copy the full SHA
    fba5ccd View commit details
    Browse the repository at this point in the history
  10. Extracted expect extension to a separate file. Added a failing test f…

    …or gitWorkflow.
    
    Use a .toEventuallyEqual() for git status checks
    okonet committed Oct 19, 2016
    Copy the full SHA
    eff0daa View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    9fbdbc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Copy the full SHA
    ce16b5d View commit details
    Browse the repository at this point in the history
  2. Some progress on git workflow.

    - Switched to ghooks instead of pre-commit
    - Added pre and post scripts that run `git stash` and `git stash pop`
    okonet committed Oct 20, 2016
    Copy the full SHA
    b38618e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Copy the full SHA
    8b15f70 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d4bde33 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6bf42cd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bb6d983 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    91375fa View commit details
    Browse the repository at this point in the history
  6. tests: Update tests

    okonet committed Mar 14, 2017
    Copy the full SHA
    f6cd4d6 View commit details
    Browse the repository at this point in the history
  7. Use gitRestore in post command

    okonet committed Mar 14, 2017
    Copy the full SHA
    27362ec View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7d99e40 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Copy the full SHA
    de605bc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1de7c6c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    76a0932 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Merge branch 'master' into git-worflow

    Andrey Okonetchnikov committed Nov 28, 2017
    Copy the full SHA
    5442438 View commit details
    Browse the repository at this point in the history
  2. refactor: Fix ESLint errors, run prettier, remove yarn.lock

    Andrey Okonetchnikov committed Nov 28, 2017
    Copy the full SHA
    646cdd4 View commit details
    Browse the repository at this point in the history
  3. refactor: Use functions and normal modules.export instead of class

    Andrey Okonetchnikov committed Nov 28, 2017
    Copy the full SHA
    e7307c2 View commit details
    Browse the repository at this point in the history
  4. feat: Add git stash and restore workflow

    Andrey Okonetchnikov committed Nov 28, 2017
    Copy the full SHA
    b9f031d View commit details
    Browse the repository at this point in the history
  5. Move git workflow to runAll and use Listr for running it

    Andrey Okonetchnikov committed Nov 28, 2017
    Copy the full SHA
    dd1228c View commit details
    Browse the repository at this point in the history
  6. Only stash/unstash files if there are unstaged files found

    Andrey Okonetchnikov committed Nov 28, 2017
    Copy the full SHA
    31ded6e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Use base options for root listr tasks

    Andrey Okonetchnikov committed Nov 29, 2017
    Copy the full SHA
    9b10e1c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Better tests for git workflow

    Andrey Okonetchnikov committed Nov 30, 2017
    Copy the full SHA
    383bed5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b9b693a View commit details
    Browse the repository at this point in the history
  3. Reduce boilerplate in test

    Andrey Okonetchnikov committed Nov 30, 2017
    Copy the full SHA
    1b58716 View commit details
    Browse the repository at this point in the history
  4. Add a failing test for partially staged files

    Andrey Okonetchnikov committed Nov 30, 2017
    Copy the full SHA
    fc9a2ae View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. refactor: Remove unused jest-stdout-serializer

    Andrey Okonetchnikov committed Jan 24, 2018
    Copy the full SHA
    6611bd3 View commit details
    Browse the repository at this point in the history
  2. Create more git utilities for staged / unsteaged files

    Andrey Okonetchnikov committed Jan 24, 2018
    Copy the full SHA
    de57b1a View commit details
    Browse the repository at this point in the history
  3. tests: Add a failing test for deletion

    Andrey Okonetchnikov committed Jan 24, 2018
    Copy the full SHA
    b8d54f7 View commit details
    Browse the repository at this point in the history
  4. tests: More tests for git workflow

    Andrey Okonetchnikov committed Jan 24, 2018
    Copy the full SHA
    bfe9c65 View commit details
    Browse the repository at this point in the history
  5. Fix execution order problem

    Andrey Okonetchnikov committed Jan 24, 2018
    Copy the full SHA
    a2c4d72 View commit details
    Browse the repository at this point in the history
  6. Run in verbose mode

    Andrey Okonetchnikov committed Jan 24, 2018
    Copy the full SHA
    07b5fe8 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. tests: Update test case and comment the conent check for now

    Andrey Okonetchnikov committed Jan 25, 2018
    Copy the full SHA
    5c9a505 View commit details
    Browse the repository at this point in the history
  2. Generate path if there are unstaged files

    Andrey Okonetchnikov committed Jan 25, 2018
    Copy the full SHA
    d0777c1 View commit details
    Browse the repository at this point in the history
  3. tests: Skip the failing test

    Andrey Okonetchnikov committed Jan 25, 2018
    Copy the full SHA
    778180c View commit details
    Browse the repository at this point in the history
  4. tests: Update snapshots

    Andrey Okonetchnikov committed Jan 25, 2018
    Copy the full SHA
    ad48268 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into git-worflow

    Andrey Okonetchnikov committed Jan 25, 2018
    Copy the full SHA
    fbb27c7 View commit details
    Browse the repository at this point in the history
  6. chore: Use debug instead of console.log

    Andrey Okonetchnikov committed Jan 25, 2018
    Copy the full SHA
    627b241 View commit details
    Browse the repository at this point in the history
  7. Run lint-staged in debug mode

    Andrey Okonetchnikov committed Jan 25, 2018
    Copy the full SHA
    f76f011 View commit details
    Browse the repository at this point in the history
  8. Remove unused code that fails tests on Node 4

    Andrey Okonetchnikov committed Jan 25, 2018
    Copy the full SHA
    3f7b7b0 View commit details
    Browse the repository at this point in the history
  9. fixup! chore: Use debug instead of console.log

    Andrey Okonetchnikov committed Jan 25, 2018
    Copy the full SHA
    2e3765c View commit details
    Browse the repository at this point in the history
  10. Remove unused post.js and pre.js files

    Andrey Okonetchnikov committed Jan 25, 2018
    Copy the full SHA
    b9697f3 View commit details
    Browse the repository at this point in the history
  11. Add stashUnstaged flag to the config

    Andrey Okonetchnikov committed Jan 25, 2018
    Copy the full SHA
    490d6ff View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Fix tests

    Andrey Okonetchnikov committed Jan 28, 2018
    Copy the full SHA
    b163fb9 View commit details
    Browse the repository at this point in the history
  2. Update test title

    Andrey Okonetchnikov committed Jan 28, 2018
    Copy the full SHA
    987724e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Check if there are staged files before stashing

    Andrey Okonetchnikov committed Mar 2, 2018
    Copy the full SHA
    cb5e547 View commit details
    Browse the repository at this point in the history
  2. Add logging for git commands

    Andrey Okonetchnikov committed Mar 2, 2018
    Copy the full SHA
    b90cda1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. chore: Use Node >=8 to supoort async / await

    BREAKING CHANGE
    
    Node >= 8.x is required
    Andrey Okonetchnikov committed Mar 31, 2018
    Copy the full SHA
    7a84caf View commit details
    Browse the repository at this point in the history
  2. chore: Disable prettier eslint plugin in .eslintrc

    By disabling it in .eslintrc and enabling as a `--rule` option
    on npm script allows removing formatting errors in editors
    but helps keep things formatted with lint-staged and fail on CI
    Andrey Okonetchnikov committed Mar 31, 2018
    Copy the full SHA
    27de35c View commit details
    Browse the repository at this point in the history
  3. chore: Use prettier for *.js, *.json and *.md files

    Andrey Okonetchnikov committed Mar 31, 2018
    Copy the full SHA
    0ca3bfb View commit details
    Browse the repository at this point in the history
  4. test: Better test for partially-staged files

    Andrey Okonetchnikov committed Mar 31, 2018
    Copy the full SHA
    c1bda2b View commit details
    Browse the repository at this point in the history
  5. Use task context and set hasErrors if linters fail

    Andrey Okonetchnikov committed Mar 31, 2018
    Copy the full SHA
    effd855 View commit details
    Browse the repository at this point in the history
  6. Cleaner test name

    Andrey Okonetchnikov committed Mar 31, 2018
    Copy the full SHA
    69101d6 View commit details
    Browse the repository at this point in the history
  7. Add update index step to runAll which should only be executed if all …

    …linters pass
    Andrey Okonetchnikov committed Mar 31, 2018
    Copy the full SHA
    1bfb8e1 View commit details
    Browse the repository at this point in the history
  8. chore: Update yarn.lock

    Andrey Okonetchnikov committed Mar 31, 2018
    Copy the full SHA
    3ef13f3 View commit details
    Browse the repository at this point in the history
  9. WIP on better gitWorkflow

    Andrey Okonetchnikov committed Mar 31, 2018
    Copy the full SHA
    a0b4d8c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Use async/await for patch strategy

    Andrey Okonetchnikov committed Apr 1, 2018
    Copy the full SHA
    5eb6fe8 View commit details
    Browse the repository at this point in the history
  2. Better test names

    Andrey Okonetchnikov committed Apr 1, 2018
    Copy the full SHA
    844e57a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. fix test

    Andrey Okonetchnikov committed Apr 5, 2018
    Copy the full SHA
    ede22f7 View commit details
    Browse the repository at this point in the history
  2. Upgrade Jest

    Andrey Okonetchnikov committed Apr 5, 2018
    Copy the full SHA
    6b8c4ab View commit details
    Browse the repository at this point in the history
  3. Use async/await for git workflow. Return stdout from execGit

    Andrey Okonetchnikov committed Apr 5, 2018
    Copy the full SHA
    9948b6e View commit details
    Browse the repository at this point in the history
  4. Remove console.log

    Andrey Okonetchnikov committed Apr 5, 2018
    Copy the full SHA
    bcbe2cc View commit details
    Browse the repository at this point in the history
  5. fixup! Use async/await for git workflow. Return stdout from execGit

    Andrey Okonetchnikov committed Apr 5, 2018
    Copy the full SHA
    c0e4803 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. tests: Fix tests for gitWorkflow.

    Add new lines to partially-staged test.
    Andrey Okonetchnikov committed Sep 4, 2018
    Copy the full SHA
    c4f8246 View commit details
    Browse the repository at this point in the history
  2. Implement the thing!

    Andrey Okonetchnikov committed Sep 4, 2018
    Copy the full SHA
    6c069c7 View commit details
    Browse the repository at this point in the history
  3. Remove patch file after applying it. Add debug message

    Andrey Okonetchnikov committed Sep 4, 2018
    Copy the full SHA
    3932dc2 View commit details
    Browse the repository at this point in the history
  4. When formatted changes could not be applied, we still want to format …

    …index
    Andrey Okonetchnikov committed Sep 4, 2018
    Copy the full SHA
    1b96d41 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. fixup! tests: Fix tests for gitWorkflow.

    Andrey Okonetchnikov committed Sep 5, 2018
    Copy the full SHA
    d920f44 View commit details
    Browse the repository at this point in the history
  2. fix

    Andrey Okonetchnikov committed Sep 5, 2018
    Copy the full SHA
    4870675 View commit details
    Browse the repository at this point in the history
  3. fix(git): Fix hasUnstagedFiles check + add test

    Andrey Okonetchnikov committed Sep 5, 2018
    Copy the full SHA
    ac92f94 View commit details
    Browse the repository at this point in the history
  4. Make the partially staged test more realistic

    Andrey Okonetchnikov committed Sep 5, 2018
    Copy the full SHA
    f4010cb View commit details
    Browse the repository at this point in the history
  5. Fix the partially staged case by adding a EOF to patch file

    Andrey Okonetchnikov committed Sep 5, 2018
    Copy the full SHA
    414856c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Merge branch 'master' into git-worflow

    Andrey Okonetchnikov committed Sep 6, 2018
    Copy the full SHA
    21b629c View commit details
    Browse the repository at this point in the history
  2. v8.0.0-beta.0

    Andrey Okonetchnikov committed Sep 6, 2018
    Copy the full SHA
    bdc6926 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. fix: only run stash/unstash sequence when partially staged files dete…

    …cted
    Andrey Okonetchnikov committed Sep 7, 2018
    Copy the full SHA
    4c1a8d9 View commit details
    Browse the repository at this point in the history
  2. fix: Add cleanup function and use named variables for refs

    Andrey Okonetchnikov committed Sep 7, 2018
    Copy the full SHA
    30fa156 View commit details
    Browse the repository at this point in the history
  3. refactor: Remove unneded tree check

    Andrey Okonetchnikov committed Sep 7, 2018
    Copy the full SHA
    44ccac1 View commit details
    Browse the repository at this point in the history
  4. fix: Restore working copy when terminated

    Fixes #386
    Andrey Okonetchnikov committed Sep 7, 2018
    1
    Copy the full SHA
    1e25925 View commit details
    Browse the repository at this point in the history
  5. refactor: remove unused stashUnstaged option

    Andrey Okonetchnikov committed Sep 7, 2018
    Copy the full SHA
    02eb5d1 View commit details
    Browse the repository at this point in the history
  6. fix: check if git status returns a string

    Andrey Okonetchnikov committed Sep 7, 2018
    Copy the full SHA
    c836cf3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. v8.0.0-beta.1

    Andrey Okonetchnikov committed Sep 8, 2018
    Copy the full SHA
    4832b4c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2018

  1. test: mock gitWorkflow module in runAll tests

    Andrey Okonetchnikov committed Sep 9, 2018
    Copy the full SHA
    1d20445 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. fix: Do not display skip message for stashing step if stashed

    Since it was missing the explicit return after stashing, it was marking the task as skipped.
    
    Fixes #490
    Andrey Okonetchnikov committed Sep 11, 2018
    Copy the full SHA
    32f155a View commit details
    Browse the repository at this point in the history
  2. tests: Add more tests for stashing and restoring

    Andrey Okonetchnikov committed Sep 11, 2018
    Copy the full SHA
    99379a7 View commit details
    Browse the repository at this point in the history
  3. tests: Mock gitWorkflow in index.spec. Test non-zero exitCode

    Andrey Okonetchnikov committed Sep 11, 2018
    Copy the full SHA
    36cd1f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. feat: Add whitespace between errors and make error messages stand out

    Andrey Okonetchnikov committed Sep 13, 2018
    Copy the full SHA
    7be76dd View commit details
    Browse the repository at this point in the history
  2. feat: Better task name and message for update stash step

    Andrey Okonetchnikov committed Sep 13, 2018
    Copy the full SHA
    1562d46 View commit details
    Browse the repository at this point in the history
  3. fix: use the forked version of listr-update-renderer until the fix is…

    … merged in
    Andrey Okonetchnikov committed Sep 13, 2018
    Copy the full SHA
    9a034db View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. fix: upgrade execa to v1.0.0

    Andrey Okonetchnikov committed Sep 14, 2018
    Copy the full SHA
    79eda6b View commit details
    Browse the repository at this point in the history
  2. refactor: Cleanup gitWorkflow module

    Andrey Okonetchnikov committed Sep 14, 2018
    Copy the full SHA
    52382c6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9b17afe View commit details
    Browse the repository at this point in the history
  4. fix: do not exit main Listr process on SIGINT

    Fixes #386
    Andrey Okonetchnikov committed Sep 14, 2018
    Copy the full SHA
    15266ca View commit details
    Browse the repository at this point in the history
  5. refactor: add a return from the main process

    Andrey Okonetchnikov committed Sep 14, 2018
    Copy the full SHA
    f65ac02 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. v8.0.0-beta.2

    Andrey Okonetchnikov committed Sep 24, 2018
    Copy the full SHA
    55c6a6c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. tests: Move mock file to /test

    Andrey Okonetchnikov committed Oct 11, 2018
    Copy the full SHA
    6c490e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. fixup! chore: Use Node >=8 to supoort async / await

    Andrey Okonetchnikov committed Oct 19, 2018
    Copy the full SHA
    9b4b4ea View commit details
    Browse the repository at this point in the history
  2. tests: Remove redundant test

    Andrey Okonetchnikov committed Oct 19, 2018
    Copy the full SHA
    60da8bb View commit details
    Browse the repository at this point in the history
  3. refactor(gitWorkflow): Use g-status and remove custom partially stage…

    …d files detection
    Andrey Okonetchnikov committed Oct 19, 2018
    Copy the full SHA
    4c0d6bb View commit details
    Browse the repository at this point in the history
  4. refactor(gitWorkflow): Remove redundant gitDir option

    Andrey Okonetchnikov committed Oct 19, 2018
    Copy the full SHA
    e9fe671 View commit details
    Browse the repository at this point in the history
  5. fix(gitWorflow): Make the copy for partially staged case more clear

    Andrey Okonetchnikov committed Oct 19, 2018
    Copy the full SHA
    fa492ab View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. tests(windows): Use mock of log-symbols to match snapshots on Mac/Win…

    …dows
    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    63d464f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'snapshots-win' into git-worflow

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    60b9895 View commit details
    Browse the repository at this point in the history
  3. tests: Update snapshots

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    032c49c View commit details
    Browse the repository at this point in the history
  4. tests: Replace CLRF with LF in tests to normalize on Windows

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    adcd368 View commit details
    Browse the repository at this point in the history
  5. fix: Fix fail message when termination signal is detected

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    7f5bd99 View commit details
    Browse the repository at this point in the history
  6. fix: Fix the case where failure message could reach impossible state

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    a2cb6b9 View commit details
    Browse the repository at this point in the history
  7. fixup! chore: Use Node >=8 to supoort async / await

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    d21cd62 View commit details
    Browse the repository at this point in the history
  8. refactor: Fix typo

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    8506945 View commit details
    Browse the repository at this point in the history
  9. refactor: Use skip instead of enabled for stashing task

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    e89ea5d View commit details
    Browse the repository at this point in the history
  10. chore: Remove fs-promise in favor of pify and native fs

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    c7bd02d View commit details
    Browse the repository at this point in the history
  11. chore: Do not use debug flag for lint-staged

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    3bc1526 View commit details
    Browse the repository at this point in the history
  12. tests: Restore execa mock and remove redundant code

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    a8cc52d View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    160987f View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'origin/master' into git-worflow

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    7192141 View commit details
    Browse the repository at this point in the history
  15. tests: Switch some tests to inline snapshots

    Andrey Okonetchnikov committed Oct 21, 2018
    Copy the full SHA
    815a2ab View commit details
    Browse the repository at this point in the history
  16. tests: Add more tests for renamed and untracked files

    Andrey Okonetchnikov committed Oct 21, 2018
    2
    Copy the full SHA
    da2adf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. v8.0.0-beta.3

    Andrey Okonetchnikov committed Oct 22, 2018
    Copy the full SHA
    e78c034 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. refactor: Use stdin for patch instead of writing a the file

    Andrey Okonetchnikov committed Oct 25, 2018
    Copy the full SHA
    083a201 View commit details
    Browse the repository at this point in the history
  2. fixup! chore: Use Node >=8 to supoort async / await

    Andrey Okonetchnikov committed Oct 25, 2018
    Copy the full SHA
    95dd571 View commit details
    Browse the repository at this point in the history
  3. chore: Remove unused dependency

    Andrey Okonetchnikov committed Oct 25, 2018
    Copy the full SHA
    fb4e7ba View commit details
    Browse the repository at this point in the history
  4. fix: Delete *.rej files

    Andrey Okonetchnikov committed Oct 25, 2018
    Copy the full SHA
    53fac77 View commit details
    Browse the repository at this point in the history
  5. fix(git): Always add a newline to the end of the patch.

    This fixes a case when the patch would fail with
    
    `error: fatal: corrupt parch at line XX`
    
    caused by git
    Andrey Okonetchnikov committed Oct 25, 2018
    Copy the full SHA
    499d7d7 View commit details
    Browse the repository at this point in the history
  6. v8.0.0-beta.4

    Andrey Okonetchnikov committed Oct 25, 2018
    Copy the full SHA
    3a74c22 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. fix(git): Fix hasPartiallyStagedFiles return true for untracked files

    Andrey Okonetchnikov committed Oct 27, 2018
    Copy the full SHA
    6da31f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. chore: Add a TODO

    Andrey Okonetchnikov committed Oct 28, 2018
    Copy the full SHA
    454b978 View commit details
    Browse the repository at this point in the history
  2. refactor: Use Object spread

    Andrey Okonetchnikov committed Oct 28, 2018
    Copy the full SHA
    e95cdd2 View commit details
    Browse the repository at this point in the history
  3. test: Add jest-snapshot-serializer-ansi

    Andrey Okonetchnikov committed Oct 28, 2018
    Copy the full SHA
    2bd723a View commit details
    Browse the repository at this point in the history
  4. refactor: Remove impossible case handling from makeErr

    Andrey Okonetchnikov committed Oct 28, 2018
    Copy the full SHA
    ed94335 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. refactor: Rename function to match exports

    Andrey Okonetchnikov committed Oct 29, 2018
    Copy the full SHA
    e3af19c View commit details
    Browse the repository at this point in the history
  2. chore: Revert version in package.json

    Andrey Okonetchnikov committed Oct 29, 2018
    Copy the full SHA
    66a3e9f View commit details
    Browse the repository at this point in the history