Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | config: multiple values in RemoteConfig (URLs and Fetch) | Santiago M. Mola | 2017-08-01 | 1 | -1/+1 | |
| | | | | | | | | * Change `URL string` to `URL []string` in `RemoteConfig`, since git allows multiple URLs per remote. See: http://marc.info/?l=git&m=116231242118202&w=2 * Fix marshalling of multiple fetch refspecs. | |||||
* | move Repository.Pull to Worktree.Pull | Máximo Cuadros | 2017-07-24 | 1 | -3/+3 | |
| | ||||||
* | Add example code for listing tags | Ori Rawlings | 2017-07-17 | 3 | -1/+46 | |
| | ||||||
* | examples: commit example | Máximo Cuadros | 2017-05-05 | 2 | -0/+68 | |
| | ||||||
* | examples: fix storage README example | Máximo Cuadros | 2017-05-04 | 1 | -1/+1 | |
| | ||||||
* | examples: fix compilation error from #368 | Máximo Cuadros | 2017-05-04 | 1 | -1/+0 | |
| | ||||||
* | do not convert local paths to URL | Santiago M. Mola | 2017-04-28 | 1 | -1/+1 | |
| | | | | | | | * Do not convert local paths to URLs, just keep them as they are. * This way we add support for Windows without taking care of Windows path-to-URL conversion. | |||||
* | examples: checkout example update | Máximo Cuadros | 2017-04-12 | 2 | -8/+20 | |
| | ||||||
* | Modify examples | Antonio Jesus Navarro Perez | 2017-04-11 | 3 | -15/+24 | |
| | ||||||
* | pr-fixes | marwan-at-work | 2017-04-06 | 3 | -5/+5 | |
| | ||||||
* | add git checkout example + housekeeping | marwan-at-work | 2017-04-06 | 3 | -3/+45 | |
| | ||||||
* | Merge pull request #296 from ajnavarro/improvement/repository | Santiago M. Mola | 2017-03-21 | 4 | -4/+4 | |
|\ | | | | | git: Repository methods changes | |||||
| * | git: Repository methods changes | Antonio Jesus Navarro Perez | 2017-03-06 | 4 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To have a more consistent public API, we decided to rename some methods, and add others: - Commit method renamed to CommitObject - Commits method renamed to CommitObjects - Tree method renamed to TreeObject - Trees method renamed to TreeObjects - Tags method renamed to TagObjects - Tag method renamed to TagObject - Added method Tags that returns tag references - Added method Branches that returns branch references - Added method Notes that returns note references - Added BlobObject method - Added BlobObjects method Also, we added more functionality related to references: - Added iterator to iterate References with a specific filter Some notes: - #298 | |||||
* | | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 9 | -25/+25 | |
|/ | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | |||||
* | Fix typos | Antonio Jesus Navarro Perez | 2017-02-28 | 2 | -6/+6 | |
| | ||||||
* | _examples: improve documentation | Antonio Jesus Navarro Perez | 2017-02-28 | 8 | -2/+29 | |
| | ||||||
* | documentation and API improvements | Máximo Cuadros | 2017-02-21 | 1 | -1/+1 | |
| | ||||||
* | submodule update implementation | Máximo Cuadros | 2017-02-15 | 1 | -4/+3 | |
| | ||||||
* | submodule init implementation | Máximo Cuadros | 2017-02-12 | 1 | -2/+3 | |
| | ||||||
* | examples: aerospike example (#250) | Máximo Cuadros | 2017-02-02 | 2 | -1/+108 | |
| | ||||||
* | fix example folder | Máximo Cuadros | 2017-02-01 | 10 | -14/+13 | |
| | ||||||
* | documentation changes | Máximo Cuadros | 2017-01-31 | 11 | -0/+516 | |