aboutsummaryrefslogtreecommitdiff
path: root/advice.c
Commit message (Expand)AuthorAge
* Merge branch 'ls/editor-waiting-message'Junio C Hamano2017-12-19
|\
| * launch_editor(): indicate that Git waits for user inputLars Schneider2017-12-07
* | run-command: add hint when a hook is ignoredDamien Marié2017-10-10
|/
* Merge branch 'jk/warn-add-gitlink'Junio C Hamano2017-06-24
|\
| * add: warn when adding an embedded repositoryJeff King2017-06-15
* | config: don't include config.h by defaultBrandon Williams2017-06-15
|/
* i18n: advice: internationalize message for conflictsVasco Almeida2016-06-17
* i18n: advice: mark string about detached head for translationVasco Almeida2016-06-17
* merge: grammofix in please-commit-before-merge messageAlex Henrie2015-10-02
* pull: check if in unresolved merge statePaul Tan2015-06-18
* standardize usage info string formatAlex Henrie2015-01-14
* merge, pull: stop advising 'commit -a' in case of conflictMatthieu Moy2014-08-28
* refactor skip_prefix to return a booleanJeff King2014-06-20
* Merge branch 'jk/error-resolve-conflict-advice'Junio C Hamano2014-06-16
|\
| * error_resolve_conflict: drop quotations around operationJeff King2014-06-03
| * error_resolve_conflict: rewrap advice messageJeff King2014-06-03
* | Merge branch 'jc/push-2.0-default-to-simple'Junio C Hamano2014-03-07
|\ \ | |/ |/|
| * push: switch default from "matching" to "simple"Junio C Hamano2013-06-18
* | Rename advice.object_name_warning to objectNameWarningThomas Rast2013-07-31
* | Merge branch 'mm/rm-coalesce-errors'Junio C Hamano2013-06-24
|\ \
| * | rm: introduce advice.rmHints to shorten messagesMathieu Lienard--Mayor2013-06-12
* | | Merge branch 'nd/warn-ambiguous-object-name'Junio C Hamano2013-06-11
|\ \ \ | |/ / |/| |
| * | get_sha1: warn about full or short object names that look like refsNguyễn Thái Ngọc Duy2013-05-29
* | | branch: give advice when tracking start-point is missingJeff King2013-04-02
* | | Merge branch 'tb/document-status-u-tradeoff'Junio C Hamano2013-03-21
|\ \ \ | |/ / |/| |
| * | status: advise to consider use of -u when read_directory takes too longNguyễn Thái Ngọc Duy2013-03-16
| |/
* | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano2013-01-24
* | push: allow already-exists advice to be disabledChris Rorvick2012-12-03
* | push: rename config variable for more general useChris Rorvick2012-12-03
|/
* Merge branch 'jk/maint-advise-vaddf'Junio C Hamano2012-07-24
|\
| * advice: pass varargs to strbuf_vaddf, not strbuf_addfJeff King2012-07-23
* | push: Provide situational hints for non-fast-forward errorsChristopher Tiwald2012-03-19
* | Merge branch 'nd/clone-detached'Junio C Hamano2012-01-31
|\ \ | |/ |/|
| * clone: print advice on checking out detached HEADNguyễn Thái Ngọc Duy2012-01-16
* | i18n of multi-line advice messagesJunio C Hamano2011-12-22
|/
* advice: Introduce error_resolve_conflictRamkumar Ramachandra2011-08-04
* Reword "detached HEAD" notificationJunio C Hamano2010-01-29
* Merge branch 'mm/conflict-advice'Junio C Hamano2010-01-20
|\
| * Be more user-friendly when refusing to do something because of conflict.Matthieu Moy2010-01-12
* | commit: allow suppression of implicit identity adviceJeff King2010-01-14
|/
* merge-recursive: point the user to commit when file would be overwritten.Matthieu Moy2009-11-22
* status: make "how to stage" messages optionalJeff King2009-09-11
* push: make non-fast-forward help message configurableJeff King2009-09-11