1. bf48e5a status: skip sparse-checkout percentage with sparse-index by Derrick Stolee · 3 years, 8 months ago
  2. 2708ce6 branch: sort detached HEAD based on a flag by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  3. 962dd7e wt-status: introduce wt_status_state_free_buffers() by Martin Ågren · 4 years, 6 months ago
  4. 051df3c wt-status: show sparse checkout status as well by Elijah Newren · 4 years, 9 months ago
  5. 430b75f commit: give correct advice for empty commit during a rebase by Phillip Wood · 5 years ago
  6. 8d57f75 commit: use enum value for multiple cherry-picks by Phillip Wood · 5 years ago
  7. e0cb7cd wt-status: convert struct wt_status to object_id by brian m. carlson · 6 years ago
  8. 0bdce88 Merge branch 'jk/no-system-includes-in-dot-c' by Junio C Hamano · 6 years ago
  9. 92f66fd Merge branch 'md/sort-detached-head-first' by Junio C Hamano · 6 years ago
  10. 28438e8 ref-filter: sort detached HEAD lines firstly by Matthew DeVore · 6 years ago
  11. 7a06fb0 wt-status.h: drop stdio.h include by Jeff King · 6 years ago
  12. d540b70 merge: cleanup messages like commit by Denton Liu · 6 years ago
  13. 7884545 wt-status.c: remove implicit dependency the_repository by Nguyễn Thái Ngọc Duy · 6 years ago
  14. 5b02ca3 wt-status.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  15. 73ba5d7 roll wt_status_state into wt_status and populate in the collect phase by Stephen P. Smith · 6 years ago
  16. 6fa9019 wt-status: rename commitable to committable by Stephen P. Smith · 7 years ago
  17. e8b2dc2 add status config and command line options for rename detection by Ben Peart · 7 years ago
  18. 40f5555 wt-status: convert struct wt_status_state to object_id by brian m. carlson · 7 years ago
  19. 4094e47 Merge branch 'jh/status-no-ahead-behind' by Junio C Hamano · 7 years ago
  20. fd9b544 status: add --[no-]ahead-behind to status and commit for V2 format. by Jeff Hostetler · 7 years ago
  21. bc3dca0 Merge branch 'nd/ita-wt-renames-in-status' by Junio C Hamano · 7 years ago
  22. 5134ccd wt-status.c: rename rename-related fields in wt_status_change_data by Nguyễn Thái Ngọc Duy · 7 years ago
  23. eec0f7f status: add option to show ignored files differently by Jameson Miller · 7 years ago
  24. 7e46f19 Merge branch 'ks/status-initial-commit' by Junio C Hamano · 8 years ago
  25. 4ddb135 status: contextually notify user about an initial commit by Kaartic Sivaraam · 8 years ago
  26. c1b5d01 status: add optional stash count information by Liam Beguin · 8 years ago
  27. d76650b interpret-trailers: honor the cut line by Brian Malehorn · 8 years ago
  28. cd02599 Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ by brian m. carlson · 8 years ago
  29. d8cc92a wt-status: teach has_{unstaged,uncommitted}_changes() about submodules by Johannes Schindelin · 8 years ago
  30. 41a5dd6 wt-status: export also the has_un{staged,committed}_changes() functions by Johannes Schindelin · 8 years ago
  31. fd84986 wt-status: make the require_clean_work_tree() function reusable by Johannes Schindelin · 8 years ago
  32. d9fc746 status: print branch info with --porcelain=v2 --branch by Jeff Hostetler · 9 years ago
  33. 1ecdecc status: collect per-file data for --porcelain=v2 by Jeff Hostetler · 9 years ago
  34. be7e795 status: cleanup API to wt_status_print by Jeff Hostetler · 9 years ago
  35. 957a0fe status: rename long-format print routines by Jeff Hostetler · 9 years ago
  36. f5d067a wt-status.c: split bisect detection out of wt_status_get_state() by Nguyễn Thái Ngọc Duy · 9 years ago
  37. 81eff27 wt-status.c: make wt_status_check_rebase() work on any worktree by Nguyễn Thái Ngọc Duy · 9 years ago
  38. bcd522a wt-status.c: split rebase detection out of wt_status_get_state() by Nguyễn Thái Ngọc Duy · 9 years ago
  39. 7aa9b9b wt-status: move #include "pathspec.h" to the header by SZEDER Gábor · 10 years ago
  40. 970399e wt-status: refactor detached HEAD analysis by Michael J Gruber · 10 years ago
  41. 4ab9211 Merge branch 'mm/status-porcelain-format-i18n-fix' by Junio C Hamano · 11 years ago
  42. 7a76c28 status: disable translation when --porcelain is used by Matthieu Moy · 11 years ago
  43. fcef931 wt-status.c: move cut-line print code out to wt_status_add_cut_line by Nguyễn Thái Ngọc Duy · 11 years ago
  44. 1a72cfd commit -v: strip diffs and submodule shortlogs from the commit message by Jens Lehmann · 11 years ago
  45. bffd809 status: show commit sha1 in "You are currently cherry-picking" message by Ralf Thielow · 11 years ago
  46. b4980c6 Merge branch 'mm/commit-template-squelch-advice-messages' by Junio C Hamano · 11 years ago
  47. 6d3e1f2 Merge branch 'mm/status-without-comment-char' by Junio C Hamano · 11 years ago
  48. 6a964f5 wt-status: turn advice_status_hints into a field of wt_status by Matthieu Moy · 12 years ago
  49. b02f5ae Merge branch 'jl/submodule-mv' by Junio C Hamano · 12 years ago
  50. 2556b99 status: disable display of '#' comment prefix by default by Matthieu Moy · 12 years ago
  51. 15b55ae status: convert to use parse_pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  52. 8dd0ee8 wt-status: use "format" function attribute for status_printf by Jeff King · 12 years ago
  53. 87e139c status: show commit sha1 in "You are currently reverting" message by Matthieu Moy · 12 years ago
  54. db4ef44 status: show 'revert' state and status hint by Matthieu Moy · 12 years ago
  55. afc2e81 Merge branch 'nd/branch-show-rebase-bisect-state' by Junio C Hamano · 12 years ago
  56. 5d04924 Merge branch 'tb/document-status-u-tradeoff' by Junio C Hamano · 12 years ago
  57. b397ea4 status: show more info than "currently not on any branch" by Nguyễn Thái Ngọc Duy · 12 years ago
  58. b9691db wt-status: split wt_status_state parsing function out by Nguyễn Thái Ngọc Duy · 12 years ago
  59. 8b87cfd wt-status: move strbuf into read_and_strip_branch() by Nguyễn Thái Ngọc Duy · 12 years ago
  60. 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
  61. 0722c80 status: show the branch name if possible in in-progress info by Nguyễn Thái Ngọc Duy · 12 years ago
  62. 1e24845 wt-status.c: mark a private file-scope symbol as static by Junio C Hamano · 12 years ago
  63. 3cd9d1b status: color in-progress message like other header messages by Jeff King · 13 years ago
  64. 83c750a wt-status.*: better advices for git status added by Lucien Kong · 13 years ago
  65. 4d2292e status: refactor colopts handling by Jeff King · 13 years ago
  66. 5410ae4 Merge branch 'jk/maint-status-porcelain-z-b' into HEAD by Jeff King · 13 years ago
  67. d4a6bf1 status: respect "-b" for porcelain format by Jeff King · 13 years ago
  68. 3207a3a status: refactor null_termination option by Jeff King · 13 years ago
  69. 323d053 status: add --column by Nguyễn Thái Ngọc Duy · 13 years ago
  70. f4784b3 Merge branch 'jn/status-translatable' by Junio C Hamano · 14 years ago
  71. becbdae wt-status: add helpers for printing wt-status lines by Jonathan Nieder · 14 years ago
  72. 37f7a85 Teach commit about CHERRY_PICK_HEAD by Jay Soffian · 14 years ago
  73. 1d28232 status: show branchname with a configurable color by Aleksi Aalto · 14 years ago
  74. a76b208 Merge branch 'jl/status-ignore-submodules' by Junio C Hamano · 15 years ago
  75. 46a958b Add the option "--ignore-submodules" to "git status" by Jens Lehmann · 15 years ago
  76. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  77. 05a59a0 Show branch information in short output of git status by Daniel Knittl-Frank · 15 years ago
  78. 4b05548 enums: omit trailing comma for portability by Gary V. Vaughan · 15 years ago
  79. 6cb3f6b wt-status: collect ignored 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. 9297f77e6 git status: Show detailed dirty status of submodules in long format by Jens Lehmann · 15 years ago
  82. 3c58845 status/commit: do not suggest "reset HEAD <path>" while merging by Junio C Hamano · 15 years ago
  83. 4a7cc2f status: disable color for porcelain format by Jeff King · 15 years ago
  84. 84dbe7b builtin-commit: refactor short-status code into wt-status.c by Michael J Gruber · 15 years ago
  85. 76e2f7c git stat: the beginning of "status that is not a dry-run of commit" by Junio C Hamano · 16 years ago
  86. 7637868 wt-status: collect untracked files in a separate "collect" phase by Junio C Hamano · 16 years ago
  87. f766b36 Make git_status_config() file scope static to builtin-commit.c by Junio C Hamano · 16 years ago
  88. 23900a9 wt-status: move wt_status_colors[] into wt_status structure by Junio C Hamano · 16 years ago
  89. d249b09 wt-status: move many global settings to wt_status structure by Junio C Hamano · 16 years ago
  90. 4d4d572 status: show worktree status of conflicted paths separately by Junio C Hamano · 16 years ago
  91. 50b7e70 wt-status.c: rework the way changes to the index and work tree are summarized by Junio C Hamano · 16 years ago
  92. 6c2ce04 Add argument 'no' commit/status option -u|--untracked-files by Marius Storm-Olsen · 17 years ago
  93. 4bfee30 Add an optional <mode> argument to commit/status -u|--untracked-files option by Marius Storm-Olsen · 17 years ago
  94. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0
  95. 950ce2e Updated status to show 'Not currently on any branch' in red by Chris Parsons · 17 years ago
  96. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  97. 32efcd9 wt-status.h: declare global variables as extern by Johannes Sixt · 17 years ago
  98. 37d07f8 git-commit: squelch needless message during an empty merge by Junio C Hamano · 17 years ago
  99. 46f721c add status.relativePaths config variable by Jeff King · 17 years ago
  100. bc5d248 builtin-commit: do not color status output shown in the message template by Junio C Hamano · 17 years ago