summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/git.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-04sb: Add sb-rtems-pkg to update the RTEMS package hashes and checksumsChris Johns1-0/+12
2020-08-25sb: Use shebang env pythonChris Johns1-6/+7
2020-05-08sb: Add git clean to the supported git commands.Chris Johns1-0/+8
2017-09-22sb: Ignore untracked files or detached HEAD in the dirty repo check.Chris Johns1-15/+39
2016-03-07sb: Update code base to support Python3 and Python2.Chris Johns1-8/+10
2015-03-18Add merge to the git and download modules to merge after a fetch.Chris Johns1-0/+3
2014-08-29sb: Add support for the standard git protocols for the %source command.Chris Johns1-1/+4
2014-08-09sb: Update git support.Chris Johns1-16/+20
2014-05-08sb: Generate an error report on an error.Chris Johns1-2/+2
2014-03-26sb: Fix git to clean before updating.Chris Johns1-1/+6
2014-02-04sb: Add submodule support to the git support.Chris Johns1-0/+5
2013-05-13Fix support for Windows (MinGW) native builds using MSYS.Chris Johns1-3/+3
2013-04-30Add mail support to mail reports.Chris Johns1-0/+21
2013-04-21Refactor the logging support.Chris Johns1-1/+5
2013-04-16Clean up the git module.Chris Johns1-15/+6
2013-04-16Add download git support.Chris Johns1-23/+64
2013-04-09Refactor defaults, macros and options.Chris Johns1-7/+10
2013-03-03Add support for GIT.Chris Johns1-0/+130