aboutsummaryrefslogtreecommitdiffstats
path: root/options.go
Commit message (Expand)AuthorAgeFilesLines
* git: worktree, add RestoreStaged which works like the "git restore --staged <...Ben Talbot2024-04-191-0/+26
* Merge pull request #1048 from pjbgf/fix-reset-validationPaulo Gomes2024-03-121-0/+5
|\
| * git: Add commit validation for Reset. Fixes #878Paulo Gomes2024-03-111-0/+5
* | git: Implement Merge function with initial FastForwardMerge supportPaulo Gomes2024-03-091-4/+16
* | git: Add Merge with ff-onlyJohn Cai2024-03-091-0/+7
|/
* *: fetch, adds the prune option. Fixes #316Julien Salleyron2024-02-221-1/+4
* git: signer, fix usage of crypto.Signer interfaceBilly Lynch2024-02-131-2/+1
* Merge pull request #994 from moranCohen26/supportFastAddPathPaulo Gomes2024-01-231-0/+5
|\
| * git: Worktree.AddWithOptions, add skipStatus option. #993Moran Cohen2024-01-171-0/+5
* | git: worktree_commit, Add crypto.Signer option to CommitOptions.Billy Lynch2024-01-181-0/+5
|/
* git: worktree checkout tag hash id (#959)Ayman Bagabas2023-12-121-3/+3
* git: clone --shared implementedenverbisevac2023-10-081-0/+9
* git: allow using `InitOptions` with `PlainInitWithOptions`ThinkChaos2023-09-151-0/+1
* git: add `PlainInitOptions.Bare`ThinkChaos2023-09-151-0/+2
* Merge branch 'master' into jc/commit-ammendPaulo Gomes2023-08-051-4/+67
|\
| * Merge pull request #765 from matejrisek/feature/shallow-submodules-optionPaulo Gomes2023-06-071-0/+3
| |\
| | * git: add a clone option to allow for shallow cloning of submodulesmatej.risek2023-06-051-0/+3
| * | git: remote, add support for a configurable timeout.Andrew Pollock2023-05-121-0/+2
| |/
| * Merge pull request #754 from matejrisek/feature/submodule-clone-depthPaulo Gomes2023-05-041-0/+3
| |\
| | * git: Add Depth to SubmoduleUpdateOptionsmatej.risek2023-05-041-0/+3
| * | plumbing/transport: add ProxyOptions to specify proxy detailsSanskar Jaiswal2023-05-041-1/+10
| * | git: Add support to ls-remote with peeled references. Fixes #749Paulo Gomes2023-05-031-0/+20
| * | Merge pull request #728 from aymanbagabas/grep-barePaulo Gomes2023-04-261-1/+7
| |\ \
| | * | fix: git grep bare repositoriesAyman Bagabas2023-04-261-1/+7
| | |/
| * / feat(clone): add mirror clone optionAyman Bagabas2023-04-171-0/+8
| |/
| * config: Add Repository Format ExtensionPaulo Gomes2023-03-081-0/+8
| * Return error instead of creating empty commitsPaulo Gomes2022-12-031-0/+4
| * *: fix typographical errorJames Romeril2022-09-221-1/+1
| * *: fix some typos (#567)cui fliter2022-09-221-2/+2
* | Add Amend option to CommitOptionsJohn Cai2022-01-031-0/+11
|/
* Merge branch 'master' into jc-push-atomicMáximo Cuadros2021-12-101-0/+17
|\
| * Merge pull request #410 from john-cai/jc-sparseMáximo Cuadros2021-12-101-0/+2
| |\
| | * simplified sparse checkoutJohn Cai2021-11-091-0/+2
| * | Add ForceWithLease Push OptionJohn Cai2021-11-021-0/+15
| |/
* / Add Atomic to push optionsJohn Cai2021-11-031-0/+2
|/
* Merge pull request #399 from S-Bohn/add-push-optionsMáximo Cuadros2021-11-011-0/+2
|\
| * plumbing: packp, Add encoding for push-options. Fixes #268.Sören Bohn2021-10-261-0/+2
* | Document the push refspec formatThibault Jamet2021-10-281-2/+8
|/
* Merge pull request #375 from noerw/add-remoteurl-optionMáximo Cuadros2021-10-261-1/+7
|\
| * Add RemoteURL to {Fetch,Pull,Push}OptionsNorwin2021-09-151-1/+7
* | git: add --follow-tags option for pushesJohn Cai2021-10-051-0/+3
|/
* *: typo fixes #291 Jeff Widman2021-04-161-2/+2
* *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...Johan Fleury2021-04-061-1/+1
* add RequireRemoteRefs to PushOptions (#258)Andrew Suffield2021-03-251-0/+3
* Add insecureSkipTLS and cabundle (#228)Daishan Peng2021-01-271-0/+20
* Support `.git/commondir` repository layoutTimofey Kirillov2020-06-151-0/+3
* Worktree.AddWithOptions: improve documentation and interfaceMáximo Cuadros2020-06-141-1/+20
* feat: add file with using .gitignore, fixed src-d/go-git#1219jk2k2020-06-101-0/+6
* CreateTagOptions.Validate: load Tagger from configMáximo Cuadros2020-06-051-2/+34
* Merge branch 'master' of github.com:go-git/go-git into scope-configMáximo Cuadros2020-05-241-0/+3
|\