summaryrefslogtreecommitdiff
path: root/git/index
Commit message (Expand)AuthorAgeFilesLines
* git: index: base: use os.path.relpathRuslan Kuprieiev2018-04-041-3/+2
* Merge pull request #737 from hugovk/rm-2.6Sebastian Thiel2018-03-242-19/+19
|\
| * Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-182-19/+19
* | Allow mmap not just for py2.6/2.7/3.6+ but also 3.0+Hugo2018-03-181-9/+1
|/
* IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks.satahippy2017-10-302-3/+23
* Spelling fixesVille Skyttä2017-03-092-3/+3
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-223-62/+60
|\
| * src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-2/+2
| * src: import os.path as ospKostis Anagnostopoulos2016-10-163-61/+59
* | Fix some typosSantiago Castro2016-10-203-8/+8
|/
* src: No PyDev warningsKostis Anagnostopoulos2016-10-042-8/+7
* RF: use @functools.wraps within decorators instead of manual __name__ reassig...Yaroslav Halchenko2016-10-021-4/+7
* Win, #519: FIX repo TCs.Kostis Anagnostopoulos2016-10-011-8/+7
* FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos2016-09-291-1/+4
* Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos2016-09-281-0/+1
* Win, hook, #519: Consume Hook Popen-proc out of GILKostis Anagnostopoulos2016-09-281-17/+22
* Win, #519: Ensure fixtures & bashscript checked-out eol=lfKostis Anagnostopoulos2016-09-281-1/+1
* src: constify is_<platform>() callsKostis Anagnostopoulos2016-09-282-2/+2
* test, #519: Try appveyor advice for never-ending buildsKostis Anagnostopoulos2016-09-281-1/+0
* src, #519: collect all is_<platform>() callsKostis Anagnostopoulos2016-09-273-6/+9
* Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow killKostis Anagnostopoulos2016-09-261-3/+2
* test, #519: Popen() universal_newlin.es NoWindow in WinfoesKostis Anagnostopoulos2016-09-261-1/+5
* fix(index): improve LockedFD handlingSebastian Thiel2016-09-251-2/+12
* Commit without executing hooks, fixes #468Peter Bengtsson2016-06-201-3/+8
* Use correct mode for executable filesSebastian Thiel2016-05-191-1/+1
* fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz2016-04-131-3/+11
* DOC: minor typosYaroslav Halchenko2016-01-081-1/+1
* fix(index):allow adding non-unicode paths to indexSebastian Thiel2015-07-291-2/+3
* fix(index): remove invalid keyword argumentSebastian Thiel2015-07-201-1/+1
* fix(encoding): in untracked_files() and indexSebastian Thiel2015-07-202-3/+4
* added tests for commits with datesavi2015-07-171-1/+2
* Added two extra paramaters for commit to take author date and commit dateavi2015-07-171-2/+3
* fix(index): handle adding symlinks to dirsSebastian Thiel2015-06-261-0/+11
* fix(index): _store_path() now closes it's streamSebastian Thiel2015-04-081-0/+1
* fix(index): don't write extension data by defaultSebastian Thiel2015-04-081-12/+25
* Improved documentation on IndexFile.add(...)Sebastian Thiel2015-02-231-0/+4
* Merge branch 'bf/run_hooks_from_working_dir' of https://github.com/yarikoptic...Sebastian Thiel2015-02-091-0/+1
|\
| * BF: run commit hook with repo.working_dir as cwdYaroslav Halchenko2015-02-081-0/+1
* | Minor Flake8 fixes.Sebastian Thiel2015-02-091-3/+3
|/
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-1/+2
* Fixed regression in test-suite for IndexFileSebastian Thiel2015-01-211-1/+7
* Fixed some doc strings to build correctly with sphinxSebastian Thiel2015-01-141-5/+4
* IndexFile.commit() now runs pre-commit and post-commit hooks.Sebastian Thiel2015-01-122-5/+50
* Removed os.path.realpath invocations as they are not necessary if paths are u...Sebastian Thiel2015-01-121-2/+8
* Removed all previously added invocations of os.path.realpath as it wasn't req...Sebastian Thiel2015-01-121-1/+0
* Repo paths are now converted to real paths, as well as all paths involved in ...Sebastian Thiel2015-01-121-0/+1
* Implemented non-blocking operations using poll()Sebastian Thiel2015-01-071-11/+8
* test_index worksSebastian Thiel2015-01-063-13/+14
* test_fun worksSebastian Thiel2015-01-051-4/+5
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-052-4/+6