| Commit message (Expand) | Author | Age | Files | Lines |
* | *: fix typographical error | James Romeril | 2022-09-22 | 1 | -1/+1 |
* | *: fix some typos (#567) | cui fliter | 2022-09-22 | 1 | -2/+2 |
* | Merge branch 'master' into jc-push-atomic | Máximo Cuadros | 2021-12-10 | 1 | -0/+17 |
|\ |
|
| * | Merge pull request #410 from john-cai/jc-sparse | Máximo Cuadros | 2021-12-10 | 1 | -0/+2 |
| |\ |
|
| | * | simplified sparse checkout | John Cai | 2021-11-09 | 1 | -0/+2 |
| * | | Add ForceWithLease Push Option | John Cai | 2021-11-02 | 1 | -0/+15 |
| |/ |
|
* / | Add Atomic to push options | John Cai | 2021-11-03 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #399 from S-Bohn/add-push-options | Máximo Cuadros | 2021-11-01 | 1 | -0/+2 |
|\ |
|
| * | plumbing: packp, Add encoding for push-options. Fixes #268. | Sören Bohn | 2021-10-26 | 1 | -0/+2 |
* | | Document the push refspec format | Thibault Jamet | 2021-10-28 | 1 | -2/+8 |
|/ |
|
* | Merge pull request #375 from noerw/add-remoteurl-option | Máximo Cuadros | 2021-10-26 | 1 | -1/+7 |
|\ |
|
| * | Add RemoteURL to {Fetch,Pull,Push}Options | Norwin | 2021-09-15 | 1 | -1/+7 |
* | | git: add --follow-tags option for pushes | John Cai | 2021-10-05 | 1 | -0/+3 |
|/ |
|
* | *: typo fixes #291 | Jeff Widman | 2021-04-16 | 1 | -2/+2 |
* | *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope... | Johan Fleury | 2021-04-06 | 1 | -1/+1 |
* | add RequireRemoteRefs to PushOptions (#258) | Andrew Suffield | 2021-03-25 | 1 | -0/+3 |
* | Add insecureSkipTLS and cabundle (#228) | Daishan Peng | 2021-01-27 | 1 | -0/+20 |
* | Support `.git/commondir` repository layout | Timofey Kirillov | 2020-06-15 | 1 | -0/+3 |
* | Worktree.AddWithOptions: improve documentation and interface | Máximo Cuadros | 2020-06-14 | 1 | -1/+20 |
* | feat: add file with using .gitignore, fixed src-d/go-git#1219 | jk2k | 2020-06-10 | 1 | -0/+6 |
* | CreateTagOptions.Validate: load Tagger from config | Máximo Cuadros | 2020-06-05 | 1 | -2/+34 |
* | Merge branch 'master' of github.com:go-git/go-git into scope-config | Máximo Cuadros | 2020-05-24 | 1 | -0/+3 |
|\ |
|
| * | Remote.Push: support force option | kappyhappy | 2020-05-21 | 1 | -1/+4 |
* | | Repository.ConfigScoped and Repository.Commit with empty author support | Máximo Cuadros | 2020-05-24 | 1 | -3/+43 |
|/ |
|
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -5/+5 |
* | add `PathFilter func(string) bool` to LogOptions | Saeed Rasooli | 2019-11-29 | 1 | -0/+7 |
* | Add limiting options to git log | knqyf263 | 2019-08-04 | 1 | -0/+9 |
* | add Prune option to PushOptions | Stanislav Seletskiy | 2019-07-25 | 1 | -0/+3 |
* | Keep local changes when checkout branch in worktree. | Linuxer Wang | 2019-05-15 | 1 | -0/+5 |
* | Merge pull request #1072 from jeremyschlatter/patch-3 | Máximo Cuadros | 2019-03-04 | 1 | -1/+1 |
|\ |
|
| * | git: Fix typo | Jeremy Schlatter | 2019-02-22 | 1 | -1/+1 |
* | | git: Fix typo | Jeremy Schlatter | 2019-02-22 | 1 | -1/+1 |
|/ |
|
* | Implement git log --all | kuba-- | 2019-01-07 | 1 | -0/+5 |
* | repository: improve CheckoutOption.Hash doc | Máximo Cuadros | 2018-10-16 | 1 | -2/+3 |
* | Plumbing: object, Add support for Log with filenames. Fixes #826 (#979) | Nithin Gangadharan | 2018-10-11 | 1 | -0/+4 |
* | git: s/TagObjectOptions/CreateTagOptions/ | Chris Marchesi | 2018-09-07 | 1 | -3/+3 |
* | git: Discern tag target type from supplied hash | Chris Marchesi | 2018-08-23 | 1 | -12/+0 |
* | git: Canonicalize incoming annotated tag messages | Chris Marchesi | 2018-08-21 | 1 | -1/+7 |
* | git: Add tagging support | Chris Marchesi | 2018-08-21 | 1 | -2/+45 |
* | git: Add ability to PGP sign commits | Chris Marchesi | 2018-08-16 | 1 | -0/+4 |
* | add PlainOpen variant to find .git in parent dirs | Daniel Martí | 2018-04-03 | 1 | -0/+11 |
* | add LogOrder, LogOptions.Order, implement Order=LogOrderCommitterTime and Ord... | Saeed Rasooli | 2018-03-05 | 1 | -0/+15 |
* | Support for clone without checkout | Michael Rykov | 2018-01-17 | 1 | -0/+2 |
* | git: Worktree.Grep() support multiple patterns and pathspecs | Sunny | 2017-12-20 | 1 | -4/+4 |
* | git: worktree, add Grep() method for git grep (#686) | Sunny | 2017-12-12 | 1 | -0/+38 |
* | git: worktree, add Clean() method for git clean | Sunny | 2017-12-04 | 1 | -0/+5 |
* | Support non-force fetches | Nick Thomas | 2017-11-27 | 1 | -0/+6 |
* | Create ListOptions and rename LSRemote to List. | Sunny | 2017-10-04 | 1 | -0/+6 |
* | Repository.Clone added Tags option, and set by default AllTags as git does | Máximo Cuadros | 2017-09-04 | 1 | -6/+18 |
* | Merge pull request #573 from orirawlings/pushSideband | Máximo Cuadros | 2017-09-01 | 1 | -0/+3 |
|\ |
|