aboutsummaryrefslogtreecommitdiffstats
path: root/options.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * Remote.Push: support force optionkappyhappy2020-05-211-1/+4
* | Repository.ConfigScoped and Repository.Commit with empty author supportMáximo Cuadros2020-05-241-3/+43
|/
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-5/+5
* add `PathFilter func(string) bool` to LogOptionsSaeed Rasooli2019-11-291-0/+7
* Add limiting options to git logknqyf2632019-08-041-0/+9
* add Prune option to PushOptionsStanislav Seletskiy2019-07-251-0/+3
* Keep local changes when checkout branch in worktree.Linuxer Wang2019-05-151-0/+5
* Merge pull request #1072 from jeremyschlatter/patch-3Máximo Cuadros2019-03-041-1/+1
|\
| * git: Fix typoJeremy Schlatter2019-02-221-1/+1
* | git: Fix typoJeremy Schlatter2019-02-221-1/+1
|/
* Implement git log --allkuba--2019-01-071-0/+5
* repository: improve CheckoutOption.Hash docMáximo Cuadros2018-10-161-2/+3
* Plumbing: object, Add support for Log with filenames. Fixes #826 (#979)Nithin Gangadharan2018-10-111-0/+4
* git: s/TagObjectOptions/CreateTagOptions/Chris Marchesi2018-09-071-3/+3
* git: Discern tag target type from supplied hashChris Marchesi2018-08-231-12/+0
* git: Canonicalize incoming annotated tag messagesChris Marchesi2018-08-211-1/+7
* git: Add tagging supportChris Marchesi2018-08-211-2/+45
* git: Add ability to PGP sign commitsChris Marchesi2018-08-161-0/+4
* add PlainOpen variant to find .git in parent dirsDaniel Martí2018-04-031-0/+11
* add LogOrder, LogOptions.Order, implement Order=LogOrderCommitterTime and Ord...Saeed Rasooli2018-03-051-0/+15
* Support for clone without checkoutMichael Rykov2018-01-171-0/+2
* git: Worktree.Grep() support multiple patterns and pathspecsSunny2017-12-201-4/+4
* git: worktree, add Grep() method for git grep (#686)Sunny2017-12-121-0/+38
* git: worktree, add Clean() method for git cleanSunny2017-12-041-0/+5
* Support non-force fetchesNick Thomas2017-11-271-0/+6
* Create ListOptions and rename LSRemote to List.Sunny2017-10-041-0/+6
* Repository.Clone added Tags option, and set by default AllTags as git doesMáximo Cuadros2017-09-041-6/+18