aboutsummaryrefslogtreecommitdiffstats
path: root/options.go
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* Merge pull request #573 from orirawlings/pushSidebandMáximo Cuadros2017-09-011-0/+3
|\
| * Add sideband support for pushOri Rawlings2017-09-011-0/+3
* | Worktree.Reset ignore untracked files on Merge modeMáximo Cuadros2017-09-011-4/+8
|/
* Submodule.Update, add Auth to SubmoduleUpdateOption, fixes #520Máximo Cuadros2017-07-281-0/+2
* Implement a NoTags mode for fetch that mimics git fetch --no-tagsNick Thomas2017-07-221-0/+2
* worktree: checkout, create branchMáximo Cuadros2017-07-181-1/+16
* remote: fetch, correct behaviour on tagsMáximo Cuadros2017-07-171-0/+15
* worktree: Commit, tests improvementsMáximo Cuadros2017-05-041-7/+6
* worktree: Commit method implementationMáximo Cuadros2017-05-041-1/+46
* worktree, reset implementation and status improvementsMáximo Cuadros2017-04-121-7/+21
* merge, Repository.LogMáximo Cuadros2017-04-111-0/+8
|\
| * Add Repository.Log() method (fix #298)Antonio Jesus Navarro Perez2017-04-111-0/+8
* | worktree, status implementation based on merkletrie and reset and checkout im...Máximo Cuadros2017-04-111-0/+52
|/
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-4/+4
* documentation and API improvementsMáximo Cuadros2017-02-211-30/+30
* submodule update implementationMáximo Cuadros2017-02-151-2/+27
* submodule init implementationMáximo Cuadros2017-02-121-0/+4
* config: RefSpec.Validate returning errors and doc (Fixes #232)Máximo Cuadros2017-01-311-6/+5
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-4/+4
* Repository.Progress moved as a field in *Options (#237)Máximo Cuadros2017-01-301-0/+13
* Fix typos in git docs (#230)Sergio Arbeo2017-01-301-8/+8
* transport: remove SetAuth, fixes #206 (#210)Anthony Weems2017-01-171-1/+7
* remote: add Push (#178)Santiago M. Mola2016-12-191-0/+30
* remote: make Fetch atomic. (#185)Santiago M. Mola2016-12-161-7/+13
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-2/+2