Commit 5c00880
committed
cmd/git(fix[remote.add]): Wire fetch, track, and master parameters
why: GitRemoteManager.add() exposed fetch, track, master parameters in
the signature but they were never translated to CLI flags. Callers would
get silent no-ops when using these options.
what:
- Wire fetch to -f flag
- Wire track to -t <branch>
- Wire master to -m <master>1 parent ece0d80 commit 5c00880
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4255 | 4255 | | |
4256 | 4256 | | |
4257 | 4257 | | |
| 4258 | + | |
| 4259 | + | |
| 4260 | + | |
| 4261 | + | |
| 4262 | + | |
| 4263 | + | |
4258 | 4264 | | |
4259 | 4265 | | |
4260 | 4266 | | |
| |||
0 commit comments