Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git: fix the issue with submodules having the SCP style URL fail due to the ↵ | matej.risek | 2023-06-05 | 1 | -7/+7 |
| | | | | wrong URL parsing | ||||
* | git: Add Depth to SubmoduleUpdateOptions | matej.risek | 2023-05-04 | 1 | -1/+2 |
| | |||||
* | Minor doc fixes (#287) | Jeff Widman | 2021-04-16 | 1 | -2/+2 |
| | |||||
* | Fetch submodules pointing to orphaned but still reachable commits (#284) | Nikolay Edigaryev | 2021-04-06 | 1 | -0/+18 |
| | |||||
* | Fix relative submodule resolution | Axel Christ | 2020-10-28 | 1 | -1/+23 |
| | | | | | | | | | | | | | | | | | With the current behavior, the config will always hold the resolved, absolute URL, leavin the user of go-git no choice to determine whether the original URL is relative or not. This changes to employ relative URL resolution only when resolving a submodule to a repository to keep the correct configuration 'unresolved' and intact. Change relative resolution using `filepath.Dir` to `path.Join` while parsing both the 'root' and the relative URL with `net/url.URL`. Adapt test to verify the new behavior. Re-fixes #184 (see comments). | ||||
* | Repository.ConfigScoped and Repository.Commit with empty author support | Máximo Cuadros | 2020-05-24 | 1 | -1/+1 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -4/+4 |
| | |||||
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | Worktree.Reset ignore untracked files on Merge mode | Máximo Cuadros | 2017-09-01 | 1 | -4/+7 |
| | |||||
* | Merge pull request #501 from smola/config-multiple-urls | Máximo Cuadros | 2017-08-02 | 1 | -1/+1 |
|\ | | | | | config: multiple values in RemoteConfig (URLs and Fetch) | ||||
| * | 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. | ||||
* | | Submodule.Update, add Auth to SubmoduleUpdateOption, fixes #520 | Máximo Cuadros | 2017-07-28 | 1 | -1/+1 |
|/ | |||||
* | worktree: expose underlying filesystem | Máximo Cuadros | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | *: package context support in Repository, Remote and Submodule | Máximo Cuadros | 2017-07-26 | 1 | -7/+30 |
| | |||||
* | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -1/+11 |
| | |||||
* | worktree: reset and checkout support for submodules | Máximo Cuadros | 2017-04-15 | 1 | -7/+154 |
| | |||||
* | worktree, status implementation based on merkletrie and reset and checkout ↵ | Máximo Cuadros | 2017-04-11 | 1 | -3/+3 |
| | | | | implementations | ||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -2/+2 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | documentation and API improvements | Máximo Cuadros | 2017-02-21 | 1 | -1/+1 |
| | |||||
* | submodule update implementation | Máximo Cuadros | 2017-02-15 | 1 | -18/+110 |
| | |||||
* | submodule init and update implementation | Máximo Cuadros | 2017-02-14 | 1 | -11/+57 |
| | |||||
* | submodule init implementation | Máximo Cuadros | 2017-02-13 | 1 | -1/+7 |
| | |||||
* | submodule init implementation | Máximo Cuadros | 2017-02-12 | 1 | -0/+30 |