1. 7b9b634 Merge branch 'ab/doc-synopsis-and-cmd-usage' by Junio C Hamano · 2 years, 4 months ago
  2. 951ec74 doc txt & -h consistency: make "stash" consistent by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  3. 0075121 stash doc SYNOPSIS & -h: correct padding around "[]()" by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  4. d4056db doc txt & -h consistency: fix incorrect alternates syntax by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  5. 16f6b0d docs: add CONFIGURATION sections that map to a built-in by Ævar Arnfjörð Bjarmason · 2 years, 6 months ago
  6. 41a28eb stash: implement '--staged' option for 'push' and 'save' by Sergey Organov · 3 years, 5 months ago
  7. af5cd44 stash show: use stash.showIncludeUntracked even when diff options given by Denton Liu · 3 years, 10 months ago
  8. 0af760e stash show: learn stash.showIncludeUntracked by Denton Liu · 4 years ago
  9. d3c7bf7 stash show: teach --include-untracked and --only-untracked by Denton Liu · 4 years ago
  10. d6ab8b1 git-stash.txt: be explicit about subcommand options by Denton Liu · 4 years, 1 month ago
  11. 8a98758 stash push: support the --pathspec-from-file option by Alexandr Miloslavskiy · 5 years ago
  12. 3f3d806 doc: stash: synchronize <pathspec> description by Alexandr Miloslavskiy · 5 years ago
  13. b229091 doc: stash: document more options by Alexandr Miloslavskiy · 5 years ago
  14. 0093abc doc: stash: split options from description (2) by Alexandr Miloslavskiy · 5 years ago
  15. 2b7460d doc: stash: split options from description (1) by Alexandr Miloslavskiy · 5 years ago
  16. 57d8f4b doc(stash): clarify the description of `save` by Johannes Schindelin · 5 years ago
  17. f496b06 Merge branch 'nd/switch-and-restore' by Junio C Hamano · 6 years ago
  18. 328c6cb doc: promote "git switch" by Nguyễn Thái Ngọc Duy · 6 years ago
  19. bef55dc stash: mention options in `show` synopsis by Paul-Sebastian Ungureanu · 6 years ago
  20. 0a790f0 git-stash.txt: remove extra square bracket by Thomas Gummerer · 7 years ago
  21. 0d5f844 doc: prefer 'stash push' over 'stash save' by Phil Hord · 7 years ago
  22. fd2ebf1 stash: mark "git stash save" deprecated in the man page by Thomas Gummerer · 7 years ago
  23. db37745 stash: replace "git stash save" with "git stash push" in the documentation by Thomas Gummerer · 7 years ago
  24. e01db91 stash: update documentation to use 'stash entry' by Liam Beguin · 8 years ago
  25. 9e14090 stash: allow pathspecs in the no verb form by Thomas Gummerer · 8 years ago
  26. 1ada502 stash: use stash_push for no verb form by Thomas Gummerer · 8 years ago
  27. df6bba0 stash: teach 'push' (and 'create_stash') to honor pathspec by Thomas Gummerer · 8 years ago
  28. f5727e2 stash: introduce push verb by Thomas Gummerer · 8 years ago
  29. 20a7e06 Documentation/stash: remove mention of git reset --hard by Thomas Gummerer · 8 years ago
  30. a56c8f5 stash: allow stashes to be referenced by index only by Aaron M Watson · 8 years ago
  31. 3086c06 stash: allow "stash show" diff output configurable by Namhyung Kim · 10 years ago
  32. c20aec0 stash doc: mention short form -k in save description by John Marshall · 11 years ago
  33. c1ebd90 Revert "git stash: avoid data loss when "git stash save" kills a directory" by Junio C Hamano · 12 years ago
  34. a736531 git stash: avoid data loss when "git stash save" kills a directory by Petr Baudis · 12 years ago
  35. bd514ca stash: introduce 'git stash store' by Ramkumar Ramachandra · 12 years ago
  36. aa7e722 stash doc: document short form -p in synopsis by Ramkumar Ramachandra · 12 years ago
  37. 2be4351 stash doc: add a warning about using create by Ramkumar Ramachandra · 12 years ago
  38. 5badfdc Documentation/git-stash.txt: add a missing verb by Sébastien Loriot · 12 years ago
  39. 6cf378f docs: stop using asciidoc no-inline-literal by Jeff King · 13 years ago
  40. 7875130 stash: Add --include-untracked option to stash and remove all untracked files by David Caldwell · 14 years ago
  41. f2808a5 git-stash.txt: better docs for '--patch' by Valentin Haenel · 14 years ago
  42. 48bb914 doc: drop author/documentation sections from most pages by Jeff King · 14 years ago
  43. b0c6bf4 detached-stash: update Documentation by Jon Seymour · 15 years ago
  44. cc1b8d8 docs: don't talk about $GIT_DIR/refs/ everywhere by Jeff King · 15 years ago
  45. 0b444cd Documentation: spell 'git cmd' without dash throughout by Thomas Rast · 15 years ago
  46. ca76828 Documentation: format full commands in typewriter font by Thomas Rast · 15 years ago
  47. b7b1038 stash list: drop the default limit of 10 stashes by Thomas Rast · 15 years ago
  48. 6ff9ae9 Merge branch 'maint-1.6.4' into maint by Junio C Hamano · 15 years ago
  49. 0a0c342 git-stash documentation: mention default options for 'list' by Miklos Vajna · 15 years ago
  50. 54f0bdc Merge branch 'tr/reset-checkout-patch' by Junio C Hamano · 16 years ago
  51. 3c2eb80 stash: simplify defaulting to "save" and reject unknown options by Matthieu Moy · 16 years ago
  52. f300fab DWIM 'git stash save -p' for 'git stash -p' by Thomas Rast · 16 years ago
  53. 367ea19 Merge branch 'js/stash-dwim' into tr/reset-checkout-patch by Junio C Hamano · 16 years ago
  54. dda1f2a Implement 'git stash save --patch' by Thomas Rast · 16 years ago
  55. f5f1e16 Document 'stash clear' recovery via unreachable commits by Thomas Rast · 16 years ago
  56. ea41cfc Make 'git stash -k' a short form for 'git stash save --keep-index' by Johannes Schindelin · 16 years ago
  57. fcdd0e9 stash: teach quiet option by Stephen Boyd · 16 years ago
  58. f39d6ee Documentation: mention 'git stash pop --index' option explicitly by SZEDER Gábor · 16 years ago
  59. d183663 Documentation: teach stash/pop workflow instead of stash/apply by Thomas Rast · 16 years ago
  60. f733c70 Documentation: minor cleanup in a use case in 'git stash' manual by SZEDER Gábor · 17 years ago
  61. 9da6f0f Documentation: fix disappeared lines in 'git stash' manpage by SZEDER Gábor · 17 years ago
  62. a5ab00c git-stash: improve synopsis in help and manual page by Stephan Beyer · 17 years ago
  63. 671d322 Merge branch 'am/stash-branch' by Junio C Hamano · 17 years ago
  64. 15fc1c0 Merge branch 'sg/stash-k-i' by Junio C Hamano · 17 years ago
  65. caf1899 Documentation: tweak use case in "git stash save --keep-index" by Eric Raible · 17 years ago
  66. ba020ef manpages: italicize git command names (which were in teletype font) by Jonathan Nieder · 17 years ago
  67. 7bedebc stash: introduce 'stash save --keep-index' option by SZEDER Gábor · 17 years ago
  68. 656b503 Implement "git stash branch <newbranch> <stash>" by Abhijit Menon-Sen · 17 years ago
  69. 483bc4f Documentation formatting and cleanup by Jonathan Nieder · 17 years ago
  70. b1889c3 Documentation: be consistent about "git-" versus "git " by Jonathan Nieder · 17 years ago
  71. 9e1f0a8 documentation: move git(7) to git(1) by Christian Couder · 17 years ago
  72. bd56ff5 git-stash: add new 'pop' subcommand by Brandon Casey · 17 years ago
  73. e25d5f9 git-stash: add new 'drop' subcommand by Brandon Casey · 17 years ago
  74. fbd538c Documentation/git-stash: document options for git stash list by Miklos Vajna · 17 years ago
  75. 71bda8b Documentation/git-stash.txt: Adjust SYNOPSIS command syntax (2) by Jari Aalto · 17 years ago
  76. 5162e69 Documentation: rename gitlink macro to linkgit by Dan McGee · 17 years ago
  77. 06ada15 Fix some typos, punctuation, missing words, minor markup. by Ralf Wildenhues · 17 years ago
  78. 0bdcac5 git stash: document apply's --index switch by Miklos Vajna · 17 years ago
  79. 3671757 git-stash documentation: add missing backtick by Steve Hoelzer · 18 years ago
  80. e2c6de1 git-stash documentation: stash numbering starts at zero, not one by Steve Hoelzer · 18 years ago
  81. ec96e0f Document "git stash message..." by しらいしななこ · 18 years ago
  82. 114fd81 Fix git-stash(1) markup. by Junio C Hamano · 18 years ago
  83. fcb10a9 git-stash: make "save" the default action again. by Junio C Hamano · 18 years ago
  84. 9a5391c Documentation: quote {non-attributes} for asciidoc by Jeff King · 18 years ago
  85. aaca491 git-stash: fix "no arguments" case in documentation by Jeff King · 18 years ago
  86. 9488e87 git-stash: require "save" to be explicit and update documentation by Junio C Hamano · 18 years ago
  87. 09ccdb6 Document git-stash by しらいしななこ · 18 years ago