1. edf563f status: make "how to stage" messages optional by Jeff King · 16 years ago
  2. 228e7b5 status: list unmerged files much later by Johannes Sixt · 16 years ago
  3. eeefa7c Style fixes, add a space after if/for/while. by Brian Gianforcaro · 16 years ago
  4. 7637868 wt-status: collect untracked files in a separate "collect" phase by Junio C Hamano · 16 years ago
  5. f766b36 Make git_status_config() file scope static to builtin-commit.c by Junio C Hamano · 16 years ago
  6. 23900a9 wt-status: move wt_status_colors[] into wt_status structure by Junio C Hamano · 16 years ago
  7. d249b09 wt-status: move many global settings to wt_status structure by Junio C Hamano · 16 years ago
  8. 4d4d572 status: show worktree status of conflicted paths separately by Junio C Hamano · 16 years ago
  9. 50b7e70 wt-status.c: rework the way changes to the index and work tree are summarized by Junio C Hamano · 16 years ago
  10. 1d8842d Add 'fill_directory()' helper function for directory traversal by Linus Torvalds · 16 years ago
  11. 2af202b Fix various sparse warnings in the git source code by Linus Torvalds · 16 years ago
  12. 4b25d09 Fix a bunch of pointer declarations (codestyle) by Felipe Contreras · 16 years ago
  13. de2e3b0 Merge branch 'mv/parseopt-ls-files' by Junio C Hamano · 16 years ago
  14. 7c4c97c Turn the flags in struct dir_struct into a single variable by Johannes Schindelin · 16 years ago
  15. dc6ebd4 Clean up use of ANSI color sequences by Arjen Laarhoven · 16 years ago
  16. 5ec11af reorder ALLOW_TEXTCONV option setting by Jeff King · 16 years ago
  17. 47a7925 Merge branch 'jk/commit-v-strip' by Junio C Hamano · 16 years ago
  18. 1324fb6 status: show "-v" diff even for initial commit by Jeff King · 16 years ago
  19. c1e255b wt-status: refactor initial commit printing by Jeff King · 16 years ago
  20. a79b8b6 enable textconv for diff in verbose status/commit by Jeff King · 16 years ago
  21. 4f672ad wt-status: load diff ui config by Jeff King · 16 years ago
  22. e845e16 Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-other by Junio C Hamano · 16 years ago
  23. 98fa473 refactor handling of "other" files in ls-files and status by Jeff King · 16 years ago
  24. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  25. 4d6e4c4 wt-status: Teach how to discard changes in the working directory by Anders Melchiorsen · 17 years ago
  26. bb914b1 wt-status: Split header generation into three functions by Anders Melchiorsen · 17 years ago
  27. e636799 Merge branch 'jc/report-tracking' by Junio C Hamano · 17 years ago
  28. c96a6d3 Fix "config_error_nonbool" used with value instead of key by Christian Couder · 17 years ago
  29. b6975ab git-status: show the remote tracking statistics by Junio C Hamano · 17 years ago
  30. d6293d1 Add configuration option for default untracked files mode by Marius Storm-Olsen · 17 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. 5070591 bump rename limit defaults by Jeff King · 17 years ago
  37. ac8d5af builtin-status: submodule summary support by Ping Yin · 17 years ago
  38. 4ba0cb2 wt-status.c: no need for dup() dance anymore by Kristian Høgsberg · 17 years ago
  39. a734d0b Make private quote_path() in wt-status.c available as quote_path_relative() by Dmitry Potapov · 17 years ago
  40. 6b2f2d9 Add color.ui variable which globally enables colorization if set by Matthias Kestenholz · 17 years ago
  41. aa8d53e Merge branch 'maint' by Junio C Hamano · 17 years ago
  42. ff58b9a status: suggest "git rm --cached" to unstage for initial commit by Jeff King · 17 years ago
  43. e0197c9 Merge branch 'lt/in-core-index' by Junio C Hamano · 17 years ago
  44. 451d36b wt-status.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  45. d1f2d7e Make run_diff_index() use unpack_trees(), not read_tree() by Linus Torvalds · 17 years ago
  46. 37d07f8 git-commit: squelch needless message during an empty merge by Junio C Hamano · 17 years ago
  47. 46f721c add status.relativePaths config variable by Jeff King · 17 years ago
  48. c3ce326 wt-status.c:quote_path(): convert empty path to "./" by Jeff King · 17 years ago
  49. 0f6f5a4 git config --get-colorbool by Junio C Hamano · 17 years ago
  50. 31cbb5d Merge branch 'kh/commit' by Junio C Hamano · 17 years ago
  51. 69e7491 quote_path: fix collapsing of relative paths by Jeff King · 17 years ago
  52. f714fb8 Enable rewrite as well as rename detection in git-status by Jeff King · 17 years ago
  53. 99a1269 builtin-commit: Include the diff in the commit message when verbose. by Kristian Høgsberg · 17 years ago
  54. 367c988 git status: show relative paths when run in a subdirectory by Johannes Schindelin · 17 years ago
  55. 039bc64 core.excludesfile clean-up by Junio C Hamano · 17 years ago
  56. 0f729f2 Enable wt-status to run against non-standard index file. by Kristian Høgsberg · 17 years ago
  57. f26a001 Enable wt-status output to a given FILE pointer. by Kristian Høgsberg · 17 years ago
  58. 0024a54 Fix the rename detection limit checking by Linus Torvalds · 17 years ago
  59. 52fae7d Missing statics. by Pierre Habouzit · 18 years ago
  60. f95c678 Merge branch 'maint-1.5.1' into maint by Junio C Hamano · 18 years ago
  61. 0ba956d git-status: respect core.excludesFile by Johannes Schindelin · 18 years ago
  62. 9fc42d6 Optimize directory listing with pathspec limiter. by Linus Torvalds · 18 years ago
  63. 048f48a Merge branch 'master' into js/diff-ni by Junio C Hamano · 18 years ago
  64. b4e1e4a run_diff_{files,index}(): update calling convention. by Junio C Hamano · 18 years ago
  65. 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
  66. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  67. cc46a74 wt_status_prepare(): clean up structure initialization. by Junio C Hamano · 18 years ago
  68. c3e821c wt-status: Actually accept `color.status.BLAH' configuration variables. by Mark Wooding · 18 years ago
  69. dcbc7bb simplify the "no changes added to commit" message by Nicolas Pitre · 18 years ago
  70. c388761 Merge branch 'jc/detached-head' by Junio C Hamano · 18 years ago
  71. 4d22965 git-status: wording update to deal with deleted files. by Junio C Hamano · 18 years ago
  72. 2a3a3c2 Provide better feedback for the untracked only case in status output by Jürgen Rühle · 18 years ago
  73. bda324c git-status: show detached HEAD by Junio C Hamano · 18 years ago
  74. 3368d11 Remove unnecessary git-rm --cached reference from status output by Jürgen Rühle · 18 years ago
  75. 3c1eb9c Improve cached content header of status output by Jürgen Rühle · 18 years ago
  76. 98bf8a4 Support --amend on initial commit in status output by Jürgen Rühle · 18 years ago
  77. 6e458bf Improve "nothing to commit" part of status output by Jürgen Rühle · 18 years ago
  78. e54eef9 Clarify syntax and role of git-add in status output by Jürgen Rühle · 18 years ago
  79. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  80. a990999 git-status always says what branch it's on by Andy Parkins · 18 years ago
  81. 82dca84 Align section headers of 'git status' to new 'git add'. by Shawn O. Pearce · 18 years ago
  82. aeb80c7 Suggest use of "git add file1 file2" when there is nothing to commit. by Shawn O. Pearce · 18 years ago
  83. 78ba004 Merge branch 'np/addcommit' by Junio C Hamano · 18 years ago
  84. a159ca0 Allow subcommand.color and color.subcommand color configuration by Andy Parkins · 18 years ago
  85. 366bfcb make 'git add' a first class user friendly interface to the index by Nicolas Pitre · 18 years ago
  86. 3a94680 git-status: quote LF in its output by Junio C Hamano · 18 years ago
  87. c56f243 Merge branch 'maint' by Junio C Hamano · 18 years ago
  88. 0623421 remove an unneeded test by Tero Roponen · 18 years ago
  89. bd45fec Merge branch 'maint' by Junio C Hamano · 18 years ago
  90. 49b8b29 Fix git-runstatus for repositories containing a file named HEAD by Jeff King · 18 years ago
  91. 58a1e0e Merge branch 'lj/refs' by Junio C Hamano · 18 years ago
  92. 543551e Make filenames line up in git-status output by Andy Parkins · 18 years ago
  93. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  94. f62363f wt-status: use simplified resolve_ref to find current branch by Jeff King · 18 years ago
  95. db830b4 wt-status: remove extraneous newline from 'deleted:' output by Jeff King · 18 years ago
  96. 2074cb0 Teach runstatus about --untracked by Johannes Schindelin · 19 years ago
  97. c91f0d9 git-commit.sh: convert run_status to a C builtin by Jeff King · 19 years ago