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
/
options.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Add option approximating `git clean -x` flag."
Paulo Gomes
2024-06-28
1
-3
/
+0
*
Merge pull request #995 from msuozzo/git-clean
Paulo Gomes
2024-06-28
1
-0
/
+3
|
\
|
*
git: add option approximating git clean -x.
Matthew Suozzo
2024-01-12
1
-0
/
+3
*
|
Merge pull request #1048 from pjbgf/fix-reset-validation
Paulo Gomes
2024-03-12
1
-0
/
+5
|
\
\
|
*
|
git: Add commit validation for Reset. Fixes #878
Paulo Gomes
2024-03-11
1
-0
/
+5
*
|
|
git: Implement Merge function with initial FastForwardMerge support
Paulo Gomes
2024-03-09
1
-4
/
+16
*
|
|
git: Add Merge with ff-only
John Cai
2024-03-09
1
-0
/
+7
|
/
/
*
|
*: fetch, adds the prune option. Fixes #316
Julien Salleyron
2024-02-22
1
-1
/
+4
*
|
git: signer, fix usage of crypto.Signer interface
Billy Lynch
2024-02-13
1
-2
/
+1
*
|
Merge pull request #994 from moranCohen26/supportFastAddPath
Paulo Gomes
2024-01-23
1
-0
/
+5
|
\
\
|
*
|
git: Worktree.AddWithOptions, add skipStatus option. #993
Moran Cohen
2024-01-17
1
-0
/
+5
|
|
/
*
/
git: worktree_commit, Add crypto.Signer option to CommitOptions.
Billy Lynch
2024-01-18
1
-0
/
+5
|
/
*
git: worktree checkout tag hash id (#959)
Ayman Bagabas
2023-12-12
1
-3
/
+3
*
git: clone --shared implemented
enverbisevac
2023-10-08
1
-0
/
+9
*
git: allow using `InitOptions` with `PlainInitWithOptions`
ThinkChaos
2023-09-15
1
-0
/
+1
*
git: add `PlainInitOptions.Bare`
ThinkChaos
2023-09-15
1
-0
/
+2
*
Merge branch 'master' into jc/commit-ammend
Paulo Gomes
2023-08-05
1
-4
/
+67
|
\
|
*
Merge pull request #765 from matejrisek/feature/shallow-submodules-option
Paulo Gomes
2023-06-07
1
-0
/
+3
|
|
\
|
|
*
git: add a clone option to allow for shallow cloning of submodules
matej.risek
2023-06-05
1
-0
/
+3
|
*
|
git: remote, add support for a configurable timeout.
Andrew Pollock
2023-05-12
1
-0
/
+2
|
|
/
|
*
Merge pull request #754 from matejrisek/feature/submodule-clone-depth
Paulo Gomes
2023-05-04
1
-0
/
+3
|
|
\
|
|
*
git: Add Depth to SubmoduleUpdateOptions
matej.risek
2023-05-04
1
-0
/
+3
|
*
|
plumbing/transport: add ProxyOptions to specify proxy details
Sanskar Jaiswal
2023-05-04
1
-1
/
+10
|
*
|
git: Add support to ls-remote with peeled references. Fixes #749
Paulo Gomes
2023-05-03
1
-0
/
+20
|
*
|
Merge pull request #728 from aymanbagabas/grep-bare
Paulo Gomes
2023-04-26
1
-1
/
+7
|
|
\
\
|
|
*
|
fix: git grep bare repositories
Ayman Bagabas
2023-04-26
1
-1
/
+7
|
|
|
/
|
*
/
feat(clone): add mirror clone option
Ayman Bagabas
2023-04-17
1
-0
/
+8
|
|
/
|
*
config: Add Repository Format Extension
Paulo Gomes
2023-03-08
1
-0
/
+8
|
*
Return error instead of creating empty commits
Paulo Gomes
2022-12-03
1
-0
/
+4
|
*
*: fix typographical error
James Romeril
2022-09-22
1
-1
/
+1
|
*
*: fix some typos (#567)
cui fliter
2022-09-22
1
-2
/
+2
*
|
Add Amend option to CommitOptions
John Cai
2022-01-03
1
-0
/
+11
|
/
*
Merge branch 'master' into jc-push-atomic
Máximo Cuadros
2021-12-10
1
-0
/
+17
|
\
|
*
Merge pull request #410 from john-cai/jc-sparse
Máximo Cuadros
2021-12-10
1
-0
/
+2
|
|
\
|
|
*
simplified sparse checkout
John Cai
2021-11-09
1
-0
/
+2
|
*
|
Add ForceWithLease Push Option
John Cai
2021-11-02
1
-0
/
+15
|
|
/
*
/
Add Atomic to push options
John Cai
2021-11-03
1
-0
/
+2
|
/
*
Merge pull request #399 from S-Bohn/add-push-options
Máximo Cuadros
2021-11-01
1
-0
/
+2
|
\
|
*
plumbing: packp, Add encoding for push-options. Fixes #268.
Sören Bohn
2021-10-26
1
-0
/
+2
*
|
Document the push refspec format
Thibault Jamet
2021-10-28
1
-2
/
+8
|
/
*
Merge pull request #375 from noerw/add-remoteurl-option
Máximo Cuadros
2021-10-26
1
-1
/
+7
|
\
|
*
Add RemoteURL to {Fetch,Pull,Push}Options
Norwin
2021-09-15
1
-1
/
+7
*
|
git: add --follow-tags option for pushes
John Cai
2021-10-05
1
-0
/
+3
|
/
*
*: typo fixes #291
Jeff Widman
2021-04-16
1
-2
/
+2
*
*: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...
Johan Fleury
2021-04-06
1
-1
/
+1
*
add RequireRemoteRefs to PushOptions (#258)
Andrew Suffield
2021-03-25
1
-0
/
+3
*
Add insecureSkipTLS and cabundle (#228)
Daishan Peng
2021-01-27
1
-0
/
+20
*
Support `.git/commondir` repository layout
Timofey Kirillov
2020-06-15
1
-0
/
+3
*
Worktree.AddWithOptions: improve documentation and interface
Máximo Cuadros
2020-06-14
1
-1
/
+20
*
feat: add file with using .gitignore, fixed src-d/go-git#1219
jk2k
2020-06-10
1
-0
/
+6
[next]