Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep local changes when checkout branch in worktree. | Linuxer Wang | 2019-05-15 | 1 | -0/+40 |
| | | | | Signed-off-by: Linuxer Wang <linuxerwang@gmail.com> | ||||
* | worktree: test hardcoded excludes when no gitignore is present | Fabian Sabau | 2019-03-04 | 1 | -0/+28 |
| | | | | Signed-off-by: Fabian Sabau <fabian.sabau+git@gmail.com> | ||||
* | Merge pull request #1065 from vmarkovtsev/fix-unicodev4.10.0 | Máximo Cuadros | 2019-02-14 | 1 | -4/+31 |
|\ | | | | | Remove Unicode normalization in difftree | ||||
| * | Remove Unicode normalization in difftree | Vadim Markovtsev | 2019-02-11 | 1 | -4/+31 |
| | | | | | | | | | | | | Fixes #1057 Signed-off-by: Vadim Markovtsev <vadim@sourced.tech> | ||||
* | | worktree: add sentinel error for non-fast-forward pull | Alexey Smirnov | 2019-02-07 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Alexey Smirnov <unlinkat@gmail.com> | ||||
* | Remove empty dirs when cleaning with Dir opt. | kuba-- | 2018-08-29 | 1 | -0/+9 |
| | | | | Signed-off-by: kuba-- <kuba@sourced.tech> | ||||
* | Worktree: Provide ability to add excludes (#825) | Alan D. Cabrera | 2018-05-11 | 1 | -0/+30 |
| | | | Worktree: Provide ability to add excludes | ||||
* | git: worktree, Skip special git directory. Fixes #814 | kuba-- | 2018-04-18 | 1 | -0/+38 |
| | | | | Signed-off-by: kuba-- <kuba@sourced.tech> | ||||
* | *: skip time consuming tests | Máximo Cuadros | 2018-03-21 | 1 | -0/+9 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | new methods Worktree.[AddGlob|RemoveBlob] and recursive Worktree.[Add|Remove] | Máximo Cuadros | 2018-02-26 | 1 | -14/+125 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | new methods Worktree.[AddGlob|AddDirectory] | Máximo Cuadros | 2018-02-01 | 1 | -0/+160 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | Merge pull request #695 from darkowlzz/grep-multiple-patterns-pathspec | Máximo Cuadros | 2017-12-20 | 1 | -8/+59 |
|\ | | | | | git: Worktree.Grep() support multiple patterns and pathspecs | ||||
| * | git: Worktree.Grep() support multiple patterns and pathspecs | Sunny | 2017-12-20 | 1 | -8/+59 |
| | | | | | | | | Signed-off-by: Sunny <me@darkowlzz.space> | ||||
* | | *: simplication | ferhat elmas | 2017-12-18 | 1 | -2/+2 |
|/ | | | | | | - no unnecessary err/bool check, uses them directly Signed-off-by: ferhat elmas <elmas.ferhat@gmail.com> | ||||
* | git: worktree, add Grep() method for git grep (#686) | Sunny | 2017-12-12 | 1 | -0/+185 |
| | | | This change implemented grep on worktree with options to invert match and specify pathspec. Also, a commit hash or reference can be used to specify the worktree to search. | ||||
* | storage: filesystem, add support for git alternates (#663) | Sunny | 2017-12-06 | 1 | -0/+30 |
| | | | | This change adds a new method Alternates() in DotGit to check and query alternate source. | ||||
* | test: git, Worktree.Clean() | Sunny | 2017-12-04 | 1 | -0/+35 |
| | |||||
* | all: fixes for ineffective assign | ferhat elmas | 2017-11-26 | 1 | -0/+12 |
| | |||||
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -6/+5 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | Fix spelling Unstagged -> Unstaged | Benjamin Nørgaard | 2017-10-08 | 1 | -1/+1 |
| | |||||
* | Worktree.Add: Support Add deleted files, fixes #571 (#577) | grunenwflorian | 2017-09-05 | 1 | -0/+4 |
| | |||||
* | Worktree.Reset ignore untracked files on Merge mode | Máximo Cuadros | 2017-09-01 | 1 | -35/+114 |
| | |||||
* | *: 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 |
| |