1. b822423 wt-status.c: don't leak directory entries when processing untracked,ignored by Brandon Casey · 14 years ago
  2. aee9c7d Submodules: Add the new "ignore" config option for diff and status by Jens Lehmann · 15 years ago
  3. a76b208 Merge branch 'jl/status-ignore-submodules' by Junio C Hamano · 15 years ago
  4. a53deac Merge branch 'jp/string-list-api-cleanup' by Junio C Hamano · 15 years ago
  5. 78a395d string_list: Fix argument order for string_list_insert by Julian Phillips · 15 years ago
  6. 46a958b Add the option "--ignore-submodules" to "git status" by Jens Lehmann · 15 years ago
  7. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  8. 05a59a0 Show branch information in short output of git status by Daniel Knittl-Frank · 15 years ago
  9. 66dbfd5 Rewrite dynamic structure initializations to runtime assignment by Gary V. Vaughan · 15 years ago
  10. 82e7ee7 Merge branch 'mg/advice-statushints' by Junio C Hamano · 15 years ago
  11. 980bde3 wt-status: take advice.statusHints seriously by Michael J Gruber · 15 years ago
  12. c1909e7 wt-status: fix 'fprintf' compilation warning by Junio C Hamano · 15 years ago
  13. 2381e39 status: --ignored option shows ignored files by Junio C Hamano · 15 years ago
  14. 1b908b6 wt-status: rename and restructure status-print-untracked by Junio C Hamano · 15 years ago
  15. 6cb3f6b wt-status: collect ignored files by Junio C Hamano · 15 years ago
  16. f5b26b1 wt-status: plug memory leak while collecting untracked files by Junio C Hamano · 15 years ago
  17. e28a243 wt-status: remove unused workdir_untracked member by Junio C Hamano · 15 years ago
  18. b6a7a06 Merge branch 'jl/submodule-diff-dirtiness' by Junio C Hamano · 15 years ago
  19. 3bfc450 git status: ignoring untracked files must apply to submodules too by Jens Lehmann · 15 years ago
  20. 32962c9 revision: introduce setup_revision_opt by Junio C Hamano · 15 years ago
  21. 9297f77e6 git status: Show detailed dirty status of submodules in long format by Jens Lehmann · 15 years ago
  22. c6ec7ef Merge branch 'jl/submodule-diff' by Junio C Hamano · 15 years ago
  23. f17a5d3 git status: Show uncommitted submodule changes too when enabled by Jens Lehmann · 15 years ago
  24. 688cd6d status: only touch path we may need to check by Nguyễn Thái Ngọc Duy · 15 years ago
  25. c2ff10c Merge branch 'jk/1.7.0-status' by Junio C Hamano · 15 years ago
  26. 3c58845 status/commit: do not suggest "reset HEAD <path>" while merging by Junio C Hamano · 15 years ago
  27. dd20f8a commit/status: "git add <path>" is not necessarily how to resolve by Junio C Hamano · 15 years ago
  28. 8661768 status: reduce duplicated setup code by Jeff King · 15 years ago
  29. 4a7cc2f status: disable color for porcelain format by Jeff King · 15 years ago
  30. 3fe2a89 status -s: obey color.status by Michael J Gruber · 15 years ago
  31. 84dbe7b builtin-commit: refactor short-status code into wt-status.c by Michael J Gruber · 15 years ago
  32. edf563f status: make "how to stage" messages optional by Jeff King · 16 years ago
  33. 228e7b5 status: list unmerged files much later by Johannes Sixt · 16 years ago
  34. eeefa7c Style fixes, add a space after if/for/while. by Brian Gianforcaro · 16 years ago
  35. 76e2f7c git stat: the beginning of "status that is not a dry-run of commit" by Junio C Hamano · 16 years ago
  36. 7637868 wt-status: collect untracked files in a separate "collect" phase by Junio C Hamano · 16 years ago
  37. f766b36 Make git_status_config() file scope static to builtin-commit.c by Junio C Hamano · 16 years ago
  38. 23900a9 wt-status: move wt_status_colors[] into wt_status structure by Junio C Hamano · 16 years ago
  39. d249b09 wt-status: move many global settings to wt_status structure by Junio C Hamano · 16 years ago
  40. 4d4d572 status: show worktree status of conflicted paths separately by Junio C Hamano · 16 years ago
  41. 50b7e70 wt-status.c: rework the way changes to the index and work tree are summarized by Junio C Hamano · 16 years ago
  42. 1d8842d Add 'fill_directory()' helper function for directory traversal by Linus Torvalds · 16 years ago
  43. 2af202b Fix various sparse warnings in the git source code by Linus Torvalds · 16 years ago
  44. 4b25d09 Fix a bunch of pointer declarations (codestyle) by Felipe Contreras · 16 years ago
  45. de2e3b0 Merge branch 'mv/parseopt-ls-files' by Junio C Hamano · 16 years ago
  46. 7c4c97c Turn the flags in struct dir_struct into a single variable by Johannes Schindelin · 16 years ago
  47. dc6ebd4 Clean up use of ANSI color sequences by Arjen Laarhoven · 16 years ago
  48. 5ec11af reorder ALLOW_TEXTCONV option setting by Jeff King · 16 years ago
  49. 47a7925 Merge branch 'jk/commit-v-strip' by Junio C Hamano · 16 years ago
  50. 1324fb6 status: show "-v" diff even for initial commit by Jeff King · 16 years ago
  51. c1e255b wt-status: refactor initial commit printing by Jeff King · 16 years ago
  52. a79b8b6 enable textconv for diff in verbose status/commit by Jeff King · 16 years ago
  53. 4f672ad wt-status: load diff ui config by Jeff King · 16 years ago
  54. e845e16 Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-other by Junio C Hamano · 16 years ago
  55. 98fa473 refactor handling of "other" files in ls-files and status by Jeff King · 16 years ago
  56. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  57. 4d6e4c4 wt-status: Teach how to discard changes in the working directory by Anders Melchiorsen · 17 years ago
  58. bb914b1 wt-status: Split header generation into three functions by Anders Melchiorsen · 17 years ago
  59. e636799 Merge branch 'jc/report-tracking' by Junio C Hamano · 17 years ago
  60. c96a6d3 Fix "config_error_nonbool" used with value instead of key by Christian Couder · 17 years ago
  61. b6975ab git-status: show the remote tracking statistics by Junio C Hamano · 17 years ago
  62. d6293d1 Add configuration option for default untracked files mode by Marius Storm-Olsen · 17 years ago
  63. 6c2ce04 Add argument 'no' commit/status option -u|--untracked-files by Marius Storm-Olsen · 17 years ago
  64. 4bfee30 Add an optional <mode> argument to commit/status -u|--untracked-files option by Marius Storm-Olsen · 17 years ago
  65. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0
  66. 950ce2e Updated status to show 'Not currently on any branch' in red by Chris Parsons · 17 years ago
  67. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  68. 5070591 bump rename limit defaults by Jeff King · 17 years ago
  69. ac8d5af builtin-status: submodule summary support by Ping Yin · 17 years ago
  70. 4ba0cb2 wt-status.c: no need for dup() dance anymore by Kristian Høgsberg · 17 years ago
  71. a734d0b Make private quote_path() in wt-status.c available as quote_path_relative() by Dmitry Potapov · 17 years ago
  72. 6b2f2d9 Add color.ui variable which globally enables colorization if set by Matthias Kestenholz · 17 years ago
  73. aa8d53e Merge branch 'maint' by Junio C Hamano · 17 years ago
  74. ff58b9a status: suggest "git rm --cached" to unstage for initial commit by Jeff King · 17 years ago
  75. e0197c9 Merge branch 'lt/in-core-index' by Junio C Hamano · 17 years ago
  76. 451d36b wt-status.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  77. d1f2d7e Make run_diff_index() use unpack_trees(), not read_tree() by Linus Torvalds · 17 years ago
  78. 37d07f8 git-commit: squelch needless message during an empty merge by Junio C Hamano · 17 years ago
  79. 46f721c add status.relativePaths config variable by Jeff King · 17 years ago
  80. c3ce326 wt-status.c:quote_path(): convert empty path to "./" by Jeff King · 17 years ago
  81. 0f6f5a4 git config --get-colorbool by Junio C Hamano · 17 years ago
  82. 31cbb5d Merge branch 'kh/commit' by Junio C Hamano · 17 years ago
  83. 69e7491 quote_path: fix collapsing of relative paths by Jeff King · 17 years ago
  84. f714fb8 Enable rewrite as well as rename detection in git-status by Jeff King · 17 years ago
  85. 99a1269 builtin-commit: Include the diff in the commit message when verbose. by Kristian Høgsberg · 17 years ago
  86. 367c988 git status: show relative paths when run in a subdirectory by Johannes Schindelin · 17 years ago
  87. 039bc64 core.excludesfile clean-up by Junio C Hamano · 17 years ago
  88. 0f729f2 Enable wt-status to run against non-standard index file. by Kristian Høgsberg · 18 years ago
  89. f26a001 Enable wt-status output to a given FILE pointer. by Kristian Høgsberg · 18 years ago
  90. 0024a54 Fix the rename detection limit checking by Linus Torvalds · 18 years ago
  91. 52fae7d Missing statics. by Pierre Habouzit · 18 years ago
  92. f95c678 Merge branch 'maint-1.5.1' into maint by Junio C Hamano · 18 years ago
  93. 0ba956d git-status: respect core.excludesFile by Johannes Schindelin · 18 years ago
  94. 9fc42d6 Optimize directory listing with pathspec limiter. by Linus Torvalds · 18 years ago
  95. 048f48a Merge branch 'master' into js/diff-ni by Junio C Hamano · 18 years ago
  96. b4e1e4a run_diff_{files,index}(): update calling convention. by Junio C Hamano · 18 years ago
  97. 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
  98. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  99. cc46a74 wt_status_prepare(): clean up structure initialization. by Junio C Hamano · 18 years ago
  100. c3e821c wt-status: Actually accept `color.status.BLAH' configuration variables. by Mark Wooding · 18 years ago