aboutsummaryrefslogtreecommitdiff
path: root/git/repo
AgeCommit message (Expand)Author
2014-11-15Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel
2014-11-14Merge pull request #194 from maxyz/fix-issue-41_0.3Sebastian Thiel
2014-11-12Merge pull request #200 from dbaxa/0.3-with-unicode-fixesSebastian Thiel
2014-11-12Fix the Repo commit and tree methods to work with unicode revs.David Black
2014-09-29Fix issue #41: repo.is_dirty() on empty repository with stashed filesJan Vcelak
2014-06-13Fixed two minor typos.Marios Zindilis
2014-05-09Fix typo in untracked_filess1341
2014-05-06Fix for untracked_files no longer detected #138Maximiliano Curia
2014-04-24Fixes creating a Repo for a submoduleRemi Rampin
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2013-10-09[#5330] Ensure wait() is called on git processesCory Johns
2011-07-18Fixed consecutive lines with same blame info not appearing in blame.Mark Nevill
2011-06-07Added conditional usage of the --progress flag to all relevant methods, that ...Sebastian Thiel
2011-06-07Add progress tracking for git-clone.jez
2011-02-23Fixed incorrect handling of rev_parse if it was fed with branches that looked...Sebastian Thiel
2011-01-17git.repo.base: substituted all usages of the active_branch property with self...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel