Age | Commit message (Expand) | Author | Files | Lines |
2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -58/+58 |
2011-03-19 | Merge branch 'jn/status-translatable' | Junio C Hamano | 1 | -43/+117 |
2011-03-09 | i18n: git-status "renamed: " message | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2011-03-09 | i18n: git-status "Initial commit" message | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2011-03-09 | i18n: git-status "Changes to be committed" message | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2011-03-09 | i18n: git-status shortstatus messages | Ævar Arnfjörð Bjarmason | 1 | -6/+6 |
2011-03-09 | i18n: git-status "nothing to commit" messages | Ævar Arnfjörð Bjarmason | 1 | -6/+6 |
2011-03-09 | i18n: git-status basic messages | Ævar Arnfjörð Bjarmason | 1 | -43/+43 |
2011-03-09 | Merge branch 'js/cherry-pick-usability' | Junio C Hamano | 1 | -2/+2 |
2011-03-08 | commit, status: use status_printf{,_ln,_more} helpers | Jonathan Nieder | 1 | -43/+43 |
2011-03-08 | wt-status: add helpers for printing wt-status lines | Jonathan Nieder | 1 | -0/+74 |
2011-03-08 | commit, status: use status_printf{,_ln,_more} helpers | Jonathan Nieder | 1 | -43/+43 |
2011-03-08 | wt-status: add helpers for printing wt-status lines | Jonathan Nieder | 1 | -0/+74 |
2011-02-21 | Teach commit about CHERRY_PICK_HEAD | Jay Soffian | 1 | -2/+2 |
2011-02-03 | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
2011-02-03 | struct rev_info: convert prune_data to struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2010-12-16 | Merge branch 'aa/status-hilite-branch' | Junio C Hamano | 1 | -4/+10 |
2010-12-10 | default color.status.branch to "same as header" | Jeff King | 1 | -2/+5 |
2010-12-03 | Merge branch 'kb/maint-status-cquote' | Junio C Hamano | 1 | -0/+10 |
2010-11-29 | status: show branchname with a configurable color | Aleksi Aalto | 1 | -3/+6 |
2010-11-09 | status: Quote paths with spaces in short format | Kevin Ballard | 1 | -0/+10 |
2010-11-03 | Better "Changed but not updated" message in git-status | Matthieu Moy | 1 | -1/+1 |
2010-09-27 | wt-status.c: don't leak directory entries when processing untracked,ignored | Brandon Casey | 1 | -10/+6 |
2010-08-09 | Submodules: Add the new "ignore" config option for diff and status | Jens Lehmann | 1 | -2/+6 |
2010-06-30 | Merge branch 'jl/status-ignore-submodules' | Junio C Hamano | 1 | -1/+9 |
2010-06-30 | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 1 | -5/+5 |
2010-06-27 | string_list: Fix argument order for string_list_insert | Julian Phillips | 1 | -5/+5 |
2010-06-25 | Add the option "--ignore-submodules" to "git status" | Jens Lehmann | 1 | -1/+9 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -11/+12 |
2010-06-03 | Show branch information in short output of git status | Daniel Knittl-Frank | 1 | -2/+65 |
2010-05-31 | Rewrite dynamic structure initializations to runtime assignment | Gary V. Vaughan | 1 | -11/+12 |
2010-05-21 | Merge branch 'mg/advice-statushints' | Junio C Hamano | 1 | -6/+15 |
2010-05-06 | wt-status: take advice.statusHints seriously | Michael J Gruber | 1 | -6/+15 |
2010-05-01 | wt-status: fix 'fprintf' compilation warning | Junio C Hamano | 1 | -1/+1 |
2010-04-10 | status: --ignored option shows ignored files | Junio C Hamano | 1 | -7/+15 |
2010-04-10 | wt-status: rename and restructure status-print-untracked | Junio C Hamano | 1 | -8/+14 |
2010-04-10 | wt-status: collect ignored files | Junio C Hamano | 1 | -0/+16 |
2010-04-10 | wt-status: plug memory leak while collecting untracked files | Junio C Hamano | 1 | -0/+3 |
2010-04-10 | wt-status: remove unused workdir_untracked member | Junio C Hamano | 1 | -1/+0 |
2010-03-24 | Merge branch 'jl/submodule-diff-dirtiness' | Junio C Hamano | 1 | -7/+38 |
2010-03-13 | git status: ignoring untracked files must apply to submodules too | Jens Lehmann | 1 | -0/+2 |
2010-03-09 | revision: introduce setup_revision_opt | Junio C Hamano | 1 | -4/+11 |
2010-03-08 | git status: Show detailed dirty status of submodules in long format | Jens Lehmann | 1 | -7/+36 |
2010-01-22 | Merge branch 'jl/submodule-diff' | Junio C Hamano | 1 | -5/+7 |
2010-01-17 | git status: Show uncommitted submodule changes too when enabled | Jens Lehmann | 1 | -5/+7 |
2010-01-15 | status: only touch path we may need to check | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2009-12-27 | Merge branch 'jk/1.7.0-status' | Junio C Hamano | 1 | -9/+121 |
2009-12-12 | status/commit: do not suggest "reset HEAD <path>" while merging | Junio C Hamano | 1 | -4/+10 |
2009-12-12 | commit/status: "git add <path>" is not necessarily how to resolve | Junio C Hamano | 1 | -1/+1 |
2009-12-07 | status: reduce duplicated setup code | Jeff King | 1 | -0/+2 |