Skip to content

Pull requests: gitpython-developers/GitPython

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix test broken under Python 2.7 unittest.
#87 by marcusrbrown was closed Nov 19, 2014 Loading… updated Nov 19, 2014 v0.3.3
Fix tests that are broken under Python 2.7.
#86 by marcusrbrown was closed Nov 19, 2014 Loading… updated Nov 19, 2014
Fix issue #41: repo.is_dirty() on empty repository with stashed files
#53 by fcelda was closed Nov 19, 2014 Loading… updated Nov 19, 2014
Autopep8 with max line length of 120
#182 by craigez was closed Nov 19, 2014 Loading… updated Nov 19, 2014 v0.3.3
encode name of actor to utf-8
#215 by niyaton was merged Dec 11, 2014 Loading… updated Dec 11, 2014 v0.3.4 - python 3 support
BF: adjust mktime output for the local offset (Close #218)
#219 by yarikoptic was merged Dec 19, 2014 Loading… updated Dec 19, 2014
[FIX] remote.fetch: branch names may contain '#' characters
#221 by tremlin was merged Jan 2, 2015 Loading… updated Jan 2, 2015
Tweaks for Python 3 compatibility
#206 by msabramo was closed Jan 4, 2015 Loading… updated Jan 4, 2015 v0.3.4 - python 3 support
BF: allow log line to have no msg (Close #225)
#226 by yarikoptic was merged Jan 5, 2015 Loading… updated Jan 5, 2015
Make a commit with another author
#228 by firm1 was merged Jan 7, 2015 Loading… updated Jan 7, 2015
Add 'sshkey' context manager
#242 by teeberg was merged Jan 22, 2015 Loading… updated Jan 24, 2015
Fix the git version parser.
#195 by maxyz was merged Nov 12, 2014 Loading… updated Feb 4, 2015 v0.3.2
Fix issue #41: repo.is_dirty() on empty repository with stashed files
#193 by maxyz was merged Nov 14, 2014 Loading… updated Feb 4, 2015 v0.3.2
Fix issue #41: repo.is_dirty() on empty repository with stashed files
#194 by maxyz was merged Nov 14, 2014 Loading… updated Feb 4, 2015 v0.3.2
Remove trailing spaces in cmd.py.
#196 by maxyz was closed Nov 14, 2014 Loading… updated Feb 4, 2015 v0.3.2
test_fetch_info error, FETCH_HEAD uses tabs
#192 by maxyz was merged Nov 14, 2014 Loading… updated Feb 4, 2015 v0.3.2
Two changes to test during builds on Debians
#253 by yarikoptic was merged Feb 9, 2015 Loading… updated Feb 9, 2015
BF: run commit hook with repo.working_dir as cwd
#254 by yarikoptic was merged Feb 9, 2015 Loading… updated Feb 9, 2015
BF: do not checkout master -- that ruins testing of PRs
#261 by yarikoptic was merged Feb 21, 2015 Loading… updated Feb 21, 2015
Store path attribute on Diff object
#266 by jeblair was merged Mar 2, 2015 Loading… updated Mar 2, 2015 v0.3.7 - Fixes
Fix typo
#275 by kylepjohnson was merged Mar 28, 2015 Loading… updated Mar 28, 2015
Fix broken worktree path with submodules on Windows
#276 by msiemens was merged Apr 7, 2015 Loading… updated Apr 7, 2015 v0.3.7 - Fixes
Avoid spawning console windows when running from .pyw
#126 by boppreh was merged Nov 17, 2014 Loading… updated Apr 8, 2015 v0.3.3
Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.
#256 by teeberg was merged Apr 8, 2015 Loading… updated Apr 8, 2015 v0.3.7 - Fixes
Changelog typo
#283 by bcicen was merged Apr 17, 2015 Loading… updated Apr 17, 2015
ProTip! Exclude everything labeled bug with -label:bug.