A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/isomorphic-git/isomorphic-git/commit/ef595b9b254ac3a50f177fd30eb3f05e79598a05 below:

rename fastCheckout to checkout (#1002) · isomorphic-git/isomorphic-git@ef595b9 · GitHub

File tree Expand file treeCollapse file tree 16 files changed

+643

-1423

lines changed

Filter options

Expand file treeCollapse file tree 16 files changed

+643

-1423

lines changed Original file line number Diff line number Diff line change

@@ -101,7 +101,6 @@ docs/deleteRemote.md

101 101

docs/deleteTag.md

102 102

docs/expandOid.md

103 103

docs/expandRef.md

104 -

docs/fastCheckout.md

105 104

docs/fetch.md

106 105

docs/findRoot.md

107 106

docs/getRemoteInfo.md

Original file line number Diff line number Diff line change

@@ -40,16 +40,17 @@ The 1.0 release is planned to coincide with the stable release of the new Chromi

40 40

At the time of writing, the following breaking changes are planned:

41 41 42 42

- [x] The supported browser versions will be bumped.

43 -

- [ ] Commands that will be renamed:

44 -

- [ ] The `checkout` command will be replaced with the implementation used in the safer and faster `fastCheckout` command and `fastCheckout` will be removed.

43 +

- [x] Commands that will be renamed:

44 +

- [x] The `checkout` command will be replaced with the implementation used in the safer and faster `fastCheckout` command and `fastCheckout` will be removed.

45 45

- [x] The `walkBeta2` command renamed to `walk`, and the `walkBeta1` command will be removed.

46 46

- [ ] Deprecated commands and function arguments will be removed:

47 47

- [ ] The commands `sign`, `utils.auth`, and `utils.oauth2` will be removed.

48 48

- [ ] The `fs` and `emitter` function arguments will be removed.

49 -

- [ ] The `fast` argument to `pull` will be removed since it will always use the `fastCheckout` implementation.

49 +

- [x] The `fast` argument to `pull` will be removed since it will always use the `fastCheckout` implementation.

50 50

- [ ] The `signing` function argument of `log` will be removed, and `log` will simply always return a payload. The `payload` property will be renamed to `gpgmsg` so its purpose is more obvious. (This change is to simplify the type signature of `log` so we don't need function overloading; it is the only thing blocking me from abandoning the hand-crafted `index.d.ts` file and generating the TypeScript definitions directly from the JSDoc tags that already power the website docs.)

51 51

- [ ] Any functions that currently return `Buffer` objects will instead return `Uint8Array` so we can eventually drop the bloated Buffer browser polyfill.

52 52

- [ ] The `pattern` and globbing options will be removed so we can drop the dependencies on `globalyzer` and `globrex`, but you'll be able to bring your own `matcher` function instead.

53 +

- [ ] The `autoTranslateSSH` feature will be removed, since it's trivial to implement using just the `UnknownTransportError.data.suggestion`

53 54 54 55

## Getting Started

55 56

@@ -174,7 +175,6 @@ unless there is a major version bump.

174 175

- [deleteTag](https://isomorphic-git.github.io/docs/deleteTag.html)

175 176

- [expandOid](https://isomorphic-git.github.io/docs/expandOid.html)

176 177

- [expandRef](https://isomorphic-git.github.io/docs/expandRef.html)

177 -

- [fastCheckout](https://isomorphic-git.github.io/docs/fastCheckout.html)

178 178

- [fetch](https://isomorphic-git.github.io/docs/fetch.html)

179 179

- [findRoot](https://isomorphic-git.github.io/docs/findRoot.html)

180 180

- [getRemoteInfo](https://isomorphic-git.github.io/docs/getRemoteInfo.html)

Original file line number Diff line number Diff line change

@@ -183,34 +183,6 @@ Array [

183 183

]

184 184

`;

185 185 186 -

exports[`checkout checkout files using filepaths and deep pattern 1`] = `

187 -

Array [

188 -

"test",

189 -

]

190 -

`;

191 - 192 -

exports[`checkout checkout files using filepaths and deep pattern 2`] = `

193 -

Array [

194 -

"test/snapshots/resolveRef.js.md",

195 -

"test/snapshots/resolveRef.js.snap",

196 -

]

197 -

`;

198 - 199 -

exports[`checkout checkout files using filepaths and pattern 1`] = `

200 -

Array [

201 -

"src",

202 -

"test",

203 -

]

204 -

`;

205 - 206 -

exports[`checkout checkout files using filepaths and pattern 2`] = `

207 -

Array [

208 -

"src/utils/read.js",

209 -

"src/utils/resolveRef.js",

210 -

"test/resolveRef.js",

211 -

]

212 -

`;

213 - 214 186

exports[`checkout checkout unfetched branch 1`] = `

215 187

Object {

216 188

"caller": "git.checkout",

Original file line number Diff line number Diff line change

@@ -23,7 +23,6 @@ Array [

23 23

"deleteTag",

24 24

"expandOid",

25 25

"expandRef",

26 -

"fastCheckout",

27 26

"fetch",

28 27

"findMergeBase",

29 28

"findRoot",

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4