summaryrefslogtreecommitdiffstats
path: root/g-ed-it/gitAction.py
Commit message (Collapse)AuthorAgeFilesLines
* Adapt commit with docBar commit text to the new docBarMatthieu Gautier2009-05-041-8/+6
|
* Rewrite gitAction depending of modifications of the docBarMatthieu Gautier2009-05-041-17/+15
|
* Add a commit text to the docBar.Matthieu Gautier2009-05-031-2/+10
| | | | | - If the commit text is empty, its content is used as commit message. - If not, the commit dialog box is shown.
* Revert to git-diff.Matthieu Gautier2009-04-301-2/+2
| | | | | git-difftool is not yet present in the current version of git (Fedora). Use a git-difftool will be recommit when next git update.
* Fixing subprocess callMatthieu Gautier2009-04-301-3/+3
|
* '# On branch masterMatthieu Gautier2009-04-291-2/+2
| | | | | | | | | | | | | | # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: g-ed-it/gitAction.py # Use git-difftool instead of git-diff. - Force tool to be meld. - No special config in git have to set - meld become a prerequisite'
* Add GLPv3 License.Matthieu Gautier2009-04-061-0/+17
| | | | Signed-off-by: Matthieu Gautier <mgautier@fedoraproject.org>
* Refactoring code.Matthieu Gautier2009-04-051-0/+43
* Create windowHelper * Create gitAction.py to handle all (almost) git actions * Split docBar into docHelper and docBar * Fix a bug when gedit is launch with the '&' * Change g-ed-it.glade in git_windows.glade Signed-off-by: Matthieu Gautier <mgautier@fedoraproject.org>