FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test - 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
test
on
fix-1103
User selector
Datepicker
Commit history
Commits on Jan 5, 2021
try fixing up test fixtures and implementation
Byron
committed
8218939
View commit details
Copy full SHA for 8218939
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
Fix default actor name handling
Show description for 0898907
Athos Ribeiro
authored and
Byron
committed
0898907
View commit details
Copy full SHA for 0898907
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
Get system user id in a lazy manner
Show description for c96476b
Athos Ribeiro
authored and
Byron
committed
c96476b
View commit details
Copy full SHA for c96476b
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
Keep flake happy
Xavier Verges
authored and
Byron
committed
0c6e670
View commit details
Copy full SHA for 0c6e670
View code at this point
Browse repository at this point
Do not break convention when updating sys.path
Xavier Verges
authored and
Byron
committed
4ba76d6
View commit details
Copy full SHA for 4ba76d6
View code at this point
Browse repository at this point
Commits on Sep 28, 2020
git/repo/base.py: is_dirty(): Fix pathspec handling
Show description for 624eb28
apatard
authored and
Byron
committed
624eb28
View commit details
Copy full SHA for 624eb28
View code at this point
Browse repository at this point
Commits on Sep 9, 2020
Fix typo
ericdill
authored and
Byron
committed
135e775
View commit details
Copy full SHA for 135e775
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
Ensure that detached HEAD does not raise when comparing branch name.
buddly27
committed
5b88532
View commit details
Copy full SHA for 5b88532
View code at this point
Browse repository at this point
Add missing rules to match hierarchy path
buddly27
committed
c3fc83f
View commit details
Copy full SHA for c3fc83f
View code at this point
Browse repository at this point
Add unit tests
buddly27
committed
3dcb520
View commit details
Copy full SHA for 3dcb520
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
accept datetime instances as dates
Show description for 4a19917
mildsunrise
authored and
Byron
committed
4a19917
View commit details
Copy full SHA for 4a19917
View code at this point
Browse repository at this point
Commits on Jul 12, 2020
test: add installation test
Show description for e0b10d9
priv-kweihmann
committed
e0b10d9
View commit details
Copy full SHA for e0b10d9
View code at this point
Browse repository at this point
tests: move to root dir
Show description for 0374d7c
priv-kweihmann
committed
0374d7c
View commit details
Copy full SHA for 0374d7c
View code at this point
Browse repository at this point
Revert moving tests out of 'git' folder, related to #1030
Byron
committed
d5f0d48
View commit details
Copy full SHA for d5f0d48
View code at this point
Browse repository at this point
tests: move to root dir
Show description for 5453888
priv-kweihmann
authored and
Byron
committed
5453888
View commit details
Copy full SHA for 5453888
View code at this point
Browse repository at this point
Commits on Nov 25, 2010
Moved everything into the git subdirectory - some tests still need to be adjusted
Byron
committed
cb68eef
View commit details
Copy full SHA for cb68eef
View code at this point
Browse repository at this point
Implemented dry_run mode including tests for RootModule.update and Submodule
Byron
committed
523fb31
View commit details
Copy full SHA for 523fb31
View code at this point
Browse repository at this point
Commits on Nov 24, 2010
submodule.update: previous_commit is now set according to the stored reflog value, and is not using ORIG_HEAD anymore
Byron
committed
7da101b
View commit details
Copy full SHA for 7da101b
View code at this point
Browse repository at this point
Adjusted remaining usages of set_reference and set_commit to set a logmessage
Byron
committed
b81273e
View commit details
Copy full SHA for b81273e
View code at this point
Browse repository at this point
Fixed doc strings, improved error checking on RefLog.write method
Byron
committed
3203cd7
View commit details
Copy full SHA for 3203cd7
View code at this point
Browse repository at this point
RefLog: added entry_at method, which is a faster way of reading single entries, including test
Byron
committed
98a3133
View commit details
Copy full SHA for 98a3133
View code at this point
Browse repository at this point
Renamed msg named parameter to logmsg, as it describes the purpose of the message much better
Show description for 8652326
Byron
committed
8652326
View commit details
Copy full SHA for 8652326
View code at this point
Browse repository at this point
Added tests for creation and adjustments of reference, verifying the log gets written
Byron
committed
c946bf2
View commit details
Copy full SHA for c946bf2
View code at this point
Browse repository at this point
Fixed remaining issues, all tests work as expected
Byron
committed
264ba6f
View commit details
Copy full SHA for 264ba6f
View code at this point
Browse repository at this point
Unified object and commit handling which should make the reflog handling much easier. There is some bug in it though, it still needs fixing
Byron
committed
ec0657c
View commit details
Copy full SHA for ec0657c
View code at this point
Browse repository at this point
Made previously protected methods public to introduce a method with reflog support which cannot be exposed using the respective property. Ref-Creation is now fully implemented in python. For detail…
Show description for a17c43d
Byron
committed
a17c43d
View commit details
Copy full SHA for a17c43d
View code at this point
Browse repository at this point
Improved refparse error handling in case of out-of-bound indices
Byron
committed
8dd51f1
View commit details
Copy full SHA for 8dd51f1
View code at this point
Browse repository at this point
Commits on Nov 23, 2010
Implemented revlog.append_entry as classmethod, to assure we will always actually write_append the new entry, instead of rewriting the whole file. Added file-locking and directory handling, so the …
Show description for 7029773
Byron
committed
7029773
View commit details
Copy full SHA for 7029773
View code at this point
Browse repository at this point
Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set during merge and rebase, and probably everything that changes the ref more drastically. Probably I have to reread that.…
Show description for 61f3db7
Byron
committed
61f3db7
View commit details
Copy full SHA for 61f3db7
View code at this point
Browse repository at this point
Actor: Moved it from git.objects.util to git.util, adjusted all imports accordingly. Added methods to Actor to retrieve the global committer and author information
Show description for a21a9f6
Byron
committed
a21a9f6
View commit details
Copy full SHA for a21a9f6
View code at this point
Browse repository at this point
repo.rev_parse: Added support for simple log parsing - dates are not yet supported, mainly because I don't need it
Byron
committed
5bd7d44
View commit details
Copy full SHA for 5bd7d44
View code at this point
Browse repository at this point
SymbolicReference: log method added, including test
Byron
committed
8ad01ee
View commit details
Copy full SHA for 8ad01ee
View code at this point
Browse repository at this point
Implemented reflog reading and writing
Byron
committed
a93eb7e
View commit details
Copy full SHA for a93eb7e
View code at this point
Browse repository at this point
Initial interface including some of the implementation of the RefLog. TestCase scetched out for now
Show description for 6e5aae2
Byron
committed
6e5aae2
View commit details
Copy full SHA for 6e5aae2
View code at this point
Browse repository at this point
Commits on Nov 21, 2010
Updated MANIFEST and setup to include fixtures. Adjusted includes in all tests to work with the new directory structure
Byron
committed
9ca0f89
View commit details
Copy full SHA for 9ca0f89
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL