| .. |
|
cloud
|
4d8a10d346
Add progress parameter to pack_loose_objects and repack methods
|
преди 5 месеца |
|
contrib
|
1d0fe8f2c3
Revert accidental API change
|
преди 5 месеца |
|
tests
|
fedd05ba60
Add object_store.iter_commit_contents
|
преди 5 месеца |
|
__init__.py
|
ae9a566a4c
Add remaining missing docstrings
|
преди 5 месеца |
|
__main__.py
|
b93c4da460
Add more docstrings
|
преди 5 месеца |
|
annotate.py
|
f3b6e94579
Fix TreeEntry typing to not allow None values
|
преди 4 месеца |
|
archive.py
|
ae9a566a4c
Add remaining missing docstrings
|
преди 5 месеца |
|
attrs.py
|
ae9a566a4c
Add remaining missing docstrings
|
преди 5 месеца |
|
bisect.py
|
cb587f08ce
Fix remaining mypy type errors and ruff linting issues
|
преди 5 месеца |
|
bundle.py
|
d08be6af55
Add missing docstrings to fix ruff linting issues
|
преди 5 месеца |
|
cli.py
|
0280d44961
Add porcelain.shortlog function to summarize commits by author (#1865)
|
преди 5 месеца |
|
client.py
|
1cc2202aa3
Add IPv6 support for git:// protocol URLs
|
преди 5 месеца |
|
commit_graph.py
|
cb587f08ce
Fix remaining mypy type errors and ruff linting issues
|
преди 5 месеца |
|
config.py
|
cb587f08ce
Fix remaining mypy type errors and ruff linting issues
|
преди 5 месеца |
|
credentials.py
|
ae9a566a4c
Add remaining missing docstrings
|
преди 5 месеца |
|
diff.py
|
091b183896
Add support for patiencediff
|
преди 5 месеца |
|
diff_tree.py
|
f3b6e94579
Fix TreeEntry typing to not allow None values
|
преди 4 месеца |
|
dumb.py
|
cb587f08ce
Fix remaining mypy type errors and ruff linting issues
|
преди 5 месеца |
|
errors.py
|
f3fb69e28c
Add more docstrings
|
преди 5 месеца |
|
fastexport.py
|
ae9a566a4c
Add remaining missing docstrings
|
преди 5 месеца |
|
file.py
|
1a35b2f36e
Fix typing errors on Windows
|
преди 5 месеца |
|
filter_branch.py
|
242374e2a4
Fix typo in license preamble: "public" -> "published"
|
преди 6 месеца |
|
filters.py
|
cb587f08ce
Fix remaining mypy type errors and ruff linting issues
|
преди 5 месеца |
|
gc.py
|
3690959c4c
Fix 'Fetching objects' messages in test output
|
преди 5 месеца |
|
graph.py
|
25884b0aa8
Add more docstrings
|
преди 5 месеца |
|
greenthreads.py
|
ae9a566a4c
Add remaining missing docstrings
|
преди 5 месеца |
|
hooks.py
|
f3fb69e28c
Add more docstrings
|
преди 5 месеца |
|
ignore.py
|
f3fb69e28c
Add more docstrings
|
преди 5 месеца |
|
index.py
|
f3b6e94579
Fix TreeEntry typing to not allow None values
|
преди 4 месеца |
|
lfs.py
|
64cb2b00cd
Merge branch 'master' into lfs-performance
|
преди 5 месеца |
|
lfs_server.py
|
ae9a566a4c
Add remaining missing docstrings
|
преди 5 месеца |
|
line_ending.py
|
f92497fd00
Fix handling of CRLF line endings with core.autocrlf = input
|
преди 5 месеца |
|
log_utils.py
|
242374e2a4
Fix typo in license preamble: "public" -> "published"
|
преди 6 месеца |
|
lru_cache.py
|
ae9a566a4c
Add remaining missing docstrings
|
преди 5 месеца |
|
mailmap.py
|
ae9a566a4c
Add remaining missing docstrings
|
преди 5 месеца |
|
merge.py
|
706544bb58
Factor out checks for merge3 module to a function
|
преди 5 месеца |
|
merge_drivers.py
|
6127c9bfba
Add type annotations to dulwich/merge_drivers.py
|
преди 5 месеца |
|
notes.py
|
25884b0aa8
Add more docstrings
|
преди 5 месеца |
|
object_store.py
|
f3b6e94579
Fix TreeEntry typing to not allow None values
|
преди 4 месеца |
|
objects.py
|
f3b6e94579
Fix TreeEntry typing to not allow None values
|
преди 4 месеца |
|
objectspec.py
|
cb587f08ce
Fix remaining mypy type errors and ruff linting issues
|
преди 5 месеца |
|
pack.py
|
1d0fe8f2c3
Revert accidental API change
|
преди 5 месеца |
|
patch.py
|
091b183896
Add support for patiencediff
|
преди 5 месеца |
|
porcelain.py
|
f3b6e94579
Fix TreeEntry typing to not allow None values
|
преди 4 месеца |
|
protocol.py
|
cb587f08ce
Fix remaining mypy type errors and ruff linting issues
|
преди 5 месеца |
|
py.typed
|
656703d0ac
[setup] Add py.typed to allow type checking
|
преди 5 години |
|
rebase.py
|
d38edb7a82
Fix remaining mypy type errors and ruff linting issues
|
преди 5 месеца |
|
reflog.py
|
b175d39409
Fix ruff ANN401 errors in dulwich/file.py
|
преди 5 месеца |
|
refs.py
|
aaf68ac1bd
refactor _iter_loose_refs by splitting the function
|
преди 5 месеца |
|
reftable.py
|
cb587f08ce
Fix remaining mypy type errors and ruff linting issues
|
преди 5 месеца |
|
repo.py
|
95a10ceab5
raise NotImplementedError on main-worktree/ and worktrees/ refs
|
преди 5 месеца |
|
server.py
|
d08be6af55
Add missing docstrings to fix ruff linting issues
|
преди 5 месеца |
|
sparse_patterns.py
|
f3fb69e28c
Add more docstrings
|
преди 5 месеца |
|
stash.py
|
1a35b2f36e
Fix typing errors on Windows
|
преди 5 месеца |
|
submodule.py
|
242374e2a4
Fix typo in license preamble: "public" -> "published"
|
преди 6 месеца |
|
walk.py
|
f3b6e94579
Fix TreeEntry typing to not allow None values
|
преди 4 месеца |
|
web.py
|
5c964c335b
Fix wsgiref types for older python versions
|
преди 5 месеца |
|
worktree.py
|
1a35b2f36e
Fix typing errors on Windows
|
преди 5 месеца |