summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Merge pull request #90 from matthillman/osx_stash_fixv0.6Michael Allen1-1/+1
2015-11-09Surround all variables on stash_status()’s return line with {} for clarityMatthew Hillman1-1/+1
2015-11-06Fix for bad characters showing in the stash status in OS XMatthew Hillman1-1/+1
2015-11-05Merge pull request #89 from colinsf/untracked-branch-fixMichael Allen1-2/+2
2015-11-01bury error output from remote branch lookupColin Scott-Fleming1-2/+2
2015-10-27Merge pull request #70 from hallzy/masterv0.5Michael Allen4-3/+45
2015-10-21Merge pull request #2 from michaeldfallen/hallzy_#70Steven Hall8-120/+241
2015-10-21Fix tests broken by FETCH_TIME now being pushed inMichael Allen2-1/+5
2015-10-21Merge branch 'master' of github.com:michaeldfallen/git-radar into hallzy_#70Michael Allen7-119/+236
2015-10-21Merge pull request #82 from slackorama/feature/ditch-awkMichael Allen2-111/+114
2015-10-20Merge pull request #78 from jhunold/sed_fixMichael Allen1-1/+1
2015-10-18Since a number is no longer taken after --fetch_t we can remove the parameterSteven Hall1-2/+2
2015-10-18Moved comments back to original position.Steven Hall1-4/+4
2015-10-18Missed a fetch_t in the git_radar file to remove.Steven Hall1-1/+0
2015-10-18Custom Fetch time now uses a variableSteven Hall4-32/+32
2015-10-16Fixed an error in my parameter subsitution.Steven Hall1-1/+1
2015-10-16Remove a awk callsSeth Mason1-2/+2
2015-10-16Made changes recommeneded by @michaeldfallenSteven Hall3-9/+15
2015-10-16Merge pull request #79 from hallzy/issue69Michael Allen1-1/+11
2015-10-16Merge pull request #80 from cbandera/feature/stash_indicatorMichael Allen6-3/+107
2015-10-16Merge pull request #1 from michaeldfallen/slackorama_masterSeth Mason2-118/+116
2015-10-16Merge pull request #1 from michaeldfallen/hallzy_issue69Steven Hall1-1/+1
2015-10-16Merge pull request #72 from srstevenson/fish-usage-typoMichael Allen1-1/+1
2015-10-16Merge branch 'michaeldfallen-cbandera_stash_indicator' into feature/stash_ind...Claudio Bandera10-65/+634
2015-10-16Escape all forward slashesJürgen Hunold1-1/+1
2015-10-16Update README and include stash in customisation optionsMichael Allen2-0/+3
2015-10-16Strip spaces from the stash number (which OSX wc adds for no reason)Michael Allen1-1/+1
2015-10-16Include stash indicator in default promptMichael Allen1-2/+2
2015-10-16Hook new stash_status in to render_promptMichael Allen1-2/+12
2015-10-16Merge branch 'master' of github.com:michaeldfallen/git-radar into cbandera_st...Michael Allen9-63/+619
2015-10-16%Z returns the modified date, %Y returns the changed dateMichael Allen1-1/+1
2015-10-16Merge pull request #76 from inakiabt/patch-1Michael Allen1-2/+2
2015-10-16That if statement wasn't doing what I thought it wasMichael Allen2-117/+115
2015-10-16Fix tests broken by old regex stringMichael Allen1-1/+1
2015-10-15Updated readme with --fetch_t feature.Steven Hall1-0/+10
2015-10-15Added feature that let's you specify how often to fetchSteven Hall3-8/+31
2015-10-15Removed unnecessary quotes.Steven Hall1-1/+1
2015-10-15Provides a fix for Isssue #69.Steven Hall1-1/+11
2015-10-15Fix typo on GIT_RADAR_FORMAT examples #65Iñaki Abete1-2/+2
2015-10-15Fix #2 branches with same name in multiple remotesSeth Mason1-4/+9
2015-10-15xargs isn't a fileMichael Allen1-0/+0
2015-10-15Merge pull request #65 from michaeldfallen/format-stringv0.4Michael Allen9-61/+380
2015-10-15Some readme to show how to use the format stringMichael Allen1-12/+55
2015-10-15Support git-flow style branches by @slackoramaMichael Allen1-1/+1
2015-10-15Fix invalid regex found by @slackoramaMichael Allen1-2/+3
2015-10-15Merge branch 'master' of github.com:michaeldfallen/git-radar into format-stringMichael Allen2-0/+239
2015-10-07Further performance benchmarksMichael Allen1-0/+49
2015-10-07Performance tests on files and commitsMichael Allen1-2/+75
2015-10-07Missed a header to the tablesMichael Allen1-1/+1
2015-10-07Some basic performance tests so we can profile changesMichael Allen1-0/+109