Commit Graph

27 Commits

Author SHA1 Message Date
Ladislau Szomoru 65962c405e Git - cleanup getRemotes() (#169839)
* Git - cleanup getRemotes()

* Remove test for read-only remote as the code to determine that a remote is read-only has been moved out of the function that does the parsing
2023-01-09 14:24:35 +01:00
Ladislau Szomoru b4eaea6bc6 Git - get remotes from the config file (#165909) 2022-11-10 14:35:43 +01:00
Ladislau Szomoru 566e71b346 Revert "Git - parse config file for remotes (#164151)" (#164433)
This reverts commit 798cd3bcac.
2022-10-24 13:28:06 +02:00
Ladislau Szomoru 798cd3bcac Git - parse config file for remotes (#164151) 2022-10-21 06:57:22 -07:00
Johannes 7a51178618 git should open merge editor with detail and description (tag and commit-hash) 2022-05-17 13:46:42 +02:00
Logan Ramos 656e1e6086 More deprecated assertion cleanup 2021-05-04 15:55:26 -04:00
João Moreno 47116a8acd fixes #108371 2020-10-12 11:04:30 +02:00
Joao Moreno 595f98455b fix git tests 2020-02-18 13:56:16 +01:00
Joao Moreno c606dd95e1 fix git tests 2020-02-04 12:35:28 +01:00
Eric Amodio 87c2332fed Adds timeline diff on click and icon support 2020-01-27 15:28:33 -05:00
Joao Moreno a6177d979a cleanup for pr #66095 2019-08-06 17:49:42 +02:00
Joao Moreno a83c9a4756 fixes #74844 2019-06-05 10:22:48 +02:00
Ilya Biryukov 01292b4174 Add Git log, globalConfig, and tree diff API 2018-12-11 14:04:34 -08:00
Matt Bierner 4c8e61c049 Remove "use strict" directives in extension tests
We compile with alwaysStrict so these are not needed
2018-10-02 15:59:42 -07:00
Joao Moreno b6781b0058 align lstree implementations 2018-07-06 16:45:03 +02:00
Joao Moreno 00a1abe912 cleanup git relative path calculation 2018-07-06 16:37:53 +02:00
Joao Moreno ba98812272 💄 2018-07-06 15:31:43 +02:00
Ryuichi Inagaki a02823851b ref #44776 Removed the test for deleteRef method
* as we don't use stub in test
2018-04-11 20:03:57 +10:00
Ryuichi Inagaki 6b7a644082 ref #44776 Only test the logic of parsing git show output
* Instead of testing it through `getCommit` as we don't use stub in test
2018-04-11 20:02:20 +10:00
Ryuichi Inagaki 91414f62cf ref #44776 Introduced deleteRef method on git.Repository 2018-04-10 21:01:56 +10:00
Ryuichi Inagaki 963d337689 ref #44776 Refactoring test 2018-04-10 21:01:56 +10:00
Ryuichi Inagaki ac63779dca ref #44776 Cater for the cases of multiple/no previous hashes 2018-04-10 21:01:55 +10:00
Ryuichi Inagaki 3fdf0bcc56 ref #44776 Get previous commits as part of commit info 2018-04-10 21:01:41 +10:00
Ryuichi Inagaki d562ebbf25 ref #44776 Wrote a test for Repository#getCommit 2018-04-10 20:37:36 +10:00
Joao Moreno 13bb4c9b85 detect submodules, make them a part of status 2017-12-13 12:03:53 +01:00
Matt Bierner 69832fddf6 use import mocha instead of <reference> for some tests 2017-11-07 14:54:20 -08:00
Joao Moreno 6146b9739a git: run status without buffering whole output 2017-04-18 17:16:20 +02:00