Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: commit, fixed minor typo in info statement | HashedDan | 2019-04-15 | 1 | -1/+1 |
| | | | | Signed-off-by: HashedDan <georgedanielmangum@gmail.com> | ||||
* | Fix spelling and grammar in docs and example | Lukasz Kokot | 2018-10-28 | 8 | -11/+11 |
| | | | | Signed-off-by: Lukasz Kokot <lukasz@kumojin.com> | ||||
* | examples & documentation: PlainClone with Basic Authentication (Password & ↵ | Colton J. McCurdy | 2018-10-25 | 3 | -0/+81 |
| | | | | | Access Token) (#990) examples: PlainClone with Basic Authentication (Password & Access Token) | ||||
* | plumbing/transport: http, Adds token authentication support [Fixes #858] | Eric Billingsley | 2018-06-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Eric Billingsley <ebilling@babrains.com> | ||||
* | _examples: branch example improvements | Máximo Cuadros | 2018-01-15 | 4 | -61/+66 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | add branch add/remove example | marwan-at-work | 2018-01-09 | 2 | -12/+56 |
| | |||||
* | Fix revision solver for branch and tag (#660) | Anthony HAMON | 2017-12-01 | 4 | -4/+38 |
| | | | fix Repository.ResolveRevision for branch and tag | ||||
* | all: gofmt -s | ferhat elmas | 2017-11-30 | 1 | -11/+11 |
| | |||||
* | examples,plumbing,utils: typo fixes | ferhat elmas | 2017-11-20 | 2 | -3/+3 |
| | |||||
* | Update README.md | Alexander | 2017-09-09 | 1 | -1/+1 |
| | | | Update like to storage GoDoc | ||||
* | _examples: context | Máximo Cuadros | 2017-08-22 | 3 | -0/+48 |
| | |||||
* | Add example for pulling changes | Ori Rawlings | 2017-08-13 | 3 | -1/+61 |
| | |||||
* | 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 |