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
py2
User selector
Datepicker
Commit history
Commits on Jan 12, 2019
Fixed error in documentation
Show description for 7a6ca8c
Syoc
authored and
Byron
committed
7a6ca8c
View commit details
Copy full SHA for 7a6ca8c
View code at this point
Browse repository at this point
Commits on May 19, 2018
Add change in type support
LeResKP
authored and
Byron
committed
29aa1b8
View commit details
Copy full SHA for 29aa1b8
View code at this point
Browse repository at this point
Get correcly rename change_type.
Show description for c8fd910
LeResKP
authored and
Byron
committed
c8fd910
View commit details
Copy full SHA for c8fd910
View code at this point
Browse repository at this point
Commits on Mar 18, 2018
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
View commit details
Copy full SHA for ac4f7d3
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Show description for 6ee08fc
yarikoptic
committed
6ee08fc
View commit details
Copy full SHA for 6ee08fc
View code at this point
Browse repository at this point
Commits on Oct 22, 2016
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-cygwin
Byron
committed
caa0ea7
View commit details
Copy full SHA for caa0ea7
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
Fix some typos
bryant1410
committed
66c41eb
View commit details
Copy full SHA for 66c41eb
View code at this point
Browse repository at this point
Commits on Oct 16, 2016
src: reduce needless deps to `gitdb.util`
ankostis
committed
b02662d
View commit details
Copy full SHA for b02662d
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
Proc, #519: Rework error-exc msgs & log thread-pumps errors
Show description for 44c6d0b
ankostis
committed
44c6d0b
View commit details
Copy full SHA for 44c6d0b
View code at this point
Browse repository at this point
io, dif: #519: FIX DIFF freeze when reading from GIL
Show description for a5db3d3
ankostis
committed
a5db3d3
View commit details
Copy full SHA for a5db3d3
View code at this point
Browse repository at this point
Commits on Jul 23, 2016
fix(diff): use explicit change-type if possible
Show description for 4006c43
Byron
committed
4006c43
View commit details
Copy full SHA for 4006c43
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
Store raw path bytes in Diff instances
Show description for 3ee291c
nvie
committed
3ee291c
View commit details
Copy full SHA for 3ee291c
View code at this point
Browse repository at this point
Commits on Jun 6, 2016
Don't choke on (legitimately) invalidly encoded Unicode paths
nvie
committed
200d3c6
View commit details
Copy full SHA for 200d3c6
View code at this point
Browse repository at this point
Commits on May 30, 2016
Fix bug in diff parser output
Show description for 1faf84f
nvie
committed
1faf84f
View commit details
Copy full SHA for 1faf84f
View code at this point
Browse repository at this point
Commits on May 19, 2016
Deprecate Diffable.rename for .renamed_file
Show description for 4bcc4d5
Byron
committed
4bcc4d5
View commit details
Copy full SHA for 4bcc4d5
View code at this point
Browse repository at this point
Commits on Apr 19, 2016
Python 3 compat fixes
Show description for 19099f9
nvie
committed
19099f9
View commit details
Copy full SHA for 19099f9
View code at this point
Browse repository at this point
Fix diff patch parser for paths with unsafe chars
Show description for 7fbc182
nvie
committed
7fbc182
View commit details
Copy full SHA for 7fbc182
View code at this point
Browse repository at this point
Fix order of regex parts
Show description for 1445b59
nvie
committed
1445b59
View commit details
Copy full SHA for 1445b59
View code at this point
Browse repository at this point
Fix regex
Show description for cdf7c5a
nvie
committed
cdf7c5a
View commit details
Copy full SHA for cdf7c5a
View code at this point
Browse repository at this point
Make diff patch parsing more reliable
Show description for e77128e
nvie
committed
e77128e
View commit details
Copy full SHA for e77128e
View code at this point
Browse repository at this point
Commits on Apr 14, 2016
Perform diff-tree recursively to have the same output as diff
nvie
committed
28afef5
View commit details
Copy full SHA for 28afef5
View code at this point
Browse repository at this point
Export NULL_TREE
nvie
committed
c042f56
View commit details
Copy full SHA for c042f56
View code at this point
Browse repository at this point
Use a special object rather than a string
Show description for 82b533f
nvie
committed
82b533f
View commit details
Copy full SHA for 82b533f
View code at this point
Browse repository at this point
Support "root" as a special value in .diff() calls
Show description for 5de21c7
nvie
committed
5de21c7
View commit details
Copy full SHA for 5de21c7
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
Split diff line by '\t' for metadata and path
Show description for 25f27c8
jonathanchu
committed
25f27c8
View commit details
Copy full SHA for 25f27c8
View code at this point
Browse repository at this point
Commits on Jul 29, 2015
fix(diff): mode-assertions now deal with 0
Show description for 8324c4b
Byron
committed
8324c4b
View commit details
Copy full SHA for 8324c4b
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Store path attribute on Diff object
Show description for 50f763c
jeblair
committed
50f763c
View commit details
Copy full SHA for 50f763c
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
Overhauled all tutorials, and placed them in a unit-test.
Show description for b54b939
Byron
committed
b54b939
View commit details
Copy full SHA for b54b939
View code at this point
Browse repository at this point
Commits on Jan 9, 2015
Now Diff.__str__ works correctly in all python versions.
Show description for c767b52
Byron
committed
c767b52
View commit details
Copy full SHA for c767b52
View code at this point
Browse repository at this point
Fixed mode-handling in Diff creation, and added assertions to catch this in future
Show description for 85a5a8c
Byron
committed
85a5a8c
View commit details
Copy full SHA for 85a5a8c
View code at this point
Browse repository at this point
Added test to verify binary diffs are working as well.
Show description for 18caa61
Byron
committed
18caa61
View commit details
Copy full SHA for 18caa61
View code at this point
Browse repository at this point
Commits on Jan 8, 2015
Added support for rename detection in raw mode (which is the default).
Show description for 987f9bb
Byron
committed
987f9bb
View commit details
Copy full SHA for 987f9bb
View code at this point
Browse repository at this point
Added assertion to better detect diff issues.
Show description for 27b4efe
Byron
committed
27b4efe
View commit details
Copy full SHA for 27b4efe
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
test_diff works
Byron
committed
31b3673
View commit details
Copy full SHA for 31b3673
View code at this point
Browse repository at this point
test_commit works once again
Byron
committed
e1060a2
View commit details
Copy full SHA for e1060a2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL