| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #194 from maxyz/fix-issue-41_0.3 | Sebastian Thiel | 2014-11-14 | 1 | -2/+2 |
| |\ | | | | | Fix issue #41: repo.is_dirty() on empty repository with stashed files | ||||
| | * | Fix issue #41: repo.is_dirty() on empty repository with stashed files | Jan Vcelak | 2014-09-29 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #200 from dbaxa/0.3-with-unicode-fixes | Sebastian Thiel | 2014-11-12 | 1 | -2/+2 |
| |\ \ | |/ |/| | 0.3 with unicode fixes | ||||
| | * | Fix the Repo commit and tree methods to work with unicode revs. | David Black | 2014-11-12 | 1 | -2/+2 |
| | | | | | | | | | Signed-off-by: David Black <dblack@atlassian.com> | ||||
| * | | Fixed two minor typos. | Marios Zindilis | 2014-06-13 | 1 | -2/+2 |
| |/ | |||||
| * | Fix typo in untracked_files | s1341 | 2014-05-09 | 1 | -1/+1 |
| | | |||||
| * | Fix for untracked_files no longer detected #138 | Maximiliano Curia | 2014-05-06 | 1 | -18/+16 |
| | | |||||
| * | Fixes creating a Repo for a submodule | Remi Rampin | 2014-04-24 | 2 | -3/+17 |
| | | | | | Fixes #155. | ||||
| * | tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵ | Sebastian Thiel | 2014-02-09 | 2 | -993/+993 |
| | | | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) ) | ||||
| * | Fixed consecutive lines with same blame info not appearing in blame. | Mark Nevill | 2011-07-18 | 1 | -2/+5 |
| | | | | | | | | | | This fixes a bug when parsing blame -p output: Full commit info headers only appear for the first line from a particular commit, but other lines were ignored as the blame info dict was reset after each line. This patch handles both multiple consecutive lines from a commit and interleaved lines from multiple commits. | ||||
| * | Added conditional usage of the --progress flag to all relevant methods, that ↵ | Sebastian Thiel | 2011-06-07 | 1 | -10/+11 |
| | | | | | is push, fetch, pull and clone. This allows progress information to be sent in newer git versions without breaking older ones (ideally) | ||||
| * | Add progress tracking for git-clone. | jez | 2011-06-07 | 1 | -6/+17 |
| | | |||||
| * | Fixed incorrect handling of rev_parse if it was fed with branches that ↵ | Sebastian Thiel | 2011-02-23 | 1 | -1/+5 |
| | | | | | looked like hexshas. Thanks to Ning (frostyplanet) who pointed this issue out | ||||
| * | git.repo.base: substituted all usages of the active_branch property with ↵ | Sebastian Thiel | 2011-01-17 | 1 | -4/+4 |
| | | | | | self.head.* in order to more safely get the current commit. active_branch would only work on non-detached heads | ||||
| * | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 3 | -0/+1036 |
| adjusted | |||||
