1. 1e24845 wt-status.c: mark a private file-scope symbol as static by Junio C Hamano · 12 years ago
  2. 3cd9d1b status: color in-progress message like other header messages by Jeff King · 13 years ago
  3. 83c750a wt-status.*: better advices for git status added by Lucien Kong · 13 years ago
  4. 4d2292e status: refactor colopts handling by Jeff King · 13 years ago
  5. 5410ae4 Merge branch 'jk/maint-status-porcelain-z-b' into HEAD by Jeff King · 13 years ago
  6. d4a6bf1 status: respect "-b" for porcelain format by Jeff King · 13 years ago
  7. 3207a3a status: refactor null_termination option by Jeff King · 13 years ago
  8. 323d053 status: add --column by Nguyễn Thái Ngọc Duy · 13 years ago
  9. f4784b3 Merge branch 'jn/status-translatable' by Junio C Hamano · 14 years ago
  10. becbdae wt-status: add helpers for printing wt-status lines by Jonathan Nieder · 14 years ago
  11. 37f7a85 Teach commit about CHERRY_PICK_HEAD by Jay Soffian · 14 years ago
  12. 1d28232 status: show branchname with a configurable color by Aleksi Aalto · 14 years ago
  13. a76b208 Merge branch 'jl/status-ignore-submodules' by Junio C Hamano · 15 years ago
  14. 46a958b Add the option "--ignore-submodules" to "git status" by Jens Lehmann · 15 years ago
  15. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  16. 05a59a0 Show branch information in short output of git status by Daniel Knittl-Frank · 15 years ago
  17. 4b05548 enums: omit trailing comma for portability by Gary V. Vaughan · 15 years ago
  18. 6cb3f6b wt-status: collect ignored files by Junio C Hamano · 15 years ago
  19. e28a243 wt-status: remove unused workdir_untracked member by Junio C Hamano · 15 years ago
  20. 9297f77e6 git status: Show detailed dirty status of submodules in long format by Jens Lehmann · 15 years ago
  21. 3c58845 status/commit: do not suggest "reset HEAD <path>" while merging by Junio C Hamano · 15 years ago
  22. 4a7cc2f status: disable color for porcelain format by Jeff King · 15 years ago
  23. 84dbe7b builtin-commit: refactor short-status code into wt-status.c by Michael J Gruber · 15 years ago
  24. 76e2f7c git stat: the beginning of "status that is not a dry-run of commit" by Junio C Hamano · 16 years ago
  25. 7637868 wt-status: collect untracked files in a separate "collect" phase by Junio C Hamano · 16 years ago
  26. f766b36 Make git_status_config() file scope static to builtin-commit.c by Junio C Hamano · 16 years ago
  27. 23900a9 wt-status: move wt_status_colors[] into wt_status structure by Junio C Hamano · 16 years ago
  28. d249b09 wt-status: move many global settings to wt_status structure by Junio C Hamano · 16 years ago
  29. 4d4d572 status: show worktree status of conflicted paths separately by Junio C Hamano · 16 years ago
  30. 50b7e70 wt-status.c: rework the way changes to the index and work tree are summarized by Junio C Hamano · 16 years ago
  31. 6c2ce04 Add argument 'no' commit/status option -u|--untracked-files by Marius Storm-Olsen · 17 years ago
  32. 4bfee30 Add an optional <mode> argument to commit/status -u|--untracked-files option by Marius Storm-Olsen · 17 years ago
  33. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0
  34. 950ce2e Updated status to show 'Not currently on any branch' in red by Chris Parsons · 17 years ago
  35. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  36. 32efcd9 wt-status.h: declare global variables as extern by Johannes Sixt · 17 years ago
  37. 37d07f8 git-commit: squelch needless message during an empty merge by Junio C Hamano · 17 years ago
  38. 46f721c add status.relativePaths config variable by Jeff King · 17 years ago
  39. bc5d248 builtin-commit: do not color status output shown in the message template by Junio C Hamano · 17 years ago
  40. 367c988 git status: show relative paths when run in a subdirectory by Johannes Schindelin · 17 years ago
  41. 0f729f2 Enable wt-status to run against non-standard index file. by Kristian Høgsberg · 17 years ago
  42. f26a001 Enable wt-status output to a given FILE pointer. by Kristian Høgsberg · 17 years ago
  43. 2a3a3c2 Provide better feedback for the untracked only case in status output by Jürgen Rühle · 18 years ago
  44. 6e458bf Improve "nothing to commit" part of status output by Jürgen Rühle · 18 years ago
  45. 2074cb0 Teach runstatus about --untracked by Johannes Schindelin · 18 years ago
  46. c91f0d9 git-commit.sh: convert run_status to a C builtin by Jeff King · 19 years ago