Jelmer Vernooij
|
1626f63b00
Update NEWS.
|
3 years ago |
Jelmer Vernooij
|
7fc181155e
Merge branch 'fix-line-ending-convert-new-files' of git://github.com/pmrowla/dulwich
|
3 years ago |
Peter Rowlands
|
0e20ee811c
fix comments
|
3 years ago |
Peter Rowlands
|
150a3c564d
"new file" state depends on original tree, not just index entry
|
3 years ago |
Peter Rowlands
|
a019df7640
clarify interaction with new files and autocrlf=input
|
3 years ago |
Boris Feld
|
0e6a037495
Fix line-ending conversion support
|
5 years ago |
Jelmer Vernooij
|
ff212efd42
Fix type.
|
3 years ago |
Jelmer Vernooij
|
3dbdea4c58
Initial work on version 4.
|
3 years ago |
Jelmer Vernooij
|
54e087b0f3
Add support for index version 3.
|
3 years ago |
Jelmer Vernooij
|
76dd8356f9
Silence gpg/git output, add TODO.
|
3 years ago |
Jelmer Vernooij
|
a6eca77588
Move signing logic to dulwich.objects.
|
3 years ago |
Jelmer Vernooij
|
22b22a52b0
Don't specify depth to determine_wants if it's not set, for backwards compatibility.
|
3 years ago |
Jelmer Vernooij
|
7f9da102f5
Update NEWS.
|
3 years ago |
Daniel Murphy
|
0d03416beb
Fix two bugs in signed tag support and add ability to specify a key id to use for signing (#859)
|
3 years ago |
Jelmer Vernooij
|
1bc24a278a
Use Path.is_dir.
|
3 years ago |
Jelmer Vernooij
|
d7c89e1578
Merge branch 'status-ignored-dir' of git://github.com/pmrowla/dulwich
|
3 years ago |
Jelmer Vernooij
|
a64f326a26
Merge branch 'fetch-deepen' of git://github.com/pmrowla/dulwich
|
3 years ago |
Peter Rowlands
|
24ec0da90d
document porcelain.add/status behavior change in NEWS
|
3 years ago |
Peter Rowlands
|
e554bf217a
add separate tests for ignored subdir and subrepo behavior
|
3 years ago |
Peter Rowlands
|
f572a059a6
check for ignored dirnames before recursing into them
|
3 years ago |
Peter Rowlands
|
6cb8490463
update tests for porcelain add/status/get_untracked_paths
|
3 years ago |
Peter Rowlands
|
4fbb0f7b7a
porcelain.add: skip walking ignored directories
|
3 years ago |
Peter Rowlands
|
7cdad6a2e0
use trailing slash when checking dir ignore
|
3 years ago |
Peter Rowlands
|
357948162e
porcelain.status: skip traversal of gitignore untracked dirs
|
3 years ago |
Peter Rowlands
|
f1bf2bb23b
fix py35 tests
|
3 years ago |
Peter Rowlands
|
b08ec0e9de
test for shallow file deletion when repo is unshallowed
|
3 years ago |
Peter Rowlands
|
e2b333a0fb
add tests for _get_depth and determine_wants with depth
|
3 years ago |
Peter Rowlands
|
fdfa900596
docs/tutorial: document depth kwarg in determine_wants
|
3 years ago |
Peter Rowlands
|
c16ab0d95c
update tests determine_wants callbacks to accept depth kwarg
|
3 years ago |
Peter Rowlands
|
a56e0d8a39
update existing determine_wants callbacks to accept depth kwarg
|
3 years ago |