| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \
| | | | |
| | | | | |
http: improve TokenAuth documentation
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Users are often confused with TokenAuth, since it might look that it
should be used with GitHub's OAuth tokens. But that is not the case.
TokenAuth implements HTTP bearer authentication. Most git servers will
use HTTP basic authentication (user+passwords) even for OAuth tokens.
Signed-off-by: Santiago M. Mola <santi@mola.io>
|
| | | |
| | | |
| | | | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
cleanup after failed clone
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Santiago M. Mola <santi@mola.io>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Bartek Jaroszewski <jaroszewskibartek@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
update gcfg dependency to v1.4.0
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fix spelling and grammar in docs and example
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Lukasz Kokot <lukasz@kumojin.com>
|
|\ \ \ \
| | | | |
| | | | | |
plumbing: transport/http, Add missing host/port on redirect. Fixes #820
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
add StackOverflow to support channels
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since we are not redirecting users to StackOverflow for support
questions, it makes sense to add it to the official support channels.
Signed-off-by: Santiago M. Mola <santi@mola.io>
|
| |_|/
|/| |
| | |
| | |
| | | |
Access Token) (#990)
examples: PlainClone with Basic Authentication (Password & Access Token)
|
|\ \ \
| | | |
| | | | |
plumbing: ReferenceName constructors
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
|
|\ \
| | |
| | | |
git: enables building on OpenBSD, Dragonfly BSD and Solaris
|
|/ /
| |
| |
| | |
Signed-off-by: Yuce Tekol <yucetekol@gmail.com>
|
|\ \
| | |
| | | |
remote: use reference deltas on push when the remote server does not …
|
| |/
| |
| |
| |
| |
| | |
support offset deltas
Signed-off-by: Benjamin Ash <bash@intelerad.com>
|
|/
|
| |
README: Fixed a typo.
|
|\
| |
| | |
repository: improve CheckoutOption.Hash doc
|
| |
| |
| |
| | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
|\ \
| | |
| | | |
repository: allow open non-bare repositories as bare
|
| | |
| | |
| | |
| | | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
|\ \ \
| | | |
| | | | |
blame: fix edge case with missing \n in content length causing mismatched length error
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
length error
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
tree: add a Size() method for getting plaintext size
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Suggested by mcuadros.
Issue: src-d/go-git#982
Signed-off-by: Jeremy Stribling <strib@alum.mit.edu>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Suggested by taruti.
Signed-off-by: Jeremy Stribling <strib@alum.mit.edu>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Without reading the entire object into memory.
Signed-off-by: Jeremy Stribling <strib@alum.mit.edu>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jeremy Stribling <strib@alum.mit.edu>
|
|\ \ \ \
| |_|_|/
|/| | | |
Teach ResolveRevision how to look up annotated tags
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
references: sort: compare author timestamps when commit timestamps are equal. Fixes #725
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
equal, test
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
|/| | | |
| | | | |
| | | | |
| | | | | |
github.com:krylovsk/go-git into bugfix/references-sort-timestamps
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
equal. Fixes #725
Signed-off-by: Alexandr Krylovskiy <alexandr.krylovskiy@gmail.com>
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Use remote name in fetch while clone
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #827
Signed-off-by: Dustin Frisch <fooker@lab.sh>
|
| | | | |
| | | | |
| | | | | |
plumbing: object, Add support for Log with filenames. Fixes #826
|
|\ \ \ \ \
| | | | | |
| | | | | | |
config: Add test for Windows local paths.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Filip Navara <navara@emclient.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
git: Fix Status.IsClean() documentation
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The documentation of the IsClean Method contained a negation, so it was
describing the opposite of its actual behavior.
Fixes #838
Signed-off-by: David Url <david@urld.io>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
use time.IsZero in Prune
|