summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/git.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb: Add sb-rtems-pkg to update the RTEMS package hashes and checksumsChris Johns2024-04-041-0/+12
* sb: Use shebang env pythonChris Johns2020-08-251-6/+7
* sb: Add git clean to the supported git commands.Chris Johns2020-05-081-0/+8
* sb: Ignore untracked files or detached HEAD in the dirty repo check.Chris Johns2017-09-221-15/+39
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-8/+10
* Add merge to the git and download modules to merge after a fetch.Chris Johns2015-03-181-0/+3
* sb: Add support for the standard git protocols for the %source command.Chris Johns2014-08-291-1/+4
* sb: Update git support.Chris Johns2014-08-091-16/+20
* sb: Generate an error report on an error.Chris Johns2014-05-081-2/+2
* sb: Fix git to clean before updating.Chris Johns2014-03-261-1/+6
* sb: Add submodule support to the git support.Chris Johns2014-02-041-0/+5
* Fix support for Windows (MinGW) native builds using MSYS.Chris Johns2013-05-131-3/+3
* Add mail support to mail reports.Chris Johns2013-04-301-0/+21
* Refactor the logging support.Chris Johns2013-04-211-1/+5
* Clean up the git module.Chris Johns2013-04-161-15/+6
* Add download git support.Chris Johns2013-04-161-23/+64
* Refactor defaults, macros and options.Chris Johns2013-04-091-7/+10
* Add support for GIT.Chris Johns2013-03-031-0/+130