Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #467 from smola/push-delete | Máximo Cuadros | 2017-07-07 | 2 | -12/+95 | |
|\ \ \ | |/ / |/| | | remote: fix push delete, closes #466 | |||||
| * | | remote: fix push delete, closes #466 | Santiago M. Mola | 2017-07-07 | 2 | -12/+95 | |
|/ / | | | | | | | | | Refspecs for deletes were not being used to produce delete commands on the update request. | |||||
* | | Merge pull request #423 from smola/ssh-options | Máximo Cuadros | 2017-07-05 | 1 | -3/+36 | |
|\ \ | | | | | | | transport/ssh: allow passing SSH options | |||||
| * | | transport/ssh: allow global *ssh.ClientConfig override | Santiago M. Mola | 2017-06-23 | 1 | -14/+31 | |
| | | | | | | | | | | | | | | | A global *ssh.ClientConfig override can be set. It will be use to override values of each SSH session. | |||||
| * | | transport/ssh: allow passing SSH options | Santiago M. Mola | 2017-06-23 | 1 | -3/+19 | |
| | | | | | | | | | | | | | | | Adds the possibility of passing options to SSH transport. Options have the form of functions modifying ssh.ClientConfig. | |||||
* | | | Merge pull request #432 from ajnavarro/feature/http-push | Máximo Cuadros | 2017-07-05 | 4 | -77/+266 | |
|\ \ \ | |_|/ |/| | | transport: http push | |||||
| * | | fix auth error issue | Antonio Jesus Navarro Perez | 2017-07-04 | 2 | -1/+7 | |
| | | | ||||||
| * | | fix CGI git server | Antonio Jesus Navarro Perez | 2017-07-04 | 1 | -7/+14 | |
| | | | ||||||
| * | | transport: http push | Antonio Jesus Navarro Perez | 2017-07-04 | 4 | -77/+253 | |
|/ / | ||||||
* | | Merge pull request #453 from smola/race | Máximo Cuadros | 2017-06-27 | 1 | -1/+1 | |
|\ \ | | | | | | | fix race on packfile writer, fixes #351 | |||||
| * | | fix race on packfile writer | Santiago M. Mola | 2017-06-27 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #451 from smola/hotfix-unknown-capabilities | Máximo Cuadros | 2017-06-24 | 2 | -10/+6 | |
|\ \ | | | | | | | capability: accept unknown capabilities, fixes #450 | |||||
| * | | capability: accept unknown capabilities, fixes #450 | Santiago M. Mola | 2017-06-23 | 2 | -10/+6 | |
| |/ | | | | | | | | | | | | | | | | | GitHub has started using a non-standard capability "early-capabilities" with agent=git/github-g3daa19f21. This is breaking all go-git operations on GitHub. This commit removes validation for known capabilities, so that we can use non-standard capabilities safely. | |||||
* | | Merge pull request #452 from taralx/patch-1 | Máximo Cuadros | 2017-06-24 | 1 | -1/+1 | |
|\ \ | |/ |/| | storage/filesystem: Fix nil dereference in Shallow() | |||||
| * | storage/filesystem: Fix nil dereference in Shallow() | JP Sugarbroad | 2017-06-23 | 1 | -1/+1 | |
|/ | | | This code crashes if the shallow file doesn't exist. | |||||
* | Merge pull request #444 from silvertern/gitignore-ch2v4.0.0-rc11 | Máximo Cuadros | 2017-06-21 | 2 | -7/+35 | |
|\ | | | | | Fixes checkout not possible with (untracked) files under gitignore | |||||
| * | Adds test that checkout possible with untracked files under gitignore | Oleg Sklyar | 2017-06-21 | 1 | -4/+30 | |
| | | ||||||
| * | Fixes gitignore ignored on checkout | Oleg Sklyar | 2017-06-20 | 1 | -3/+5 | |
| | | ||||||
* | | Merge pull request #434 from ↵ | Máximo Cuadros | 2017-06-21 | 2 | -25/+69 | |
|\ \ | |/ |/| | | | | | orirawlings/updateLocalRemoteRefsEvenIfNoPackFetched Update local remote references during fetch even if no pack needs to be received | |||||
| * | Update local remote references during fetch even if no pack needs to be received | Ori Rawlings | 2017-06-19 | 2 | -25/+69 | |
|/ | ||||||
* | Merge pull request #442 from ajnavarro/fix/stackoverflow | Máximo Cuadros | 2017-06-19 | 1 | -6/+6 | |
|\ | | | | | internal/dotgit: rewrite code to avoid stackoverflow errors | |||||
| * | internal/dotgit: rewrite code to avoid stackoverflow errors | Antonio Jesus Navarro Perez | 2017-06-19 | 1 | -6/+6 | |
| | | ||||||
* | | Merge pull request #441 from mcuadros/fix-add | Máximo Cuadros | 2017-06-19 | 3 | -115/+56 | |
|\ \ | | | | | | | worktree: Add create and push the blob objects to the storer | |||||
| * | | worktree: Add create and push the blob objects to the storer | Máximo Cuadros | 2017-06-19 | 3 | -115/+56 | |
| |/ | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
* | | Merge pull request #440 from ajnavarro/fix/revlist-submodules | Máximo Cuadros | 2017-06-19 | 2 | -1/+24 | |
|\ \ | |/ |/| | revlist: ignore treeEntries that are submodules. | |||||
| * | revlist: ignore treeEntries that are submodules. | Antonio Jesus Navarro Perez | 2017-06-19 | 2 | -1/+24 | |
|/ | | | | - If we don't ignore submodules in trees, when we tried to perform a push, revlist.Objects returned hashes that was from submodules, causing an "object not found" error in packfile generation. | |||||
* | worktree: fix ioutil import path | Máximo Cuadros | 2017-06-19 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #436 from mcuadros/symlink | Máximo Cuadros | 2017-06-19 | 6 | -27/+198 | |
|\ | | | | | worktree: symlink support | |||||
| * | worktree: support for symlinks | Máximo Cuadros | 2017-06-19 | 4 | -21/+144 | |
| | | ||||||
| * | utils: merkletrie support for symlinks | Máximo Cuadros | 2017-06-18 | 2 | -6/+54 | |
| | | ||||||
* | | plumbing: gitignore, upgrade to go-billy.v3 and test with gocheck | Máximo Cuadros | 2017-06-19 | 5 | -219/+200 | |
| | | ||||||
* | | Merge pull request #429 from silvertern/gitignore | Máximo Cuadros | 2017-06-19 | 9 | -0/+758 | |
|\ \ | |/ |/| | Adds .gitignore support | |||||
| * | Adds gitignore support | Oleg Sklyar | 2017-06-19 | 9 | -0/+758 | |
| | | ||||||
* | | fix merge commit | Máximo Cuadros | 2017-06-18 | 1 | -4/+0 | |
| | | ||||||
* | | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -0/+4 | |
|\ \ | ||||||
| * \ | Merge pull request #369 from smola/windows | Máximo Cuadros | 2017-06-17 | 7 | -31/+25 | |
| |\ \ | | | | | | | | | Windows support | |||||
| | * | | dotgit: support reading reference files in Windows | Santiago M. Mola | 2017-06-02 | 1 | -9/+8 | |
| | | | | ||||||
| | * | | test: more Windows path handling | Santiago M. Mola | 2017-06-02 | 2 | -3/+4 | |
| | | | | ||||||
| | * | | test: use regular paths for inproc server tests (windows) | Santiago M. Mola | 2017-06-02 | 1 | -13/+7 | |
| | | | | ||||||
| | * | | test: fix path handling in tests for Windows | Santiago M. Mola | 2017-06-02 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | test: fix test for error checking in Windows | Santiago M. Mola | 2017-06-02 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | appveyor: fix PATH to include git-receive-pack / git-upload-pack | Santiago M. Mola | 2017-06-02 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 31 | -134/+148 | |
|/ / / | ||||||
* | | | Merge pull request #421 from smola/iter-naming | Máximo Cuadros | 2017-06-14 | 5 | -11/+11 | |
|\ \ \ | | | | | | | | | fix naming of NewCommit{Pre,Post}Iterator | |||||
| * | | | fix naming of NewCommit{Pre,Post}Iterator | Santiago M. Mola | 2017-06-13 | 5 | -11/+11 | |
| | |/ | |/| | | | | | | | | | | Use Iter suffix, just as all other iterators in the project. Use Preorder and Postorder to be more clear. | |||||
* | | | Merge pull request #422 from smola/gofmt | Máximo Cuadros | 2017-06-13 | 4 | -5/+7 | |
|\ \ \ | | | | | | | | | fix gofmt | |||||
| * | | | fix gofmt | Santiago M. Mola | 2017-06-13 | 4 | -5/+7 | |
| |/ / | ||||||
* | | | Merge pull request #418 from smola/ssh-issue-310 | Santiago M. Mola | 2017-06-13 | 6 | -39/+189 | |
|\ \ \ | |/ / |/| | | fix push on git and ssh | |||||
| * | | transport/internal: remove Wait function, use Close directly | Santiago M. Mola | 2017-06-13 | 4 | -32/+19 | |
| | | | ||||||
| * | | fix ReceivePackSuite.TestSendPackAddDeleteReference | Santiago M. Mola | 2017-06-13 | 1 | -2/+4 | |
| | | |