summaryrefslogtreecommitdiff
path: root/advice.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCELibravatar Junio C Hamano1-0/+4
2012-12-03push: allow already-exists advice to be disabledLibravatar Chris Rorvick1-0/+2
2012-12-03push: rename config variable for more general useLibravatar Chris Rorvick1-2/+5
2012-07-24Merge branch 'jk/maint-advise-vaddf'Libravatar Junio C Hamano1-1/+1
2012-07-23advice: pass varargs to strbuf_vaddf, not strbuf_addfLibravatar Jeff King1-1/+1
2012-03-19push: Provide situational hints for non-fast-forward errorsLibravatar Christopher Tiwald1-0/+6
2012-01-31Merge branch 'nd/clone-detached'Libravatar Junio C Hamano1-0/+14
2012-01-16clone: print advice on checking out detached HEADLibravatar Nguyễn Thái Ngọc Duy1-0/+14
2011-12-22i18n of multi-line advice messagesLibravatar Junio C Hamano1-7/+16
2011-08-04advice: Introduce error_resolve_conflictLibravatar Ramkumar Ramachandra1-7/+24
2010-01-29Reword "detached HEAD" notificationLibravatar Junio C Hamano1-0/+2
2010-01-20Merge branch 'mm/conflict-advice'Libravatar Junio C Hamano1-0/+16
2010-01-14commit: allow suppression of implicit identity adviceLibravatar Jeff King1-0/+2
2010-01-12Be more user-friendly when refusing to do something because of conflict.Libravatar Matthieu Moy1-0/+16
2009-11-22merge-recursive: point the user to commit when file would be overwritten.Libravatar Matthieu Moy1-0/+2
2009-09-11status: make "how to stage" messages optionalLibravatar Jeff King1-0/+2
2009-09-11push: make non-fast-forward help message configurableLibravatar Jeff King1-0/+25