index
:
go-git
master
push_url
A highly extensible Git implementation in pure Go.
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
worktree.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Add option approximating `git clean -x` flag."
Paulo Gomes
2024-06-28
1
-4
/
+3
*
Merge pull request #995 from msuozzo/git-clean
Paulo Gomes
2024-06-28
1
-3
/
+4
|
\
|
*
git: add option approximating git clean -x.
Matthew Suozzo
2024-01-12
1
-3
/
+4
*
|
git: worktree, Don't panic on empty or root path when checking if it is valid
tim775
2024-03-06
1
-0
/
+4
|
/
*
git: worktree checkout tag hash id (#959)
Ayman Bagabas
2023-12-12
1
-13
/
+10
*
git: worktree, Align validation with upstream rules
Paulo Gomes
2023-12-08
1
-0
/
+107
*
Merge pull request #939 from dhoizner/fix-pull-after-shallow
Paulo Gomes
2023-12-01
1
-2
/
+11
|
\
|
*
git: stop iterating at oldest shallow when pulling. Fixes #305
Dan Hoizner
2023-11-27
1
-2
/
+11
*
|
git: validate reference names
Ayman Bagabas
2023-11-30
1
-0
/
+4
|
/
*
git: worktree:: apply ProxyOption on Pull. Fixes #840
nodivbyzero
2023-09-15
1
-0
/
+1
*
git: worktree, reset ignored files that are part of the worktree: Fixes #819
Stephan
2023-09-04
1
-2
/
+2
*
*: Remove use of deprecated io/util
Paulo Gomes
2023-05-11
1
-3
/
+2
*
fix: git grep bare repositories
Ayman Bagabas
2023-04-26
1
-8
/
+13
*
git: worktree: check for empty parent dirs during Reset (Fixes #670) (#671)
mbohy
2023-01-28
1
-10
/
+39
*
Optimize zlib reader and consolidate sync.pools
Paulo Gomes
2022-11-07
1
-12
/
+4
*
Use Sync.Pool pointers to optimise memory usage
Paulo Gomes
2022-11-07
1
-3
/
+5
*
simplified sparse checkout
John Cai
2021-11-09
1
-7
/
+18
*
Add RemoteURL to {Fetch,Pull,Push}Options
Norwin
2021-09-15
1
-0
/
+1
*
Minor doc fixes (#287)
Jeff Widman
2021-04-16
1
-1
/
+1
*
worktree: Don't remove root directory when cleaning (#230)
hansmi
2021-01-27
1
-1
/
+1
*
Add insecureSkipTLS and cabundle (#228)
Daishan Peng
2021-01-27
1
-5
/
+7
*
Fix relative submodule resolution
Axel Christ
2020-10-28
1
-22
/
+0
*
git: worktree, Support relative submodule URL.
Mitsutaka Naito
2020-10-13
1
-1
/
+27
*
fix goreportcard warnings
Oleg Kovalov
2020-07-01
1
-2
/
+1
*
Report "Already up to date" when local repository ahead of remote
Mathias Rüdiger
2020-06-22
1
-1
/
+7
*
*: migration from gopkg to go modules
Máximo Cuadros
2020-03-10
1
-12
/
+12
*
Worktree: improve build index performance. (#1179)
Nao YONASHIRO
2019-07-25
1
-17
/
+56
*
use constant instead of literal string
noonehereplzgo
2019-06-11
1
-1
/
+1
*
Keep local changes when checkout branch in worktree.
Linuxer Wang
2019-05-15
1
-0
/
+2
*
git: remove potentially duplicate check for unstaged files
Tobias Meinhardt
2019-03-05
1
-11
/
+0
*
worktree: add sentinel error for non-fast-forward pull
Alexey Smirnov
2019-02-07
1
-5
/
+6
*
Add Status.IsUntracked function
kuba--
2018-08-29
1
-3
/
+1
*
Remove empty dirs when cleaning with Dir opt.
kuba--
2018-08-29
1
-14
/
+44
*
worktree: Don't allow .gitmodules to be a symlink. Fixes CVE-2018-11235
Joseph Vusich
2018-05-30
1
-0
/
+12
*
Worktree: Provide ability to add excludes (#825)
Alan D. Cabrera
2018-05-11
1
-0
/
+3
*
Added support for non-symlink checkouts on Windows when elevated rights are m...
Felix Kollmann
2018-03-12
1
-0
/
+16
*
all: remove some unused code
Daniel Martí
2018-03-01
1
-4
/
+0
*
git: Worktree.Grep() support multiple patterns and pathspecs
Sunny
2017-12-20
1
-23
/
+61
*
git: worktree, add Grep() method for git grep (#686)
Sunny
2017-12-12
1
-0
/
+100
*
git: worktree, add Clean() method for git clean
Sunny
2017-12-04
1
-0
/
+27
*
Support non-force fetches
Nick Thomas
2017-11-27
1
-0
/
+1
*
update to go-billy.v4 and go-git-fixtures.v3
Máximo Cuadros
2017-11-23
1
-2
/
+2
*
Fix spelling Unstagged -> Unstaged
Benjamin Nørgaard
2017-10-08
1
-3
/
+3
*
Worktree.Reset ignore untracked files on Merge mode
Máximo Cuadros
2017-09-01
1
-73
/
+115
*
Merge pull request #531 from mcuadros/ref-name
Máximo Cuadros
2017-08-02
1
-3
/
+3
|
\
|
*
*: use the new API for ReferenceName.Is* methods
Máximo Cuadros
2017-08-02
1
-3
/
+3
*
|
reuse Auth method when recursing submodules, fixes #521
Devon Barrett
2017-07-29
1
-7
/
+7
|
/
*
Merge pull request #513 from mcuadros/worktree-fs
Máximo Cuadros
2017-07-27
1
-10
/
+12
|
\
|
*
worktree: expose underlying filesystem
Máximo Cuadros
2017-07-26
1
-10
/
+12
*
|
remote: pull refactor to match default behaviour
Máximo Cuadros
2017-07-26
1
-3
/
+46
|
/
[next]