Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit57550cc

Browse files
committed
appveyor: Try to fix conda-3.4 & READM line-wdith
1 parent137ee6e commit57550cc

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

‎.appveyor.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ environment:
1313
IS_CONDA:"yes"
1414
GIT_PATH:"%CYGWIN_GIT_PATH%"
1515

16+
-PYTHON:"C:\\Python34-x64"
17+
PYTHON_VERSION:"3.4"
18+
GIT_PATH:"%CYGWIN64_GIT_PATH%"
19+
-PYTHON:"C:\\Python34-x64"
20+
PYTHON_VERSION:"3.4"
21+
GIT_PATH:"%CYGWIN_GIT_PATH%"
1622
-PYTHON:"C:\\Miniconda3-x64"
1723
PYTHON_VERSION:"3.4"
1824
IS_CONDA:"yes"
1925
GIT_PATH:"%GIT_DAEMON_PATH%"
20-
-PYTHON:"C:\\Python34"
21-
PYTHON_VERSION:"3.4"
22-
GIT_PATH:"%CYGWIN64_GIT_PATH%"
2326

2427
-PYTHON:"C:\\Python35-x64"
2528
PYTHON_VERSION:"3.5"
@@ -41,7 +44,7 @@ install:
4144
4245
-IF "%IS_CONDA%"=="yes" (
4346
conda info -a &
44-
conda install --yes --quiet pip
47+
conda install --yes --quiet pip smmap
4548
)
4649
-pip install nose wheel coveralls
4750
-IF "%PYTHON_VERSION%"=="2.7" (

‎README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
##GitPython
22

3-
GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing.
3+
GitPython is a python library used to interact with git repositories, high-level like git-porcelain,
4+
or low-level like git-plumbing.
45

5-
It provides abstractions of git objects for easy access of repository data, and additionally allows you to access the git repository more directly using either a pure python implementation, or the faster, but more resource intensive git command implementation.
6+
It provides abstractions of git objects for easy access of repository data, and additionally
7+
allows you to access the git repository more directly using either a pure python implementation,
8+
or the faster, but more resource intensive*git command* implementation.
69

7-
The object database implementation is optimized for handling large quantities of objects and large datasets, which is achieved by using low-level structures and data streaming.
10+
The object database implementation is optimized for handling large quantities of objects and large datasets,
11+
which is achieved by using low-level structures and data streaming.
812

913

1014
###REQUIREMENTS
1115

12-
GitPython needs the`git` executable to be installed on the system and available in your`PATH` for most operations. If it is not in your`PATH`, you can help GitPython find it by setting the`GIT_PYTHON_GIT_EXECUTABLE=<path/to/git>` environment variable.
16+
GitPython needs the`git` executable to be installed on the system and available
17+
in your`PATH` for most operations.
18+
If it is not in your`PATH`, you can help GitPython find it by setting
19+
the`GIT_PYTHON_GIT_EXECUTABLE=<path/to/git>` environment variable.
1320

1421
* Git (1.7.x or newer)
1522
* Python 2.7 to 3.5, while python 2.6 is supported on a*best-effort basis*.
1623

17-
The list of dependencies are listed in`./requirements.txt` and`./test-requirements.txt`. The installer takes care of installing them for you.
24+
The list of dependencies are listed in`./requirements.txt` and`./test-requirements.txt`.
25+
The installer takes care of installing them for you.
1826

1927
###INSTALL
2028

@@ -92,7 +100,8 @@ Please have a look at the [contributions file][contributing].
92100
*[Questions and Answers](http://stackexchange.com/filters/167317/gitpython)
93101
* Please post on stackoverflow and use the`gitpython` tag
94102
*[Issue Tracker](https://github.com/gitpython-developers/GitPython/issues)
95-
* Post reproducible bugs and feature requests as a new issue. Please be sure to provide the following information if posting bugs:
103+
* Post reproducible bugs and feature requests as a new issue.
104+
Please be sure to provide the following information if posting bugs:
96105
* GitPython version (e.g.`import git; git.__version__`)
97106
* Python version (e.g.`python --version`)
98107
* The encountered stack-trace, if applicable
@@ -121,7 +130,8 @@ New BSD License. See the LICENSE file.
121130
[![Stories in Ready](https://badge.waffle.io/gitpython-developers/GitPython.png?label=ready&title=Ready)](https://waffle.io/gitpython-developers/GitPython)
122131
[![Throughput Graph](https://graphs.waffle.io/gitpython-developers/GitPython/throughput.svg)](https://waffle.io/gitpython-developers/GitPython/metrics/throughput)
123132

124-
Now that there seems to be a massive user base, this should be motivation enough to let git-python return to a proper state, which means
133+
Now that there seems to be a massive user base, this should be motivation enough to let git-python
134+
return to a proper state, which means
125135

126136
* no open pull requests
127137
* no open issues describing bugs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp