| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/maint-status-porcelain-z-b' into HEAD | Jeff King | 2012-05-08 | 1 | -17/+18 |
|\ |
|
| * | status: respect "-b" for porcelain format | Jeff King | 2012-05-08 | 1 | -3/+3 |
| * | status: fix null termination with "-b" | Jeff King | 2012-05-08 | 1 | -3/+4 |
| * | status: refactor null_termination option | Jeff King | 2012-05-08 | 1 | -13/+13 |
* | | status: add --column | Nguyễn Thái Ngọc Duy | 2012-04-27 | 1 | -2/+26 |
|/ |
|
* | Convert resolve_ref+xstrdup to new resolve_refdup function | Nguyễn Thái Ngọc Duy | 2011-12-13 | 1 | -3/+1 |
* | Merge branch 'maint-1.7.3' into maint | Junio C Hamano | 2011-10-23 | 1 | -1/+1 |
|\ |
|
| * | Reindent closing bracket using tab instead of spaces | Nguyễn Thái Ngọc Duy | 2011-10-23 | 1 | -1/+1 |
* | | Merge branch 'jk/color-and-pager' | Junio C Hamano | 2011-08-28 | 1 | -2/+4 |
|\ \ |
|
| * | | color: delay auto-color decision until point of use | Jeff King | 2011-08-19 | 1 | -1/+3 |
| * | | diff: refactor COLOR_DIFF from a flag into an int | Jeff King | 2011-08-18 | 1 | -1/+1 |
* | | | Merge branch 'jk/maint-1.7.2-status-ignored' | Junio C Hamano | 2011-06-29 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | status: fix bug with missing --ignore files | Jeff King | 2011-06-02 | 1 | -1/+1 |
* | | | Merge branch 'ab/i18n-st' | Junio C Hamano | 2011-04-01 | 1 | -58/+58 |
|\ \ \ |
|
| * | | | i18n: git-status "renamed: " message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
| * | | | i18n: git-status "Initial commit" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
| * | | | i18n: git-status "Changes to be committed" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
| * | | | i18n: git-status shortstatus messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -6/+6 |
| * | | | i18n: git-status "nothing to commit" messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -6/+6 |
| * | | | i18n: git-status basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -43/+43 |
| * | | | commit, status: use status_printf{,_ln,_more} helpers | Jonathan Nieder | 2011-03-08 | 1 | -43/+43 |
| * | | | wt-status: add helpers for printing wt-status lines | Jonathan Nieder | 2011-03-08 | 1 | -0/+74 |
* | | | | Merge branch 'jn/status-translatable' | Junio C Hamano | 2011-03-19 | 1 | -43/+117 |
|\ \ \ \ |
|
| * | | | | commit, status: use status_printf{,_ln,_more} helpers | Jonathan Nieder | 2011-03-08 | 1 | -43/+43 |
| * | | | | wt-status: add helpers for printing wt-status lines | Jonathan Nieder | 2011-03-08 | 1 | -0/+74 |
| |/ / / |
|
* | | | | Merge branch 'js/cherry-pick-usability' | Junio C Hamano | 2011-03-09 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Teach commit about CHERRY_PICK_HEAD | Jay Soffian | 2011-02-21 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -1/+4 |
* | | | | struct rev_info: convert prune_data to struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge branch 'aa/status-hilite-branch' | Junio C Hamano | 2010-12-16 | 1 | -4/+10 |
|\ \ \ |
|
| * | | | default color.status.branch to "same as header" | Jeff King | 2010-12-10 | 1 | -2/+5 |
| * | | | status: show branchname with a configurable color | Aleksi Aalto | 2010-11-29 | 1 | -3/+6 |
* | | | | Merge branch 'kb/maint-status-cquote' | Junio C Hamano | 2010-12-03 | 1 | -0/+10 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | status: Quote paths with spaces in short format | Kevin Ballard | 2010-11-09 | 1 | -0/+10 |
* | | | Better "Changed but not updated" message in git-status | Matthieu Moy | 2010-11-03 | 1 | -1/+1 |
|/ / |
|
* | | wt-status.c: don't leak directory entries when processing untracked,ignored | Brandon Casey | 2010-09-27 | 1 | -10/+6 |
* | | Submodules: Add the new "ignore" config option for diff and status | Jens Lehmann | 2010-08-09 | 1 | -2/+6 |
* | | Merge branch 'jl/status-ignore-submodules' | Junio C Hamano | 2010-06-30 | 1 | -1/+9 |
|\ \ |
|
| * | | Add the option "--ignore-submodules" to "git status" | Jens Lehmann | 2010-06-25 | 1 | -1/+9 |
* | | | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 2010-06-30 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | string_list: Fix argument order for string_list_insert | Julian Phillips | 2010-06-27 | 1 | -5/+5 |
* | | | | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 | 1 | -11/+12 |
|\ \ \ \ |
|
| * | | | | Rewrite dynamic structure initializations to runtime assignment | Gary V. Vaughan | 2010-05-31 | 1 | -11/+12 |
| | |/ /
| |/| | |
|
* | | | | Show branch information in short output of git status | Daniel Knittl-Frank | 2010-06-03 | 1 | -2/+65 |
| |/ /
|/| | |
|
* | | | Merge branch 'mg/advice-statushints' | Junio C Hamano | 2010-05-21 | 1 | -6/+15 |
|\ \ \ |
|
| * | | | wt-status: take advice.statusHints seriously | Michael J Gruber | 2010-05-06 | 1 | -6/+15 |
| |/ / |
|
* | | | wt-status: fix 'fprintf' compilation warning | Junio C Hamano | 2010-05-01 | 1 | -1/+1 |
| |/
|/| |
|
* | | status: --ignored option shows ignored files | Junio C Hamano | 2010-04-10 | 1 | -7/+15 |
* | | wt-status: rename and restructure status-print-untracked | Junio C Hamano | 2010-04-10 | 1 | -8/+14 |
* | | wt-status: collect ignored files | Junio C Hamano | 2010-04-10 | 1 | -0/+16 |