1. caa7d79 Sync with 'maint' by Junio C Hamano · 12 years ago
  2. 5234b41f6 Merge branch 'tb/document-status-u-tradeoff' into maint by Junio C Hamano · 12 years ago
  3. 6290117 i18n: make the translation of -u advice in one go by Jiang Xin · 12 years ago
  4. 87e139c status: show commit sha1 in "You are currently reverting" message by Matthieu Moy · 12 years ago
  5. db4ef44 status: show 'revert' state and status hint by Matthieu Moy · 12 years ago
  6. fec274b Merge branch 'tb/document-status-u-tradeoff' into maint by Junio C Hamano · 12 years ago
  7. afc2e81 Merge branch 'nd/branch-show-rebase-bisect-state' by Junio C Hamano · 12 years ago
  8. 6deab24 status, branch: fix the misleading "bisecting" message by Nguyễn Thái Ngọc Duy · 12 years ago
  9. 328455f Merge branch 'maint' by Junio C Hamano · 12 years ago
  10. b8527d5 wt-status: fix possible use of uninitialized variable by Jeff King · 12 years ago
  11. 5d04924 Merge branch 'tb/document-status-u-tradeoff' by Junio C Hamano · 12 years ago
  12. b397ea4 status: show more info than "currently not on any branch" by Nguyễn Thái Ngọc Duy · 12 years ago
  13. 3b691cc wt-status: move wt_status_get_state() out to wt_status_print() by Nguyễn Thái Ngọc Duy · 12 years ago
  14. b9691db wt-status: split wt_status_state parsing function out by Nguyễn Thái Ngọc Duy · 12 years ago
  15. 8b87cfd wt-status: move strbuf into read_and_strip_branch() by Nguyễn Thái Ngọc Duy · 12 years ago
  16. 6a38ef2 status: advise to consider use of -u when read_directory takes too long by Nguyễn Thái Ngọc Duy · 12 years ago
  17. 55f9c83 Merge branch 'nd/status-show-in-progress' by Junio C Hamano · 12 years ago
  18. 0722c80 status: show the branch name if possible in in-progress info by Nguyễn Thái Ngọc Duy · 12 years ago
  19. 149a421 Merge branch 'jc/custom-comment-char' by Junio C Hamano · 12 years ago
  20. eff80a9 Allow custom "comment char" by Junio C Hamano · 12 years ago
  21. 0a9a787 Merge branch 'ap/status-ignored-in-ignored-directory' by Junio C Hamano · 12 years ago
  22. 721ac4e dir.c: Make git-status --ignored more consistent by Antoine Pelisse · 12 years ago
  23. 1e24845 wt-status.c: mark a private file-scope symbol as static by Junio C Hamano · 13 years ago
  24. 50bd8b7 status: remove i18n legos by Nguyễn Thái Ngọc Duy · 13 years ago
  25. 3cd9d1b status: color in-progress message like other header messages by Jeff King · 13 years ago
  26. 2d1cceb status: better advices when splitting a commit (during rebase -i) by Lucien Kong · 13 years ago
  27. 96b0ec1 status: don't suggest "git rm" or "git add" if not appropriate by Lucien Kong · 13 years ago
  28. 83c750a wt-status.*: better advices for git status added by Lucien Kong · 13 years ago
  29. 5410ae4 Merge branch 'jk/maint-status-porcelain-z-b' into HEAD by Jeff King · 13 years ago
  30. d4a6bf1 status: respect "-b" for porcelain format by Jeff King · 13 years ago
  31. a598523 status: fix null termination with "-b" by Jeff King · 13 years ago
  32. 3207a3a status: refactor null_termination option by Jeff King · 13 years ago
  33. 323d053 status: add --column by Nguyễn Thái Ngọc Duy · 13 years ago
  34. 96ec7b1 Convert resolve_ref+xstrdup to new resolve_refdup function by Nguyễn Thái Ngọc Duy · 13 years ago
  35. 982d1dc Merge branch 'maint-1.7.3' into maint by Junio C Hamano · 13 years ago
  36. c4c42f2 Reindent closing bracket using tab instead of spaces by Nguyễn Thái Ngọc Duy · 13 years ago
  37. f946b46 Merge branch 'jk/color-and-pager' by Junio C Hamano · 14 years ago
  38. daa0c3d color: delay auto-color decision until point of use by Jeff King · 14 years ago
  39. f1c9626 diff: refactor COLOR_DIFF from a flag into an int by Jeff King · 14 years ago
  40. 50cebda Merge branch 'jk/maint-1.7.2-status-ignored' by Junio C Hamano · 14 years ago
  41. 1282988 status: fix bug with missing --ignore files by Jeff King · 14 years ago
  42. 6c80cd2 Merge branch 'ab/i18n-st' by Junio C Hamano · 14 years ago
  43. f4784b3 Merge branch 'jn/status-translatable' by Junio C Hamano · 14 years ago
  44. d2b044b i18n: git-status "renamed: " message by Ævar Arnfjörð Bjarmason · 14 years ago
  45. b3b298a i18n: git-status "Initial commit" message by Ævar Arnfjörð Bjarmason · 14 years ago
  46. 919a4ce i18n: git-status "Changes to be committed" message by Ævar Arnfjörð Bjarmason · 14 years ago
  47. 98f5e24 i18n: git-status shortstatus messages by Ævar Arnfjörð Bjarmason · 14 years ago
  48. 8ec9bc0 i18n: git-status "nothing to commit" messages by Ævar Arnfjörð Bjarmason · 14 years ago
  49. 355ec7a i18n: git-status basic messages by Ævar Arnfjörð Bjarmason · 14 years ago
  50. 66ecd2d Merge branch 'js/cherry-pick-usability' by Junio C Hamano · 14 years ago
  51. b926c0d commit, status: use status_printf{,_ln,_more} helpers by Jonathan Nieder · 14 years ago
  52. becbdae wt-status: add helpers for printing wt-status lines by Jonathan Nieder · 14 years ago
  53. 098d0e0 commit, status: use status_printf{,_ln,_more} helpers by Jonathan Nieder · 14 years ago
  54. e0335fc wt-status: add helpers for printing wt-status lines by Jonathan Nieder · 14 years ago
  55. 37f7a85 Teach commit about CHERRY_PICK_HEAD by Jay Soffian · 14 years ago
  56. eb9cb55 Convert ce_path_match() to use struct pathspec by Nguyễn Thái Ngọc Duy · 14 years ago
  57. afe069d struct rev_info: convert prune_data to struct pathspec by Nguyễn Thái Ngọc Duy · 14 years ago
  58. f68b780 Merge branch 'aa/status-hilite-branch' by Junio C Hamano · 14 years ago
  59. 148135f default color.status.branch to "same as header" by Jeff King · 14 years ago
  60. 905ffa4 Merge branch 'kb/maint-status-cquote' by Junio C Hamano · 14 years ago
  61. 1d28232 status: show branchname with a configurable color by Aleksi Aalto · 14 years ago
  62. dbfdc62 status: Quote paths with spaces in short format by Kevin Ballard · 14 years ago
  63. 8009d83 Better "Changed but not updated" message in git-status by Matthieu Moy · 14 years ago
  64. b822423 wt-status.c: don't leak directory entries when processing untracked,ignored by Brandon Casey · 15 years ago
  65. aee9c7d Submodules: Add the new "ignore" config option for diff and status by Jens Lehmann · 15 years ago
  66. a76b208 Merge branch 'jl/status-ignore-submodules' by Junio C Hamano · 15 years ago
  67. a53deac Merge branch 'jp/string-list-api-cleanup' by Junio C Hamano · 15 years ago
  68. 78a395d string_list: Fix argument order for string_list_insert by Julian Phillips · 15 years ago
  69. 46a958b Add the option "--ignore-submodules" to "git status" by Jens Lehmann · 15 years ago
  70. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  71. 05a59a0 Show branch information in short output of git status by Daniel Knittl-Frank · 15 years ago
  72. 66dbfd5 Rewrite dynamic structure initializations to runtime assignment by Gary V. Vaughan · 15 years ago
  73. 82e7ee7 Merge branch 'mg/advice-statushints' by Junio C Hamano · 15 years ago
  74. 980bde3 wt-status: take advice.statusHints seriously by Michael J Gruber · 15 years ago
  75. c1909e7 wt-status: fix 'fprintf' compilation warning by Junio C Hamano · 15 years ago
  76. 2381e39 status: --ignored option shows ignored files by Junio C Hamano · 15 years ago
  77. 1b908b6 wt-status: rename and restructure status-print-untracked by Junio C Hamano · 15 years ago
  78. 6cb3f6b wt-status: collect ignored files by Junio C Hamano · 15 years ago
  79. f5b26b1 wt-status: plug memory leak while collecting untracked files by Junio C Hamano · 15 years ago
  80. e28a243 wt-status: remove unused workdir_untracked member by Junio C Hamano · 15 years ago
  81. b6a7a06 Merge branch 'jl/submodule-diff-dirtiness' by Junio C Hamano · 15 years ago
  82. 3bfc450 git status: ignoring untracked files must apply to submodules too by Jens Lehmann · 15 years ago
  83. 32962c9 revision: introduce setup_revision_opt by Junio C Hamano · 15 years ago
  84. 9297f77e6 git status: Show detailed dirty status of submodules in long format by Jens Lehmann · 15 years ago
  85. c6ec7ef Merge branch 'jl/submodule-diff' by Junio C Hamano · 15 years ago
  86. f17a5d3 git status: Show uncommitted submodule changes too when enabled by Jens Lehmann · 15 years ago
  87. 688cd6d status: only touch path we may need to check by Nguyễn Thái Ngọc Duy · 15 years ago
  88. c2ff10c Merge branch 'jk/1.7.0-status' by Junio C Hamano · 15 years ago
  89. 3c58845 status/commit: do not suggest "reset HEAD <path>" while merging by Junio C Hamano · 15 years ago
  90. dd20f8a commit/status: "git add <path>" is not necessarily how to resolve by Junio C Hamano · 15 years ago
  91. 8661768 status: reduce duplicated setup code by Jeff King · 15 years ago
  92. 4a7cc2f status: disable color for porcelain format by Jeff King · 15 years ago
  93. 3fe2a89 status -s: obey color.status by Michael J Gruber · 15 years ago
  94. 84dbe7b builtin-commit: refactor short-status code into wt-status.c by Michael J Gruber · 15 years ago
  95. edf563f status: make "how to stage" messages optional by Jeff King · 16 years ago
  96. 228e7b5 status: list unmerged files much later by Johannes Sixt · 16 years ago
  97. eeefa7c Style fixes, add a space after if/for/while. by Brian Gianforcaro · 16 years ago
  98. 76e2f7c git stat: the beginning of "status that is not a dry-run of commit" by Junio C Hamano · 16 years ago
  99. 7637868 wt-status: collect untracked files in a separate "collect" phase by Junio C Hamano · 16 years ago
  100. f766b36 Make git_status_config() file scope static to builtin-commit.c by Junio C Hamano · 16 years ago