summaryrefslogtreecommitdiffstats
path: root/radar-base.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Merge pull request #82 from slackorama/feature/ditch-awkMichael Allen1-5/+8
2015-10-20Merge pull request #78 from jhunold/sed_fixMichael Allen1-1/+1
2015-10-16Remove a awk callsSeth Mason1-2/+2
2015-10-16Merge pull request #79 from hallzy/issue69Michael Allen1-1/+11
2015-10-16Escape all forward slashesJürgen Hunold1-1/+1
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 Allen1-10/+73
2015-10-16%Z returns the modified date, %Y returns the changed dateMichael Allen1-1/+1
2015-10-16That if statement wasn't doing what I thought it wasMichael Allen1-11/+9
2015-10-16Fix tests broken by old regex stringMichael Allen1-1/+1
2015-10-15Removed unnecessary quotes.Steven Hall1-1/+1
2015-10-15Provides a fix for Isssue #69.Steven Hall1-1/+11
2015-10-15Fix #2 branches with same name in multiple remotesSeth Mason1-4/+9
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 Allen1-0/+8
2015-09-18timing function for performance testingMichael Allen1-0/+8
2015-09-17Adapted new color and naming model.Claudio Bandera1-9/+9
2015-09-17Merge branch 'master' into feature/stash_indicatorClaudio Bandera1-108/+123
2015-09-17Ensure we only render prefix and suffix when we have a resultMichael Allen1-4/+24
2015-09-17Surround non-printing chars in %{ and %}Michael Allen1-1/+1
2015-09-17Switch changes status to use prefixesMichael Allen1-3/+3
2015-09-17Switch remote commits to use suffixesMichael Allen1-6/+6
2015-09-17Switch local commits to use prefixesMichael Allen1-7/+5
2015-09-17Switch bash to new render functionMichael Allen1-5/+7
2015-09-17Switch zsh to use the new render promptMichael Allen1-1/+1
2015-09-17Add prefix and suffixing to remote diff renderMichael Allen1-2/+2
2015-09-17Add prefix and suffix to branch name renderMichael Allen1-2/+2
2015-09-17Reduce rewording in regexesMichael Allen1-4/+10
2015-09-17Add prefix/suffixing to local diffMichael Allen1-2/+2
2015-09-17Make providing a prefix and suffix to changes possibleMichael Allen1-2/+2
2015-09-16Use general render functions rather than zsh specificMichael Allen1-4/+4
2015-09-16Make render replace rather than append, so we can reorderMichael Allen1-5/+16
2015-09-16Basic approach to format stringsMichael Allen1-0/+17
2015-09-16Merge the zsh/bash readable branch functionMichael Allen1-12/+14
2015-09-16Merge the zsh/bash changes render functionMichael Allen1-30/+6
2015-09-16Merge zsh and bash local commit render funcMichael Allen1-21/+6
2015-09-16Merge zsh and bash remote commit diffMichael Allen1-22/+7
2015-09-16Merge bash and zsh specific render functionsMichael Allen1-6/+10
2015-09-05Fix colour issue for zshv0.3.2Michael Allen1-1/+7
2015-09-05Fix mistaken colour output on bashMichael Allen1-1/+1
2015-09-02Allow for shell specific rc filesMichael Allen1-2/+6
2015-09-01Make branch color and master symbol configurableMichael Allen1-9/+17
2015-08-31Provide a way to set a .gitradarrc fileMichael Allen1-0/+9
2015-08-31Added tests for stash indicatorClaudio Bandera1-4/+8
2015-08-30Changed symbol for stashClaudio Bandera1-2/+2
2015-08-30Added git stash indicatorClaudio Bandera1-0/+14
2015-08-30Test zsh remote commit colorsMichael Allen1-4/+4