Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *: windows support, some more fixes (2) (#536) | Manuel Carmona | 2017-08-07 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | * fixed windows failed test: "143 FAIL: worktree_test.go:314: WorktreeSuite.TestFilenameNormalization" * fixed windows failed test: "489: FAIL: auth_method_test.go:106: SuiteCommon.TestNewSSHAgentAuthNoAgent" * fixed windows failed test: "279 FAIL: server_test.go:50: ServerSuite.TestClone" fixed windows failed test: "298 FAIL: server_test.go:37: ServerSuite.TestPush" * fixed windows failed test: "316 FAIL: <autogenerated>:26: UploadPackSuite.TearDownSuite" * fixed windows failed test: "FAIL: <autogenerated>:6: IndexSuite.TearDownSuite" | |||||
* | *: windows support, some more fixes (#533) | Manuel Carmona | 2017-08-03 | 1 | -4/+11 | |
| | | | | | | | | | | * fixed windows failed test: "134 FAIL: repository_test.go:340: RepositorySuite.TestPlainOpenBareRelativeGitDirFileTrailingGarbage" * fixed windows failed test: "143 FAIL: worktree_test.go:367: WorktreeSuite.TestCheckoutIndexOS" * fixed windows failed test: "296 FAIL: receive_pack_test.go:36: ReceivePackSuite.TearDownTest" * fixed windows failed test: "152 FAIL: worktree_test.go:278: WorktreeSuite.TestCheckoutSymlink" | |||||
* | Merge pull request #526 from joshbetz/fix/filename-form | Máximo Cuadros | 2017-08-02 | 1 | -0/+43 | |
|\ | | | | | Normalize filenames before comparing. | |||||
| * | worktree: normalized string comparison tests | Máximo Cuadros | 2017-08-02 | 1 | -0/+43 | |
| | | ||||||
* | | config: multiple values in RemoteConfig (URLs and Fetch) | Santiago M. Mola | 2017-08-01 | 1 | -4/+4 | |
|/ | | | | | | | | * 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. | |||||
* | Merge pull request #513 from mcuadros/worktree-fs | Máximo Cuadros | 2017-07-27 | 1 | -60/+60 | |
|\ | | | | | worktree: expose underlying filesystem | |||||
| * | worktree: expose underlying filesystem | Máximo Cuadros | 2017-07-26 | 1 | -60/+60 | |
| | | ||||||
* | | remote: pull refactor to match default behaviour | Máximo Cuadros | 2017-07-26 | 1 | -0/+60 | |
|/ | ||||||
* | *: package context support in Repository, Remote and Submodule | Máximo Cuadros | 2017-07-26 | 1 | -1/+2 | |
| | ||||||
* | move Repository.Pull to Worktree.Pull | Máximo Cuadros | 2017-07-24 | 1 | -0/+159 | |
| | ||||||
* | worktree: checkout, create branch | Máximo Cuadros | 2017-07-18 | 1 | -18/+67 | |
| | ||||||
* | remote: fix Worktree.Status on empty repository | Máximo Cuadros | 2017-07-13 | 1 | -0/+19 | |
| | ||||||
* | worktree: test improvemnts on empty worktree | Máximo Cuadros | 2017-07-13 | 1 | -32/+10 | |
| | ||||||
* | Adds test that checkout possible with untracked files under gitignore | Oleg Sklyar | 2017-06-21 | 1 | -4/+30 | |
| | ||||||
* | worktree: Add create and push the blob objects to the storer | Máximo Cuadros | 2017-06-19 | 1 | -0/+11 | |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
* | Merge pull request #436 from mcuadros/symlink | Máximo Cuadros | 2017-06-19 | 1 | -0/+51 | |
|\ | | | | | worktree: symlink support | |||||
| * | worktree: support for symlinks | Máximo Cuadros | 2017-06-19 | 1 | -0/+51 | |
| | | ||||||
* | | Merge pull request #429 from silvertern/gitignore | Máximo Cuadros | 2017-06-19 | 1 | -0/+50 | |
|\ \ | |/ |/| | Adds .gitignore support | |||||
| * | Adds gitignore support | Oleg Sklyar | 2017-06-19 | 1 | -0/+50 | |
| | | ||||||
* | | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -7/+7 | |
|/ | ||||||
* | worktree: Remove and Move methods | Máximo Cuadros | 2017-05-21 | 1 | -0/+110 | |
| | ||||||
* | worktree: Status return untracked for untracked files | Máximo Cuadros | 2017-05-04 | 1 | -0/+1 | |
| | ||||||
* | worktree: Status return empty status instead of nil | Máximo Cuadros | 2017-05-03 | 1 | -0/+17 | |
| | ||||||
* | worktree: add method | Máximo Cuadros | 2017-04-26 | 1 | -0/+94 | |
| | ||||||
* | worktree: reset and checkout support for submodules | Máximo Cuadros | 2017-04-15 | 1 | -1/+44 | |
| | ||||||
* | worktree, reset implementation and status improvements | Máximo Cuadros | 2017-04-12 | 1 | -14/+99 | |
| | ||||||
* | worktree, status implementation based on merkletrie and reset and checkout ↵ | Máximo Cuadros | 2017-04-11 | 1 | -24/+182 | |
| | | | | implementations | |||||
* | use go-billy.v2 version | Antonio Jesus Navarro Perez | 2017-03-10 | 1 | -2/+2 | |
| | ||||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -4/+4 | |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | |||||
* | replace os.FileMode use with filemode.FileMode | Alberto Cortés | 2017-03-01 | 1 | -3/+3 | |
| | ||||||
* | submodule init and update implementation | Máximo Cuadros | 2017-02-14 | 1 | -2/+30 | |
| | ||||||
* | submodule init implementation | Máximo Cuadros | 2017-02-13 | 1 | -1/+1 | |
| | ||||||
* | git: make Storer public in Repository. | Santiago M. Mola | 2017-02-09 | 1 | -5/+5 | |
| | ||||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -2/+2 | |
| | ||||||
* | rename billy imports | Máximo Cuadros | 2017-01-30 | 1 | -7/+7 | |
| | ||||||
* | Worktree correct FileMode at index entries | Máximo Cuadros | 2017-01-30 | 1 | -3/+3 | |
| | ||||||
* | Repository.Clone made private | Máximo Cuadros | 2017-01-29 | 1 | -2/+0 | |
| | ||||||
* | worktree, status implementation | Máximo Cuadros | 2017-01-29 | 1 | -0/+129 | |
| | ||||||
* | new repository constructors and worktree | Máximo Cuadros | 2017-01-28 | 1 | -0/+39 | |