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
Commit message (
Expand
)
Author
Age
Files
Lines
*
plumbing: packp, A request is not empty if it contains shallows. Fixes #328
Arieh Schneier
2023-07-02
3
-4
/
+11
*
Merge pull request #802 from pjbgf/fix-build
Paulo Gomes
2023-07-02
4
-4
/
+27
|
\
|
*
plumbing: http, Fix empty repos on Git v2.41+
Paulo Gomes
2023-07-01
4
-4
/
+27
*
|
Merge pull request #357 from pascal-hofmann/patch-1
Paulo Gomes
2023-07-01
1
-3
/
+0
|
\
\
|
*
|
_examples: Remove wrong comment
Pascal Hofmann
2021-07-30
1
-3
/
+0
*
|
|
Merge pull request #702 from ThinkChaos/perf/add-directory-minor-speedup
Paulo Gomes
2023-07-01
2
-21
/
+95
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
squash: replace `if` with `||`
ThinkChaos
2023-05-31
1
-3
/
+1
|
*
|
worktree: minor speedup for doAddDirectory
ThinkChaos
2023-05-30
2
-18
/
+94
*
|
|
Merge pull request #765 from matejrisek/feature/shallow-submodules-option
Paulo Gomes
2023-06-07
3
-1
/
+47
|
\
\
\
|
*
|
|
git: add a clone option to allow for shallow cloning of submodules
matej.risek
2023-06-05
3
-1
/
+47
*
|
|
|
Merge pull request #756 from matejrisek/fix/scp-style-submodule-url
Paulo Gomes
2023-06-05
2
-7
/
+33
|
\
\
\
\
|
*
|
|
|
git: fix the issue with submodules having the SCP style URL fail due to the w...
matej.risek
2023-06-05
2
-7
/
+33
|
|
/
/
/
*
|
|
|
Merge pull request #784 from pjbgf/sec
Paulo Gomes
2023-06-05
1
-0
/
+38
|
\
\
\
\
|
*
|
|
|
*: Add SECURITY.md. Fixes: #527 #543
Paulo Gomes
2023-06-04
1
-0
/
+38
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #785 from AriehSchneier/gitignore-relative-any-user
Paulo Gomes
2023-06-04
2
-11
/
+57
|
\
\
\
\
|
*
|
|
|
plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any u...
Arieh Schneier
2023-06-05
2
-11
/
+57
|
/
/
/
/
*
|
|
|
Merge pull request #758 from AriehSchneier/head-not-master
Paulo Gomes
2023-06-04
2
-7
/
+43
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
git: Clone HEAD should not force master. Fixes #363
Arieh Schneier
2023-06-04
2
-7
/
+43
|
/
/
/
*
|
|
Merge pull request #781 from AriehSchneier/fix-gitignore
Paulo Gomes
2023-05-29
2
-6
/
+40
|
\
\
\
|
*
|
|
plumbing: gitignore, fix incorrect parsing. Fixes #500
Arieh Schneier
2023-05-29
2
-6
/
+40
*
|
|
|
Merge pull request #763 from AriehSchneier/dont-add-want-if-have
Paulo Gomes
2023-05-29
1
-4
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
git: don't add to wants if exists, shallow and depth 1
Arieh Schneier
2023-05-25
1
-4
/
+8
*
|
|
|
Merge pull request #772 from Jleagle/master
Paulo Gomes
2023-05-25
2
-0
/
+47
|
\
\
\
\
|
*
|
|
|
plumbing: gitignore, Typo
Jleagle
2023-05-25
1
-1
/
+1
|
*
|
|
|
plumbing: gitignore, Allow gitconfig to contain a gitignore relative to user ...
Jleagle
2023-05-25
2
-0
/
+47
|
/
/
/
/
*
|
|
|
Merge pull request #762 from AriehSchneier/fetch-non-qualified
Paulo Gomes
2023-05-25
4
-57
/
+130
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
git: enable fetch with unqualified references
Arieh Schneier
2023-05-25
4
-57
/
+130
|
/
/
/
*
|
|
Merge pull request #778 from AriehSchneier/fix-fetch-after-shallow-v2
Paulo Gomes
2023-05-24
3
-44
/
+116
|
\
\
\
|
*
|
|
git: Fix fetching after shallow clone. Fixes #305
Arieh Schneier
2023-05-24
3
-44
/
+116
|
/
/
/
*
|
|
Merge pull request #775 from pjbgf/codeql
v5.7.0
Paulo Gomes
2023-05-23
3
-16
/
+60
|
\
\
\
|
*
|
|
*: Bump dependencies
Paulo Gomes
2023-05-23
2
-16
/
+16
|
*
|
|
*: Add CodeQL workflow
Paulo Gomes
2023-05-23
1
-0
/
+44
*
|
|
|
Merge pull request #764 from techknowlogick/init-options
Paulo Gomes
2023-05-23
3
-1
/
+66
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
git: Allow Initial Branch to be configurable
techknowlogick
2023-05-21
3
-1
/
+66
|
|
/
/
*
|
|
Merge pull request #776 from go-git/dependabot/go_modules/github.com/cloudfla...
Paulo Gomes
2023-05-23
2
-2
/
+3
|
\
\
\
|
*
|
|
build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3
dependabot[bot]
2023-05-21
2
-2
/
+3
|
/
/
/
*
|
|
Merge pull request #774 from pjbgf/go-bump
Paulo Gomes
2023-05-21
2
-13
/
+11
|
\
\
\
|
*
|
|
*: Bump Go version to 1.18 on go.mod
Paulo Gomes
2023-05-21
2
-13
/
+11
|
/
/
/
*
|
|
Merge pull request #753 from andrewpollock/add_list_timeout
Paulo Gomes
2023-05-20
2
-1
/
+11
|
\
\
\
|
*
|
|
git: remote, add support for a configurable timeout.
Andrew Pollock
2023-05-12
2
-1
/
+11
*
|
|
|
Merge pull request #770 from pjbgf/small-fixes
Paulo Gomes
2023-05-15
54
-172
/
+129
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
*: Add missing error checks
Paulo Gomes
2023-05-11
2
-14
/
+24
|
*
|
|
*: Replace fmt.Sprintf with net.JoinHostPort
Paulo Gomes
2023-05-11
2
-4
/
+5
|
*
|
|
*: Remove use of deprecated io/util
Paulo Gomes
2023-05-11
47
-136
/
+96
|
*
|
|
*: Remove redudant err nil checks
Paulo Gomes
2023-05-11
4
-18
/
+4
|
/
/
/
*
|
|
Merge pull request #769 from AriehSchneier/fix-test-clean
Paulo Gomes
2023-05-11
3
-27
/
+31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
git: Testing, Fix tests not cleaning temp folders
Arieh Schneier
2023-05-11
3
-27
/
+31
|
/
/
*
|
Merge pull request #754 from matejrisek/feature/submodule-clone-depth
Paulo Gomes
2023-05-04
3
-1
/
+34
|
\
\
|
*
|
git: Add Depth to SubmoduleUpdateOptions
matej.risek
2023-05-04
3
-1
/
+34
*
|
|
Merge pull request #722 from AriehSchneier/populate-index
Paulo Gomes
2023-05-04
2
-0
/
+25
|
\
\
\
[next]