| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Add sideband support for push | Ori Rawlings | 2017-09-01 | 1 | -0/+3 |
* | | Worktree.Reset ignore untracked files on Merge mode | Máximo Cuadros | 2017-09-01 | 1 | -4/+8 |
|/ |
|
* | Submodule.Update, add Auth to SubmoduleUpdateOption, fixes #520 | Máximo Cuadros | 2017-07-28 | 1 | -0/+2 |
* | Implement a NoTags mode for fetch that mimics git fetch --no-tags | Nick Thomas | 2017-07-22 | 1 | -0/+2 |
* | worktree: checkout, create branch | Máximo Cuadros | 2017-07-18 | 1 | -1/+16 |
* | remote: fetch, correct behaviour on tags | Máximo Cuadros | 2017-07-17 | 1 | -0/+15 |
* | worktree: Commit, tests improvements | Máximo Cuadros | 2017-05-04 | 1 | -7/+6 |
* | worktree: Commit method implementation | Máximo Cuadros | 2017-05-04 | 1 | -1/+46 |
* | worktree, reset implementation and status improvements | Máximo Cuadros | 2017-04-12 | 1 | -7/+21 |
* | merge, Repository.Log | Máximo Cuadros | 2017-04-11 | 1 | -0/+8 |
|\ |
|
| * | Add Repository.Log() method (fix #298) | Antonio Jesus Navarro Perez | 2017-04-11 | 1 | -0/+8 |
* | | worktree, status implementation based on merkletrie and reset and checkout im... | Máximo Cuadros | 2017-04-11 | 1 | -0/+52 |
|/ |
|
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -4/+4 |
* | documentation and API improvements | Máximo Cuadros | 2017-02-21 | 1 | -30/+30 |
* | submodule update implementation | Máximo Cuadros | 2017-02-15 | 1 | -2/+27 |
* | submodule init implementation | Máximo Cuadros | 2017-02-12 | 1 | -0/+4 |
* | config: RefSpec.Validate returning errors and doc (Fixes #232) | Máximo Cuadros | 2017-01-31 | 1 | -6/+5 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -4/+4 |
* | Repository.Progress moved as a field in *Options (#237) | Máximo Cuadros | 2017-01-30 | 1 | -0/+13 |
* | Fix typos in git docs (#230) | Sergio Arbeo | 2017-01-30 | 1 | -8/+8 |
* | transport: remove SetAuth, fixes #206 (#210) | Anthony Weems | 2017-01-17 | 1 | -1/+7 |
* | remote: add Push (#178) | Santiago M. Mola | 2016-12-19 | 1 | -0/+30 |
* | remote: make Fetch atomic. (#185) | Santiago M. Mola | 2016-12-16 | 1 | -7/+13 |
* | transport: create Client interface (#132) | Santiago M. Mola | 2016-11-23 | 1 | -2/+2 |
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -6/+6 |
* | remote, fix fetch tags | Máximo Cuadros | 2016-10-27 | 1 | -1/+3 |
* | clients/ssh: test fix | Máximo Cuadros | 2016-08-24 | 1 | -1/+1 |
* | options renamed and some text fixes | Máximo Cuadros | 2016-08-22 | 1 | -9/+9 |
* | Remote.Fetch multiple RefSpec support | Máximo Cuadros | 2016-08-22 | 1 | -24/+7 |
* | Remote.Fetch base on RefSpec, improvement of the responsabilities separation | Máximo Cuadros | 2016-08-19 | 1 | -11/+27 |
* | Repository.Pull, PoC | Máximo Cuadros | 2016-08-15 | 1 | -1/+51 |