Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-24 | Update references to project name to git-sonar | Malfurious | 1 | -7/+7 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2016-04-24 | Merge remote-tracking branch 'upstream/master' into hotfix/unittests | Claudio Bandera | 1 | -0/+2 | |
2015-10-18 | Moved comments back to original position. | Steven Hall | 1 | -4/+4 | |
2015-10-18 | Missed a fetch_t in the git_radar file to remove. | Steven Hall | 1 | -1/+0 | |
2015-10-18 | Custom Fetch time now uses a variable | Steven Hall | 1 | -21/+0 | |
Set the variable GIT_RADAR_FETCH_TIME in a bashrc, zshrc or gitradarrc file to customize the fetch time. | |||||
2015-10-16 | Made changes recommeneded by @michaeldfallen | Steven Hall | 1 | -2/+13 | |
in fetch.sh "if" now checks for $@ instead of just $1 in radar-base.sh there is now a parameter expansion on line 170 instead of the if statements. in git-radar, now there is a shift, and a regex check that the next value is a number. If the next value after --fetch_t is not a number, an error is echo'd and it resorts to the default behaviour of 5 minutes. | |||||
2015-10-15 | Added feature that let's you specify how often to fetch | Steven Hall | 1 | -4/+17 | |
with --fetch_t you can specify how many seconds to wait before auto fetching. using the --fetch option gives you the default of 5 minutes still. "--fetch_t 45" for example would fetch every 45 seconds. | |||||
2015-09-17 | Added documentation for stash feature. | Claudio Bandera | 1 | -0/+3 | |
2015-08-27 | issue-17: Add arguments to make the prompt shorter | Reinaldo Colina | 1 | -2/+3 | |
2015-08-27 | adding explicit output for error stream | Behzad Tabibian | 1 | -1/+1 | |
2015-08-27 | Add fish support to script's usage | bogem | 1 | -2/+14 | |
2015-08-26 | Revert "bash prompt length fix: zero-length chars must be placed between \[ ↵ | Grigory Petrov | 1 | -16/+16 | |
and \]" This reverts commit 0fe65ed830b5d1cdc5189230139b52f4c8aacfbc. | |||||
2015-08-26 | bash prompt length fix: zero-length chars must be placed between \[ and \] | Grigory Petrov | 1 | -16/+16 | |
2015-08-25 | Follow symlinks when loading libs0.1 | Michael Allen | 1 | -1/+11 | |
2015-08-25 | Added readme and license | Michael Allen | 1 | -2/+2 | |
2015-08-25 | Make fetches run async in the background | Michael Allen | 1 | -1/+1 | |
2015-08-19 | Decent readme with examples to show how to use git-radar | Michael Allen | 1 | -8/+72 | |
2015-08-19 | Auto fetch repos so I don't have to remember | Michael Allen | 1 | -0/+2 | |
2015-08-19 | Rename to git-radar | Michael Allen | 1 | -0/+0 | |
2015-08-18 | Provide single entrypoint to make scriping easier | Michael Allen | 1 | -0/+12 | |
2015-08-14 | Split prompt command into bash and zsh | Michael Allen | 1 | -21/+0 | |
The shebang in the top of a file dictates it's runtime. To load the zsh colors stuff you need to be executing in Zsh but then I couldn't support bash so I've split the prompt file into one for each. | |||||
2015-08-11 | Example of how to use the git-base.sh library | Michael Allen | 1 | -0/+21 | |