aboutsummaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAge
* Merge branch 'ab/i18n-st'Junio C Hamano2011-04-01
|\
| * i18n: git-status "renamed: " messageÆvar Arnfjörð Bjarmason2011-03-09
| * i18n: git-status "Initial commit" messageÆvar Arnfjörð Bjarmason2011-03-09
| * i18n: git-status "Changes to be committed" messageÆvar Arnfjörð Bjarmason2011-03-09
| * i18n: git-status shortstatus messagesÆvar Arnfjörð Bjarmason2011-03-09
| * i18n: git-status "nothing to commit" messagesÆvar Arnfjörð Bjarmason2011-03-09
| * i18n: git-status basic messagesÆvar Arnfjörð Bjarmason2011-03-09
| * commit, status: use status_printf{,_ln,_more} helpersJonathan Nieder2011-03-08
| * wt-status: add helpers for printing wt-status linesJonathan Nieder2011-03-08
* | Merge branch 'jn/status-translatable'Junio C Hamano2011-03-19
|\ \
| * | commit, status: use status_printf{,_ln,_more} helpersJonathan Nieder2011-03-08
| * | wt-status: add helpers for printing wt-status linesJonathan Nieder2011-03-08
| |/
* | Merge branch 'js/cherry-pick-usability'Junio C Hamano2011-03-09
|\ \
| * | Teach commit about CHERRY_PICK_HEADJay Soffian2011-02-21
| |/
* | Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
* | struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy2011-02-03
|/
* Merge branch 'aa/status-hilite-branch'Junio C Hamano2010-12-16
|\
| * default color.status.branch to "same as header"Jeff King2010-12-10
| * status: show branchname with a configurable colorAleksi Aalto2010-11-29
* | Merge branch 'kb/maint-status-cquote'Junio C Hamano2010-12-03
|\ \ | |/ |/|
| * status: Quote paths with spaces in short formatKevin Ballard2010-11-09
* | Better "Changed but not updated" message in git-statusMatthieu Moy2010-11-03
|/
* wt-status.c: don't leak directory entries when processing untracked,ignoredBrandon Casey2010-09-27
* Submodules: Add the new "ignore" config option for diff and statusJens Lehmann2010-08-09
* Merge branch 'jl/status-ignore-submodules'Junio C Hamano2010-06-30
|\
| * Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-25
* | Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-30
|\ \
| * | string_list: Fix argument order for string_list_insertJulian Phillips2010-06-27
* | | Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\ \ \
| * | | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-31
| | |/ | |/|
* | | Show branch information in short output of git statusDaniel Knittl-Frank2010-06-03
| |/ |/|
* | Merge branch 'mg/advice-statushints'Junio C Hamano2010-05-21
|\ \
| * | wt-status: take advice.statusHints seriouslyMichael J Gruber2010-05-06
| |/
* | wt-status: fix 'fprintf' compilation warningJunio C Hamano2010-05-01
* | status: --ignored option shows ignored filesJunio C Hamano2010-04-10
* | wt-status: rename and restructure status-print-untrackedJunio C Hamano2010-04-10
* | wt-status: collect ignored filesJunio C Hamano2010-04-10
* | wt-status: plug memory leak while collecting untracked filesJunio C Hamano2010-04-10
* | wt-status: remove unused workdir_untracked memberJunio C Hamano2010-04-10
|/
* Merge branch 'jl/submodule-diff-dirtiness'Junio C Hamano2010-03-24
|\
| * git status: ignoring untracked files must apply to submodules tooJens Lehmann2010-03-13
| * git status: Show detailed dirty status of submodules in long formatJens Lehmann2010-03-08
* | revision: introduce setup_revision_optJunio C Hamano2010-03-09
|/
* Merge branch 'jl/submodule-diff'Junio C Hamano2010-01-22
|\
| * git status: Show uncommitted submodule changes too when enabledJens Lehmann2010-01-17
* | status: only touch path we may need to checkNguyễn Thái Ngọc Duy2010-01-15
|/
* Merge branch 'jk/1.7.0-status'Junio C Hamano2009-12-27
|\
| * status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano2009-12-12
| * commit/status: "git add <path>" is not necessarily how to resolveJunio C Hamano2009-12-12
| * status: reduce duplicated setup codeJeff King2009-12-07