index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
git
/
cmd.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added imports for standard locking file classes into the git module
Sebastian Thiel
2009-12-16
1
-0
/
+3
*
repo: renamed directories to more descriptive identifiers and made them safer...
Sebastian Thiel
2009-12-03
1
-9
/
+11
*
repo: fixed incorrect path handling thta could lead to issues if the reposito...
Sebastian Thiel
2009-12-03
1
-1
/
+3
*
SymbolicReferences can now be at any path within the repository, there is no ...
Sebastian Thiel
2009-11-26
1
-1
/
+1
*
fixed test_repo to work on windows
Sebastian Thiel
2009-11-05
1
-1
/
+1
*
cmd: added clear_cache method now used by test repo decorators to be sure per...
Sebastian Thiel
2009-11-05
1
-1
/
+14
*
git cmd on windows now runs without the shell, see diff for explanation
Sebastian Thiel
2009-11-05
1
-2
/
+7
*
Fixed windows TASKKILL so it actually does something *silently*
Sebastian Thiel
2009-11-05
1
-1
/
+4
*
Improved cmd error handling in case an invalid revision is specified for an o...
Sebastian Thiel
2009-11-04
1
-2
/
+3
*
cmd.wait: AutoKill wrapped process will automatically raise on errors to unif...
Sebastian Thiel
2009-10-26
1
-4
/
+22
*
git cmd fix: After removing the with_raw_output flag, I actually did the wron...
Sebastian Thiel
2009-10-22
1
-2
/
+2
*
Stream_data streams data to a given output stream most efficiently with a low...
Sebastian Thiel
2009-10-22
1
-1
/
+0
*
Git.cmd: removed with_raw_output option
Sebastian Thiel
2009-10-22
1
-21
/
+28
*
added Object.data_stream property allowing to stream object data directly.Con...
Sebastian Thiel
2009-10-22
1
-0
/
+1
*
remote: Added fetch, pull, push methods to the interface to make these operat...
Sebastian Thiel
2009-10-21
1
-2
/
+4
*
Moved specialized methods like dashify, touch and is_git_dir to module to the...
Sebastian Thiel
2009-10-20
1
-0
/
+3
*
Improved archive function by allowing it to directly write to an output strea...
Sebastian Thiel
2009-10-15
1
-13
/
+23
*
repo: removed a few methods because of redundancy or because it will be obsol...
Sebastian Thiel
2009-10-15
1
-1
/
+17
*
persistent command signature changed to also return the hexsha from a possibl...
Sebastian Thiel
2009-10-14
1
-6
/
+6
*
Implemented git command facility to keep persistent commands for fast object ...
Sebastian Thiel
2009-10-14
1
-2
/
+76
*
cmd: added option to return the process directly, allowing to read the output...
Sebastian Thiel
2009-10-14
1
-1
/
+45
*
converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...
Sebastian Thiel
2009-10-11
1
-194
/
+194
*
finished cleaning usage of regular expressions - they are now precompiled
Sebastian Thiel
2009-10-09
1
-1
/
+0
*
Merge branch 'doc_enhancements' into fixes
Sebastian Thiel
2009-10-08
1
-8
/
+46
|
\
|
*
Added docs for the error module
Sebastian Thiel
2009-10-08
1
-1
/
+4
|
*
improved git.cmd documentation
Sebastian Thiel
2009-10-08
1
-8
/
+43
*
|
git.git.Git.__init__ takes None as default argument as the execute method han...
Sebastian Thiel
2009-10-08
1
-1
/
+1
|
/
*
Lots of spring cleaning and added in Sphinx documentation.
Michael Trier
2009-01-24
1
-1
/
+1
*
use shell=True in windows (git.exe needs to be on %PATH%)
Florian Apolloner
2008-08-11
1
-3
/
+8
*
Removed method_missing since it was only used in one place.
Michael Trier
2008-07-17
1
-3
/
+7
*
Added license information to all files.
Michael Trier
2008-07-16
1
-0
/
+6
*
fixed http://groups.google.com/group/git-python/browse_thread/thread/b8f3580a...
Florian Apolloner
2008-06-25
1
-60
/
+5
*
continued yesterdays work on the execute stuff
Florian Apolloner
2008-06-21
1
-24
/
+16
*
made with_exceptions=True default (don't look before you leak ;)) and removed...
Florian Apolloner
2008-06-20
1
-33
/
+24
*
cmd: rename with_keep_cwd to keep_cwd
David Aguilar
2008-06-15
1
-7
/
+9
*
Merge commit 'sverre/master' into david
David Aguilar
2008-06-15
1
-2
/
+23
|
\
|
*
Added a with_keep_cwd option
Sverre Rabbelier
2008-06-13
1
-1
/
+13
|
*
Improved the GIT_PYTHON_TRACE=full output format
Sverre Rabbelier
2008-06-13
1
-1
/
+10
*
|
cmd: better support for bare repositories
David Aguilar
2008-06-15
1
-2
/
+5
*
|
cmd: properly handle cwd for repos with work trees
David Aguilar
2008-06-12
1
-1
/
+4
*
|
Determine git_dir and git_work_tree in python.
Govind Salinas
2008-06-12
1
-31
/
+50
|
/
*
added support for GIT_PYTHON_TRACE=='full', thx to SRabbelier for the suggestion
Florian Apolloner
2008-06-11
1
-2
/
+5
*
Git: guard against passing False to git commands
David Aguilar
2008-06-01
1
-2
/
+2
*
style: follow PEP 8 in git/cmd.py
David Aguilar
2008-06-01
1
-9
/
+9
*
fixed http://gitorious.org/projects/git-python/repos/apollo13/comments#comme...
Florian Apolloner
2008-06-01
1
-1
/
+1
*
reverted to the cleaner and safer proc.wait method instead of communicate.
Florian Apolloner
2008-06-01
1
-3
/
+2
*
whoops forgot cmd.
Michael Trier
2008-05-31
1
-0
/
+190