| .. |
|
cloud
|
de208b50c2
Add remaining typing
|
3 месяцев назад |
|
contrib
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
tests
|
de208b50c2
Add remaining typing
|
3 месяцев назад |
|
__init__.py
|
d9f395ef7c
Add sparse index support for improved performance with large repositories
|
3 месяцев назад |
|
__main__.py
|
b93c4da460
Add more docstrings
|
5 месяцев назад |
|
annotate.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
archive.py
|
de208b50c2
Add remaining typing
|
3 месяцев назад |
|
attrs.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
bisect.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
bitmap.py
|
3b174ad68f
Add packfile bitmap reading and writing support
|
3 месяцев назад |
|
bundle.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
cli.py
|
adfc934098
Enhance fetch with missing options (#1944)
|
3 месяцев назад |
|
client.py
|
d785127b95
Fix SSH connections with custom ssh command
|
3 месяцев назад |
|
commit_graph.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
config.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
credentials.py
|
ae9a566a4c
Add remaining missing docstrings
|
5 месяцев назад |
|
diff.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
diff_tree.py
|
464bbd8649
Add PackCapableObjectStore base class to remove type: ignore
|
3 месяцев назад |
|
dumb.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
errors.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
fastexport.py
|
0e83eaae20
fix typing
|
3 месяцев назад |
|
file.py
|
de208b50c2
Add remaining typing
|
3 месяцев назад |
|
filter_branch.py
|
b5a389a244
Add convenience functions for dealing with refs
|
3 месяцев назад |
|
filters.py
|
1d5c694385
Attempt to fix 3.14 errors
|
3 месяцев назад |
|
gc.py
|
de208b50c2
Add remaining typing
|
3 месяцев назад |
|
graph.py
|
2b446f644e
Add support for dulwich merge-base command
|
3 месяцев назад |
|
greenthreads.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
hooks.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
ignore.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
index.py
|
d9f395ef7c
Add sparse index support for improved performance with large repositories
|
3 месяцев назад |
|
lfs.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
lfs_server.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
line_ending.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
log_utils.py
|
e0920d34e1
Fix Python 3.9 compatibility in test_log_utils
|
3 месяцев назад |
|
lru_cache.py
|
ae9a566a4c
Add remaining missing docstrings
|
5 месяцев назад |
|
mailmap.py
|
ae9a566a4c
Add remaining missing docstrings
|
5 месяцев назад |
|
mbox.py
|
6a9bd0d133
Add mailsplit command
|
3 месяцев назад |
|
merge.py
|
b6faec98e5
Merge branch 'master' into recursive-merge
|
3 месяцев назад |
|
merge_drivers.py
|
de208b50c2
Add remaining typing
|
3 месяцев назад |
|
notes.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
object_store.py
|
464bbd8649
Add PackCapableObjectStore base class to remove type: ignore
|
3 месяцев назад |
|
objects.py
|
2b4bba1886
Implement recursive merge strategy for handling multiple merge bases
|
3 месяцев назад |
|
objectspec.py
|
b5a389a244
Add convenience functions for dealing with refs
|
3 месяцев назад |
|
pack.py
|
3b174ad68f
Add packfile bitmap reading and writing support
|
3 месяцев назад |
|
patch.py
|
a5788e4e26
Add support for cherry command
|
3 месяцев назад |
|
porcelain.py
|
adfc934098
Enhance fetch with missing options (#1944)
|
3 месяцев назад |
|
protocol.py
|
8b674c976b
Enhance fetch with missing options
|
3 месяцев назад |
|
py.typed
|
656703d0ac
[setup] Add py.typed to allow type checking
|
5 лет назад |
|
rebase.py
|
ee23a186b9
Implement recursive merge strategy for handling multiple merge bases (#1936)
|
3 месяцев назад |
|
reflog.py
|
d819302adc
Work around typing module bug in Python 3.9.0/3.9.1
|
3 месяцев назад |
|
refs.py
|
b5a389a244
Add convenience functions for dealing with refs
|
3 месяцев назад |
|
reftable.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
repo.py
|
ee23a186b9
Implement recursive merge strategy for handling multiple merge bases (#1936)
|
3 месяцев назад |
|
server.py
|
9e66c9e5fd
Fix import failure when sys.stdin is None
|
3 месяцев назад |
|
sparse_patterns.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
stash.py
|
f3a1cb84ff
Fix typing issues broken on other versions/with deps
|
3 месяцев назад |
|
submodule.py
|
de208b50c2
Add remaining typing
|
3 месяцев назад |
|
walk.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
web.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
whitespace.py
|
d87542ac81
Use immutable container type annotations where appropriate
|
3 месяцев назад |
|
worktree.py
|
b5a389a244
Add convenience functions for dealing with refs
|
3 месяцев назад |