Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Implement the Git REPL mode #26

Merged
merged 2 commits into from
Dec 18, 2019
Merged

Implement the Git REPL mode #26

merged 2 commits into from
Dec 18, 2019

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented Dec 18, 2019

Fixes #21
Fixes #27

@DilumAluthge
Copy link
Member Author

DilumAluthge commented Dec 18, 2019

@giordano Want to give the Git REPL mode a try and see what you think? Just press comma , to enter Git REPL mode; press backspace to exit.

@DilumAluthge
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Dec 18, 2019
26: Implement the Git REPL mode r=DilumAluthge a=DilumAluthge

Fixes #21 

Co-authored-by: Dilum Aluthge <[email protected]>
@DilumAluthge
Copy link
Member Author

I'm going to merge it into master, but with the version number at a prerelease 0.3.0-DEV.

@bors
Copy link
Contributor

bors bot commented Dec 18, 2019

Build failed

  • continuous-integration/travis-ci/push

@DilumAluthge
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Dec 18, 2019
26: Implement the Git REPL mode r=DilumAluthge a=DilumAluthge

Fixes #21 
Fixes #27 

Co-authored-by: Dilum Aluthge <[email protected]>
@bors
Copy link
Contributor

bors bot commented Dec 18, 2019

Build failed

  • continuous-integration/travis-ci/push

@DilumAluthge
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Dec 18, 2019
26: Implement the Git REPL mode r=DilumAluthge a=DilumAluthge

Fixes #21 
Fixes #27 

Co-authored-by: Dilum Aluthge <[email protected]>
@DilumAluthge
Copy link
Member Author

bors merge-

@bors
Copy link
Contributor

bors bot commented Dec 18, 2019

Canceled

@DilumAluthge
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Dec 18, 2019
26: Implement the Git REPL mode r=DilumAluthge a=DilumAluthge

Fixes #21 
Fixes #27 

Co-authored-by: Dilum Aluthge <[email protected]>
@bors
Copy link
Contributor

bors bot commented Dec 18, 2019

Build failed

  • FreeBSD JULIA_VERSION:1.3

@DilumAluthge
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Dec 18, 2019
26: Implement the Git REPL mode r=DilumAluthge a=DilumAluthge

Fixes #21 
Fixes #27 

Co-authored-by: Dilum Aluthge <[email protected]>
@oschulz
Copy link

oschulz commented Dec 18, 2019

I tried "using GitCommand" and then "," with b5db541, but nothing seems to happen. Do I need to do anything else to try this?

@DilumAluthge
Copy link
Member Author

I tried "using GitCommand" and then "," with b5db541, but nothing seems to happen. Do I need to do anything else to try this?

  1. Step 1: using GitCommand
  2. Step 2: gitrepl()
  3. Step 3: Press , to enter Git REPL mode

@DilumAluthge
Copy link
Member Author

Why is CirrusCI refusing to report the FreeBSD JULIA_VERSION:1.3 status? The build passed. And they reported the FreeBSD JULIA_VERSION:nightly status. But I need both to be reported in order for the PR to pass.

@DilumAluthge
Copy link
Member Author

bors merge-

@bors
Copy link
Contributor

bors bot commented Dec 18, 2019

Canceled

@DilumAluthge
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Dec 18, 2019
26: Implement the Git REPL mode r=DilumAluthge a=DilumAluthge

Fixes #21 
Fixes #27 

Co-authored-by: Dilum Aluthge <[email protected]>
@bors
Copy link
Contributor

bors bot commented Dec 18, 2019

Build failed

  • FreeBSD JULIA_VERSION:1.3

@DilumAluthge
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Dec 18, 2019
26: Implement the Git REPL mode r=DilumAluthge a=DilumAluthge

Fixes #21 
Fixes #27 

Co-authored-by: Dilum Aluthge <[email protected]>
@bors
Copy link
Contributor

bors bot commented Dec 18, 2019

Build failed

  • continuous-integration/travis-ci/push

@DilumAluthge
Copy link
Member Author

There's clearly some problem with CirrusCI pushing statuses to GitHub.

@DilumAluthge
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Dec 18, 2019
26: Implement the Git REPL mode r=DilumAluthge a=DilumAluthge

Fixes #21 
Fixes #27 

Co-authored-by: Dilum Aluthge <[email protected]>
@codecov-io
Copy link

codecov-io commented Dec 18, 2019

Codecov Report

Merging #26 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #26   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      7    +1     
  Lines          43     47    +4     
=====================================
+ Hits           43     47    +4
Impacted Files Coverage Δ
src/GitCommand.jl 100% <ø> (ø) ⬆️
src/git_repl.jl 100% <100%> (ø)
src/public.jl 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e8a9fd...482d625. Read the comment docs.

@DilumAluthge DilumAluthge merged commit 06bb8ce into master Dec 18, 2019
@DilumAluthge DilumAluthge deleted the da/repl branch December 18, 2019 13:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Git REPL mode: disable automatic loading Git REPL mode
4 participants