FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for git/diff.py - gitpython-developers/GitPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
989
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
34
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
diff.py
on
3.1.54
User selector
Datepicker
Commit history
Commits on Jul 22, 2026
fix: guard diff output options
Show description for 1d51b89
codex
and
Byron
committed
1d51b89
View commit details
Copy full SHA for 1d51b89
View code at this point
Browse repository at this point
Commits on May 23, 2026
fix: preserve diff process stderr
Show description for 59cc3bb
puneetdixit200
and
codex
committed
59cc3bb
View commit details
Copy full SHA for 59cc3bb
View code at this point
Browse repository at this point
fix: use shared empty tree sha for index diffs
Show description for fe4b66d
puneetdixit200
committed
fe4b66d
View commit details
Copy full SHA for fe4b66d
View code at this point
Browse repository at this point
Commits on Nov 28, 2025
Use git.types.Literal instead of typing.Literal
George-Ogden
committed
a1f094c
View commit details
Copy full SHA for a1f094c
View code at this point
Browse repository at this point
Fix or ignore all mypy errors
George-Ogden
committed
8469a12
View commit details
Copy full SHA for 8469a12
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
fix: fix beginning whitespace error
cardoeng
committed
d35998f
View commit details
Copy full SHA for d35998f
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
Fix iter_change_type diff renamed property to prevent warning
kamilkrzyskow
committed
e1c660d
View commit details
Copy full SHA for e1c660d
View code at this point
Browse repository at this point
Commits on Jun 2, 2024
Specify DiffIndex generic type
Show description for 77fb5f0
Andrej730
committed
77fb5f0
View commit details
Copy full SHA for 77fb5f0
View code at this point
Browse repository at this point
Commits on Mar 28, 2024
Have the deprecated Diff.renamed property issue a warning
EliahKagan
committed
e7dec7d
View commit details
Copy full SHA for e7dec7d
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
Pick a consistent type for __all__ (for now, list)
Show description for 78055a8
EliahKagan
committed
78055a8
View commit details
Copy full SHA for 78055a8
View code at this point
Browse repository at this point
Improve how second-level imports and __all__ are written
Show description for 3d4e476
EliahKagan
committed
3d4e476
View commit details
Copy full SHA for 3d4e476
View code at this point
Browse repository at this point
Remove old commented-out change_type assertions in git.diff
EliahKagan
committed
2053a3d
View commit details
Copy full SHA for 2053a3d
View code at this point
Browse repository at this point
Commits on Mar 15, 2024
Use Sphinx manpage references where applicable
Show description for d8ab99c
EliahKagan
committed
d8ab99c
View commit details
Copy full SHA for d8ab99c
View code at this point
Browse repository at this point
Commits on Mar 9, 2024
Modify annotations to accommodate NULL_TREE
Show description for b8a25df
EliahKagan
committed
b8a25df
View commit details
Copy full SHA for b8a25df
View code at this point
Browse repository at this point
Fix Sphinx references; give Diffable.Index a docstring
EliahKagan
committed
c9952e1
View commit details
Copy full SHA for c9952e1
View code at this point
Browse repository at this point
Make NULL_TREE and Index precisely annotatable
Show description for 65863a2
EliahKagan
committed
65863a2
View commit details
Copy full SHA for 65863a2
View code at this point
Browse repository at this point
Annotate _process_diff_args without Diffable.Index
Show description for 2f5e258
EliahKagan
committed
2f5e258
View commit details
Copy full SHA for 2f5e258
View code at this point
Browse repository at this point
Further clarify Diffable.diff docstring
Show description for 7204cc1
EliahKagan
committed
7204cc1
View commit details
Copy full SHA for 7204cc1
View code at this point
Browse repository at this point
Consolidate str and os.PathLike[str] (use GitPython's PathLike)
Show description for 62c0823
EliahKagan
committed
62c0823
View commit details
Copy full SHA for 62c0823
View code at this point
Browse repository at this point
Start fixing diff and _process_diff_args type annotations
Show description for 0e1df29
EliahKagan
committed
0e1df29
View commit details
Copy full SHA for 0e1df29
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
Correct and clarify Diffable.diff docstring
Show description for ed6ead9
EliahKagan
committed
ed6ead9
View commit details
Copy full SHA for ed6ead9
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
Fix how Diffable annotates expected repo attribute
Show description for 3aeef46
EliahKagan
committed
3aeef46
View commit details
Copy full SHA for 3aeef46
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
Merge pull request #1850 from EliahKagan/copyedit
Show description for 7fbfc77
Byron
authored
7fbfc77
View commit details
Copy full SHA for 7fbfc77
View code at this point
Browse repository at this point
Further refine some docstring revisions
EliahKagan
committed
ec93955
View commit details
Copy full SHA for ec93955
View code at this point
Browse repository at this point
More docstring revisions in second-level modules and git.__init__
EliahKagan
committed
ee0301a
View commit details
Copy full SHA for ee0301a
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
Further revise docstrings in second-level modules
Show description for cd61eb4
EliahKagan
committed
cd61eb4
View commit details
Copy full SHA for cd61eb4
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
test: :white_check_mark: Added test for external diff engine and removed comment
can-taslicukur
committed
5d6c86a
View commit details
Copy full SHA for 5d6c86a
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
Revise docstrings in second-level modules
Show description for 1cd73ba
EliahKagan
committed
1cd73ba
View commit details
Copy full SHA for 1cd73ba
View code at this point
Browse repository at this point
Commits on Feb 19, 2024
feat: :sparkles: added "--no-ext-diff" flag when create_patch=True to diff
can-taslicukur
committed
6074f47
View commit details
Copy full SHA for 6074f47
View code at this point
Browse repository at this point
Commits on Dec 25, 2023
Improve deprecation messages and other docstrings
Show description for a0fa2bd
EliahKagan
committed
a0fa2bd
View commit details
Copy full SHA for a0fa2bd
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
Convert constant and attribute comments to docstrings
Show description for 94a85d1
EliahKagan
committed
94a85d1
View commit details
Copy full SHA for 94a85d1
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
Make comments more consistent and clarify license
Show description for 454032c
EliahKagan
committed
454032c
View commit details
Copy full SHA for 454032c
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
Shorten some docstring references with tilde notation
Show description for a040edb
EliahKagan
committed
a040edb
View commit details
Copy full SHA for a040edb
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
Improve consistency of "END" comments
Show description for a5fc1d8
EliahKagan
committed
a5fc1d8
View commit details
Copy full SHA for a5fc1d8
View code at this point
Browse repository at this point
Change :returns: to :return:
Show description for db317f1
EliahKagan
committed
db317f1
View commit details
Copy full SHA for db317f1
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL