Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Revise comments, docstrings, some messages, and a bit of code#1725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
36 commits Select commitHold shift + click to select a range
7dd2095
Fix docstrings that intend '\' literally
EliahKaganffcbf07
Put all regex patterns in r-strings
EliahKagan2c94b6a
Remove r prefix from strings that need not be raw
EliahKagan35fd65b
Fix _index_from_*_format docstrings (proc reading)
EliahKagan5af7446
Fix case in IndexObject.abspath exception message
EliahKagan692e59e
Remove Commit._deserialize doc for param_from_rev_list
EliahKaganab46192
Add missing space in Submodule.update debug message
EliahKagan1114828
Remove obsolete comment in Submodule.module
EliahKaganf95d4fd
Clarify "master repository" in RootModule docs
EliahKagan9fea488
Change spelling from "commit'ish" to "commit-ish"
EliahKagan4536b63
Update git-source citation in Reference.set_object
EliahKagan59d208c
Fix message in SymbolicReference.from_path
EliahKaganadd46d9
Use "is" to compare __class__
EliahKagancd16a35
Revise docstrings and comments for clarity and formatting
EliahKagane8343e2
Firm up comment about is_win in util.is_cygwin_git
EliahKaganf78587f
Remove explicit inheritance from object
EliahKagan0327f8f
Make all one-element __slots__ be tuples
EliahKagand4a87c1
Revise comments in tests used to generate tutorials
EliahKagan11fce8a
Revise docstrings/comments in most other test modules
EliahKagancf9243a
Add a module docstring to tstrunner.py
EliahKaganb5c3ca4
Slightly improve readability of installation-test strings
EliahKaganf444470
More wording improvements (in git module)
EliahKagandb317f1
Change :returns: to :return:
EliahKagan720e4bb
Fix TestBigRepoR.setUp info message
EliahKaganfaa19ac
Remove outdated git_daemon_launched Windows info
EliahKaganbffc537
Revise docstrings/comments in test helpers
EliahKagan30f49d9
Revise docstrings/comments in performance tests
EliahKagan8d3efc5
Remove explicit inheritance from object in test suite
EliahKagana5fc1d8
Improve consistency of "END" comments
EliahKaganc2eb6b5
Add missing comment revisions in git/objects/submodule/base.py
EliahKaganddb4417
Improve consistency of "END" comments in test suite
EliahKagan1d3f275
Avoid making "END" notation more verbose
EliahKagan81dad7e
Add missing comment revisions in git/index/base.py
EliahKagana040edb
Shorten some docstring references with tilde notation
EliahKaganaf1b5d4
Fix commented *.py names at the top of modules
EliahKaganb970d42
Remove encoding declarations
EliahKaganFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
6 changes: 2 additions & 4 deletionsdoc/source/conf.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletionsdoc/source/tutorial.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgit/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
373 changes: 192 additions & 181 deletionsgit/cmd.py
Large diffs are not rendered by default.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
13 changes: 7 additions & 6 deletionsgit/compat.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.