aboutsummaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAge
* commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann2013-12-05
* status: show commit sha1 in "You are currently cherry-picking" messageRalf Thielow2013-10-11
* Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano2013-09-20
|\
| * wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy2013-09-12
* | Merge branch 'mm/status-without-comment-char'Junio C Hamano2013-09-20
|\ \
| * | status: add missing blank line after list of "other" filesMatthieu Moy2013-09-06
| * | status: disable display of '#' comment prefix by defaultMatthieu Moy2013-09-06
| * | submodule summary: ignore --for-status optionMatthieu Moy2013-09-06
| * | wt-status: use argv_array APIMatthieu Moy2013-09-06
| |/
* | Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano2013-09-20
|\ \
| * | status: always show tracking branch even no changeJiang Xin2013-08-26
| * | branch: report invalid tracking branch as goneJiang Xin2013-08-26
| |/
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \ | |/ |/|
| * convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * status: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
* | Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-22
|\ \
| * | quote_path_relative(): remove redundant parameterJiang Xin2013-06-26
* | | Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-22
|\ \ \ | |_|/ |/| |
| * | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
* | | Merge branch 'jg/status-config'Junio C Hamano2013-07-11
|\ \ \
| * | | status/commit: make sure --porcelain is not affected by user-facing configJunio C Hamano2013-06-24
| | |/ | |/|
* | | Merge branch 'rr/rebase-checkout-reflog'Junio C Hamano2013-07-11
|\ \ \ | |_|/ |/| |
| * | status: do not depend on rebase reflog messagesRamkumar Ramachandra2013-06-17
| * | wt-status: remove unused field in grab_1st_switch_cbdataRamkumar Ramachandra2013-06-17
| |/
* | am: replace uses of --resolved with --continueKevin Bracey2013-06-27
* | wt-status: give better advice when cherry-pick is in progressRalf Thielow2013-06-17
|/
* dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees2013-04-15
* dir.c: git-ls-files --directories: don't hide empty directoriesKarsten Blees2013-04-15
* Sync with 'maint'Junio C Hamano2013-04-12
|\
| * Merge branch 'tb/document-status-u-tradeoff' into maintJunio C Hamano2013-04-12
| |\
| | * i18n: make the translation of -u advice in one goJiang Xin2013-04-12
| * | Merge branch 'tb/document-status-u-tradeoff' into maintJunio C Hamano2013-04-01
| |\ \ | | |/
* | | status: show commit sha1 in "You are currently reverting" messageMatthieu Moy2013-04-02
* | | status: show 'revert' state and status hintMatthieu Moy2013-04-02
* | | Merge branch 'nd/branch-show-rebase-bisect-state'Junio C Hamano2013-04-01
|\ \ \
| * | | status, branch: fix the misleading "bisecting" messageNguyễn Thái Ngọc Duy2013-03-23
| * | | status: show more info than "currently not on any branch"Nguyễn Thái Ngọc Duy2013-03-16
| * | | wt-status: move wt_status_get_state() out to wt_status_print()Nguyễn Thái Ngọc Duy2013-03-16
| * | | wt-status: split wt_status_state parsing function outNguyễn Thái Ngọc Duy2013-03-16
| * | | wt-status: move strbuf into read_and_strip_branch()Nguyễn Thái Ngọc Duy2013-03-16
* | | | Merge branch 'maint'Junio C Hamano2013-03-21
|\ \ \ \ | | |/ / | |/| |
| * | | wt-status: fix possible use of uninitialized variableJeff King2013-03-21
* | | | 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
* | | Merge branch 'nd/status-show-in-progress'Junio C Hamano2013-02-14
|\ \ \ | | |/ | |/|
| * | status: show the branch name if possible in in-progress infoNguyễn Thái Ngọc Duy2013-02-05
* | | Merge branch 'jc/custom-comment-char'Junio C Hamano2013-02-04
|\ \ \ | |/ / |/| |
| * | Allow custom "comment char"Junio C Hamano2013-01-16
| |/
* | Merge branch 'ap/status-ignored-in-ignored-directory'Junio C Hamano2013-01-14
|\ \ | |/ |/|
| * dir.c: Make git-status --ignored more consistentAntoine Pelisse2013-01-01