1. f7d8e3d emacs: make 'git-status' work with separate git dirs by Enrico Scholz · 12 years ago
  2. 485cdb9 git.el: Don't use font-lock-compile-keywords by Lawrence Mitchell · 14 years ago
  3. aaa68dd git.el: Use git-add-file for unmerged files, remove git-resolve-file by Martin Nordholts · 16 years ago
  4. 8918f5c git.el: Clarify documentation of git-commit-tree by David Kågedal · 16 years ago
  5. 5b4e441 git.el: Improve the confirmation message on remove and revert. by Alexandre Julliard · 16 years ago
  6. 21ba0e8 git.el: Make sure that file lists are sorted as they are created. by Alexandre Julliard · 16 years ago
  7. 5a7b3bf git.el: Add some notes about Emacs versions compatibility. by Alexandre Julliard · 16 years ago
  8. 6c4f70d git.el: Use integer instead of character constants in case statement. by Alexandre Julliard · 16 years ago
  9. efd49f5 git.el: Set a regexp for paragraph-separate in log-edit mode. by Alexandre Julliard · 16 years ago
  10. a7da5c4 git.el: Make git-run-command-region display the error if any. by Alexandre Julliard · 16 years ago
  11. ab69e3e git.el: Add commands for cherry-pick and revert. by Alexandre Julliard · 16 years ago
  12. 811b10c git.el: Add a command to create a new branch. by Alexandre Julliard · 16 years ago
  13. c375e9d git.el: Add a checkout command. by Alexandre Julliard · 16 years ago
  14. 1905a86 git.el: Allow to commit even if there are no marked files. by Alexandre Julliard · 16 years ago
  15. c4e8b72 git.el: Add possibility to mark files directly in git-update-status-files. by Alexandre Julliard · 16 years ago
  16. b0a53e9 git.el: Add an insert file command. by Alexandre Julliard · 17 years ago
  17. 433ee03 git.el: Never clear the status buffer, only update the files. by Alexandre Julliard · 17 years ago
  18. db18a18 git.el: Fix git-amend-commit to support amending an initial commit. by Alexandre Julliard · 17 years ago
  19. ef5133d git.el: Properly handle merge commits in git-amend-commit. by Alexandre Julliard · 17 years ago
  20. 6fb2042 git.el: Simplify handling of merge heads in the commit log-edit buffer. by Alexandre Julliard · 17 years ago
  21. 9ddf6d7 git.el: Remove the env parameter in git-call-process and git-call-process-string. by Alexandre Julliard · 16 years ago
  22. 36d2078 git.el: Improve error handling for commits. by Alexandre Julliard · 16 years ago
  23. 51ef1da Rename .git/rebase to .git/rebase-apply by Johannes Schindelin · 17 years ago
  24. 28ed6e7 Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge" by Johannes Schindelin · 17 years ago
  25. 3db4723 Revert "git.el: Set process-environment instead of invoking env" by Karl Hasselström · 17 years ago
  26. dbe4825 git.el: Set process-environment instead of invoking env by Clifford Caoile · 17 years ago
  27. 9225d7b specify explicit "--pretty=medium" with `git log/show/whatchanged` by Denis Cheng · 17 years ago
  28. df4a824 Merge branch 'maint' by Junio C Hamano · 17 years ago
  29. a1eebfb git.el: find the git-status buffer whatever its name is by Rémi Vanicat · 17 years ago
  30. 21a2d69 git.el: Do not display empty directories. by Alexandre Julliard · 17 years ago
  31. f27e558 git.el: Set process-environment instead of invoking env by David Kågedal · 17 years ago
  32. 0520e21 git.el: Better handling of subprocess errors. by Alexandre Julliard · 17 years ago
  33. 928323a git.el: Check for existing buffers on revert. by Alexandre Julliard · 17 years ago
  34. 76127b3 git.el: Added a command to amend a commit. by Alexandre Julliard · 17 years ago
  35. 3f3d564 git.el: Support for showing unknown/ignored directories. by Alexandre Julliard · 17 years ago
  36. ef40b3e git.el: Make status refresh faster. by Alexandre Julliard · 17 years ago
  37. 58152a0 git.el: Refresh files from their real state upon commit. by Alexandre Julliard · 17 years ago
  38. 87e3d81 git.el: Make sure we never insert the same file twice. by Alexandre Julliard · 17 years ago
  39. 40f162b git.el: Display file types and type changes. by Alexandre Julliard · 17 years ago
  40. 5e3cb7e git.el: Retrieve the permissions for up-to-date files. by Alexandre Julliard · 17 years ago
  41. 8b30aa5 git.el: Support for getting diffs from inside the log-edit buffer. by Alexandre Julliard · 17 years ago
  42. 18ff365 git.el: Added a menu for git-status-mode. by Alexandre Julliard · 17 years ago
  43. d53a3502 git.el: Run git-gc --auto after commits. by Alexandre Julliard · 17 years ago
  44. 2f6e86a git.el: Refresh only the changed file marks when marking/unmarking all. by Alexandre Julliard · 17 years ago
  45. 6df0238 git.el: Fix typo in git-update-saved-file error handling. by Alexandre Julliard · 17 years ago
  46. 3697c5f git.el: Fix typo in "Reverted file" message. by Alexandre Julliard · 17 years ago
  47. 72dc52b git.el: Reset the permission flags when changing a file state. by Alexandre Julliard · 17 years ago
  48. 0365d88 git.el: Update a file status in the git buffer upon save. by Alexandre Julliard · 17 years ago
  49. 9f5599b git.el: Do not print a status message on every git command. by Alexandre Julliard · 17 years ago
  50. b9b7bab git.el: Preserve file marks when doing a full refresh. by Alexandre Julliard · 17 years ago
  51. 568d2cd git.el: Allow the add and remove commands to be applied to ignored files. by Alexandre Julliard · 18 years ago
  52. 98acc3f git.el: Allow selecting whether to display uptodate/unknown/ignored files. by Alexandre Julliard · 18 years ago
  53. 1b65504 git.el: Keep the status buffer sorted by filename. by Alexandre Julliard · 18 years ago
  54. 1ff55ff git.el: Added colors for dark background by David Kågedal · 18 years ago
  55. ef08c14 git.el: Avoid a lisp error when there's no current branch (detached HEAD). by Alexandre Julliard · 18 years ago
  56. 8fdc397 git.el: Always set the current directory in the git-diff buffer. by Alexandre Julliard · 18 years ago
  57. 09afcd6 git.el: Add support for interactive diffs. by Alexandre Julliard · 18 years ago
  58. 274e13e git.el: Take into account the core.excludesfile config option. by Alexandre Julliard · 18 years ago
  59. 61988f1 git.el: Avoid using ewoc-set-data for compatibility with Emacs 21. by Alexandre Julliard · 18 years ago
  60. ceefa44 git.el: Pass an explicit argument to enable smerge-mode. by Alexandre Julliard · 18 years ago
  61. 93c22ee git.el: Support for incremental status updates. by Alexandre Julliard · 18 years ago
  62. b4372ef Enable "git rerere" by the config variable rerere.enabled by Johannes Schindelin · 18 years ago
  63. 413689d git.el: Add a commit description to the reflog. by Alexandre Julliard · 18 years ago
  64. b704e58 git.el: Display some information about the HEAD commit. by Alexandre Julliard · 18 years ago
  65. d55552f git.el: Add support for commit hooks. by Alexandre Julliard · 18 years ago
  66. 60fa08e git.el: Retrieve commit log information from .dotest directory. by Alexandre Julliard · 18 years ago
  67. 3844814 git.el: Avoid appending a signoff line that is already present. by Alexandre Julliard · 18 years ago
  68. 14b4f2d git.el: Set the default commit coding system from the repository config. by Alexandre Julliard · 18 years ago
  69. e0d10e1 [PATCH] Rename git-repo-config to git-config. by Tom Prince · 18 years ago
  70. 03d311e git.el: Define the propertize function if needed, for XEmacs compatibility. by Alexandre Julliard · 18 years ago
  71. 9fa77a5 git.el: Avoid setting font lock keywords before entering log-edit mode. by Alexandre Julliard · 18 years ago
  72. cdc0873 git.el: Don't use --info-only when resolving a file. by Alexandre Julliard · 18 years ago
  73. 2379d61 git.el: Include MERGE_MSG in the log-edit buffer even when not committing a merge. by Alexandre Julliard · 18 years ago
  74. 2ac2b19 git.el: Move point after the log message header when entering log-edit mode. by Alexandre Julliard · 18 years ago
  75. b8ee518 git.el: Added a function to open the current file in another window. by Alexandre Julliard · 18 years ago
  76. 8a078c3 git.el: Added functions for moving to the next/prev unmerged file. by Alexandre Julliard · 18 years ago
  77. c530c5a git.el: Fixed inverted "renamed from/to" message. by Alexandre Julliard · 18 years ago
  78. 5df5258 git.el: Put the git customize group in the 'tools' parent group. by Alexandre Julliard · 19 years ago
  79. 73389f1 git.el: Try to reuse an existing buffer when running git-status. by Alexandre Julliard · 19 years ago
  80. 9f56a7f git.el: Prepend a slash to the file name when adding to .gitignore. by Alexandre Julliard · 19 years ago
  81. 51a6e56 git.el: Run git-rerere on commits if the rr-cache directory exists. by Alexandre Julliard · 19 years ago
  82. 5716e79 Display help for Git mode after pressing `h' or `?' in *git-status* by Jakub Narebski · 19 years ago
  83. 1b3a667 Wrap long lines in docstrings in contrib/emacs/git.el by Jakub Narebski · 19 years ago
  84. 2b1c0ef git.el: Added a function to diff against the other heads in a merge. by Alexandre Julliard · 19 years ago
  85. 75a8180 git.el: Get the default user name and email from the repository config. by Alexandre Julliard · 19 years ago
  86. 9de8316 git.el: More robust handling of subprocess errors when returning strings. by Alexandre Julliard · 19 years ago
  87. a79656e git.el: Added customize support for all parameters. by Alexandre Julliard · 19 years ago
  88. 45033ad git.el: Added support for Signed-off-by. by Alexandre Julliard · 19 years ago
  89. b23761d git.el: Automatically update .gitignore status. by Alexandre Julliard · 19 years ago
  90. a944652 git.el: Set default directory before running the status mode setup hooks. by Alexandre Julliard · 19 years ago
  91. 18e3e99 git.el: Portability fixes for XEmacs and Emacs CVS. by Alexandre Julliard · 19 years ago
  92. 711fc8f Add an Emacs interface in contrib. by Alexandre Julliard · 19 years ago