-
Notifications
You must be signed in to change notification settings - Fork 9
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
T/73: Improve DX and add new commands #82
Commits on Aug 10, 2018
-
"gitStatusParser()" returns additional property (#anythingToCommit) w…
…hich checks whether changed files could be committed.
Kamil Piechaczek committedAug 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 92f9399 - Browse repository at this point
Copy the full SHA 92f9399View commit details -
Improve docs for "gitStatusParser()" function.
Kamil Piechaczek committedAug 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 0f5de51 - Browse repository at this point
Copy the full SHA 0f5de51View commit details -
Kamil Piechaczek committed
Aug 10, 2018 Configuration menu - View commit details
-
Copy full SHA for b092eb8 - Browse repository at this point
Copy the full SHA b092eb8View commit details -
Add "getCommandInstance()" which returns an instance of command which…
… is ready to execute.
Kamil Piechaczek committedAug 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 3390740 - Browse repository at this point
Copy the full SHA 3390740View commit details -
Improve help screen. Every git command can display its help scren if …
…command was called with -h flag.
Kamil Piechaczek committedAug 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 54c086f - Browse repository at this point
Copy the full SHA 54c086fView commit details -
Mgit main file uses new util for loading command.
Kamil Piechaczek committedAug 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 4f840ec - Browse repository at this point
Copy the full SHA 4f840ecView commit details -
Kamil Piechaczek committed
Aug 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 6b66c64 - Browse repository at this point
Copy the full SHA 6b66c64View commit details -
Kamil Piechaczek committed
Aug 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 03eaced - Browse repository at this point
Copy the full SHA 03eacedView commit details -
Kamil Piechaczek committed
Aug 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 2adc38e - Browse repository at this point
Copy the full SHA 2adc38eView commit details
Commits on Aug 12, 2018
-
Remove "--recursive" option from mgit. It is a option for "bootstrap"…
… and "update" commands.
Kamil Piechaczek committedAug 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 48a7d3f - Browse repository at this point
Copy the full SHA 48a7d3fView commit details -
Improve documentation, create Command and CommandData types.
Kamil Piechaczek committedAug 12, 2018 Configuration menu - View commit details
-
Copy full SHA for ad9bd3c - Browse repository at this point
Copy the full SHA ad9bd3cView commit details -
Minor changes in naming the variables.
Kamil Piechaczek committedAug 12, 2018 Configuration menu - View commit details
-
Copy full SHA for a69b19f - Browse repository at this point
Copy the full SHA a69b19fView commit details -
Add help screen for all commands.
Kamil Piechaczek committedAug 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 33f8136 - Browse repository at this point
Copy the full SHA 33f8136View commit details
Commits on Aug 13, 2018
-
Checkout command creates new branch (-b option) or read branch name f…
…rom CLI (if specified).
Kamil Piechaczek committedAug 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 8e820fe - Browse repository at this point
Copy the full SHA 8e820feView commit details -
Kamil Piechaczek committed
Aug 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 9d7c727 - Browse repository at this point
Copy the full SHA 9d7c727View commit details -
Kamil Piechaczek committed
Aug 13, 2018 Configuration menu - View commit details
-
Copy full SHA for c20a482 - Browse repository at this point
Copy the full SHA c20a482View commit details -
Kamil Piechaczek committed
Aug 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 96249da - Browse repository at this point
Copy the full SHA 96249daView commit details
Commits on Aug 14, 2018
-
Fix validation in merge command.
Kamil Piechaczek committedAug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for f5cf410 - Browse repository at this point
Copy the full SHA f5cf410View commit details -
Rename save-hashes to save and add options: --hash and --branch.
Kamil Piechaczek committedAug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for cb5baba - Browse repository at this point
Copy the full SHA cb5babaView commit details -
Rename util exec to shell. Fix failed tests of "getOptions" util.
Kamil Piechaczek committedAug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 4fd1836 - Browse repository at this point
Copy the full SHA 4fd1836View commit details -
Rename save-hashes to save, add option --hash (default) and --branch.
Kamil Piechaczek committedAug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 29a4100 - Browse repository at this point
Copy the full SHA 29a4100View commit details -
Add tests for new commands and adjust existing to changes in utils.
Kamil Piechaczek committedAug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for e3d5b32 - Browse repository at this point
Copy the full SHA e3d5b32View commit details
Commits on Aug 20, 2018
-
Kamil Piechaczek committed
Aug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for c38b4f8 - Browse repository at this point
Copy the full SHA c38b4f8View commit details -
New commands: fetch, pull, push.
Kamil Piechaczek committedAug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for a3812ed - Browse repository at this point
Copy the full SHA a3812edView commit details -
CLI core is closed in function now.
Kamil Piechaczek committedAug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 096f291 - Browse repository at this point
Copy the full SHA 096f291View commit details -
Kamil Piechaczek committed
Aug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for f17a9ce - Browse repository at this point
Copy the full SHA f17a9ceView commit details -
Kamil Piechaczek committed
Aug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 28f7764 - Browse repository at this point
Copy the full SHA 28f7764View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0eabcb - Browse repository at this point
Copy the full SHA c0eabcbView commit details
Commits on Aug 21, 2018
-
Fix command name (s/save-hashes/save/).
Kamil Piechaczek committedAug 21, 2018 Configuration menu - View commit details
-
Copy full SHA for d275835 - Browse repository at this point
Copy the full SHA d275835View commit details
Commits on Aug 24, 2018
-
"push" command passes all arguments to git command (the same as "diff").
Kamil Piechaczek committedAug 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 0b20605 - Browse repository at this point
Copy the full SHA 0b20605View commit details
Commits on Sep 10, 2018
-
Removed bootstrap command. Pull does not clone missing repos anymore.…
… Update was renamed to sync.
Kamil Piechaczek committedSep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for d7c9092 - Browse repository at this point
Copy the full SHA d7c9092View commit details -
Renamed merge to close. Now this command will remove merged branch fr…
…om the remote.
Kamil Piechaczek committedSep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 3ce3a13 - Browse repository at this point
Copy the full SHA 3ce3a13View commit details -
Kamil Piechaczek committed
Sep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for b376f55 - Browse repository at this point
Copy the full SHA b376f55View commit details -
Fetch command will print log if a repository is up-to-date.
Kamil Piechaczek committedSep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 28a0781 - Browse repository at this point
Copy the full SHA 28a0781View commit details -
Minor changes in commmand help screen.
Kamil Piechaczek committedSep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for f4368ea - Browse repository at this point
Copy the full SHA f4368eaView commit details -
Minor improvements in the code.
Kamil Piechaczek committedSep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for b829f31 - Browse repository at this point
Copy the full SHA b829f31View commit details -
Kamil Piechaczek committed
Sep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for a11080f - Browse repository at this point
Copy the full SHA a11080fView commit details
Commits on Sep 11, 2018
-
Sync command prints out directories which are not listed in mgit.json…
… but are located in packages directory.
Kamil Piechaczek committedSep 11, 2018 Configuration menu - View commit details
-
Copy full SHA for eab13b9 - Browse repository at this point
Copy the full SHA eab13b9View commit details -
Moved stub of fs.lstatSync to the test case.
Kamil Piechaczek committedSep 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 52e5dca - Browse repository at this point
Copy the full SHA 52e5dcaView commit details
Commits on Sep 12, 2018
-
Unify a way how to specify params for mgit and git commands. Close co…
…mmand will remove the local branch and remote as well.
Kamil Piechaczek committedSep 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 7afa7c8 - Browse repository at this point
Copy the full SHA 7afa7c8View commit details
Commits on Sep 13, 2018
-
Close and Commit commands accept message as an option of mgit or git.
Kamil Piechaczek committedSep 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 50260d3 - Browse repository at this point
Copy the full SHA 50260d3View commit details -
"recursive" option of "sync" command now is a mgit option instead of …
…git.
Kamil Piechaczek committedSep 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 7dd9686 - Browse repository at this point
Copy the full SHA 7dd9686View commit details -
Kamil Piechaczek committed
Sep 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 560c76a - Browse repository at this point
Copy the full SHA 560c76aView commit details
Commits on Oct 2, 2018
-
mgit sync#afterExecute will read packages properly.
Kamil Piechaczek committedOct 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 4ce976e - Browse repository at this point
Copy the full SHA 4ce976eView commit details
Commits on Nov 19, 2018
-
Merge branch 'master' into t/73
Kamil Piechaczek committedNov 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 5c11361 - Browse repository at this point
Copy the full SHA 5c11361View commit details
Commits on Nov 23, 2018
-
Merge branch 'master' into t/73
Kamil Piechaczek committedNov 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 8ec819f - Browse repository at this point
Copy the full SHA 8ec819fView commit details
Commits on Dec 6, 2018
-
Merge branch 'master' into t/73
Kamil Piechaczek committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for f20dd9c - Browse repository at this point
Copy the full SHA f20dd9cView commit details -
Kamil Piechaczek committed
Dec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 5e3544f - Browse repository at this point
Copy the full SHA 5e3544fView commit details