1. f7d8e3d emacs: make 'git-status' work with separate git dirs by Enrico Scholz · 12 years ago
  2. 6a7f2b2 Merge branch 'lm/git-blame-el' by Junio C Hamano · 13 years ago
  3. 32663b2 git-blame.el: Do not use bare 0 to mean (point-min) by Lawrence Mitchell · 13 years ago
  4. 0e59a6f git-blame.el: Use with-current-buffer where appropriate by Lawrence Mitchell · 13 years ago
  5. 5d7da9a git-blame.el: Do not use goto-line in lisp code by Rüdiger Sonderfeld · 13 years ago
  6. cbbc935 git-blame.el: use mapc instead of mapcar by Rüdiger Sonderfeld · 13 years ago
  7. 485cdb9 git.el: Don't use font-lock-compile-keywords by Lawrence Mitchell · 14 years ago
  8. 0cb3f80 git-blame.el: Add (require 'format-spec) by David Kågedal · 15 years ago
  9. c5022f5 git-blame.el: Change how blame information is shown. by David Kågedal · 15 years ago
  10. aaa68dd git.el: Use git-add-file for unmerged files, remove git-resolve-file by Martin Nordholts · 16 years ago
  11. 8918f5c git.el: Clarify documentation of git-commit-tree by David Kågedal · 16 years ago
  12. 6f3c504 Add a README in the contrib/emacs directory. by Alexandre Julliard · 16 years ago
  13. 5b4e441 git.el: Improve the confirmation message on remove and revert. by Alexandre Julliard · 16 years ago
  14. 21ba0e8 git.el: Make sure that file lists are sorted as they are created. by Alexandre Julliard · 16 years ago
  15. 7851386 emacs: Remove the no longer maintained vc-git package. by Alexandre Julliard · 16 years ago
  16. 5a7b3bf git.el: Add some notes about Emacs versions compatibility. by Alexandre Julliard · 16 years ago
  17. 6c4f70d git.el: Use integer instead of character constants in case statement. by Alexandre Julliard · 16 years ago
  18. efd49f5 git.el: Set a regexp for paragraph-separate in log-edit mode. by Alexandre Julliard · 16 years ago
  19. a7da5c4 git.el: Make git-run-command-region display the error if any. by Alexandre Julliard · 16 years ago
  20. ab69e3e git.el: Add commands for cherry-pick and revert. by Alexandre Julliard · 16 years ago
  21. 811b10c git.el: Add a command to create a new branch. by Alexandre Julliard · 16 years ago
  22. c375e9d git.el: Add a checkout command. by Alexandre Julliard · 16 years ago
  23. 1905a86 git.el: Allow to commit even if there are no marked files. by Alexandre Julliard · 16 years ago
  24. c4e8b72 git.el: Add possibility to mark files directly in git-update-status-files. by Alexandre Julliard · 16 years ago
  25. b0a53e9 git.el: Add an insert file command. by Alexandre Julliard · 17 years ago
  26. 433ee03 git.el: Never clear the status buffer, only update the files. by Alexandre Julliard · 17 years ago
  27. db18a18 git.el: Fix git-amend-commit to support amending an initial commit. by Alexandre Julliard · 17 years ago
  28. ef5133d git.el: Properly handle merge commits in git-amend-commit. by Alexandre Julliard · 17 years ago
  29. 6fb2042 git.el: Simplify handling of merge heads in the commit log-edit buffer. by Alexandre Julliard · 17 years ago
  30. 9ddf6d7 git.el: Remove the env parameter in git-call-process and git-call-process-string. by Alexandre Julliard · 16 years ago
  31. 36d2078 git.el: Improve error handling for commits. by Alexandre Julliard · 16 years ago
  32. c79cc2e Don't cut off last character of commit descriptions. by Nikolaj Schumacher · 17 years ago
  33. 51ef1da Rename .git/rebase to .git/rebase-apply by Johannes Schindelin · 17 years ago
  34. 28ed6e7 Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge" by Johannes Schindelin · 17 years ago
  35. 3db4723 Revert "git.el: Set process-environment instead of invoking env" by Karl Hasselström · 17 years ago
  36. dbe4825 git.el: Set process-environment instead of invoking env by Clifford Caoile · 17 years ago
  37. 9225d7b specify explicit "--pretty=medium" with `git log/show/whatchanged` by Denis Cheng · 17 years ago
  38. df4a824 Merge branch 'maint' by Junio C Hamano · 17 years ago
  39. a1eebfb git.el: find the git-status buffer whatever its name is by Rémi Vanicat · 17 years ago
  40. 21a2d69 git.el: Do not display empty directories. by Alexandre Julliard · 17 years ago
  41. f27e558 git.el: Set process-environment instead of invoking env by David Kågedal · 17 years ago
  42. 24a2293 git-blame.el: show the when, who and what in the minibuffer. by Junichi Uekawa · 17 years ago
  43. 0520e21 git.el: Better handling of subprocess errors. by Alexandre Julliard · 17 years ago
  44. 928323a git.el: Check for existing buffers on revert. by Alexandre Julliard · 17 years ago
  45. 76127b3 git.el: Added a command to amend a commit. by Alexandre Julliard · 17 years ago
  46. 3f3d564 git.el: Support for showing unknown/ignored directories. by Alexandre Julliard · 17 years ago
  47. ef40b3e git.el: Make status refresh faster. by Alexandre Julliard · 17 years ago
  48. 58152a0 git.el: Refresh files from their real state upon commit. by Alexandre Julliard · 17 years ago
  49. 87e3d81 git.el: Make sure we never insert the same file twice. by Alexandre Julliard · 17 years ago
  50. 40f162b git.el: Display file types and type changes. by Alexandre Julliard · 17 years ago
  51. 5e3cb7e git.el: Retrieve the permissions for up-to-date files. by Alexandre Julliard · 17 years ago
  52. 8b30aa5 git.el: Support for getting diffs from inside the log-edit buffer. by Alexandre Julliard · 17 years ago
  53. 18ff365 git.el: Added a menu for git-status-mode. by Alexandre Julliard · 17 years ago
  54. d53a3502 git.el: Run git-gc --auto after commits. by Alexandre Julliard · 17 years ago
  55. 2f6e86a git.el: Refresh only the changed file marks when marking/unmarking all. by Alexandre Julliard · 17 years ago
  56. 6df0238 git.el: Fix typo in git-update-saved-file error handling. by Alexandre Julliard · 17 years ago
  57. 3697c5f git.el: Fix typo in "Reverted file" message. by Alexandre Julliard · 17 years ago
  58. 72dc52b git.el: Reset the permission flags when changing a file state. by Alexandre Julliard · 17 years ago
  59. 0365d88 git.el: Update a file status in the git buffer upon save. by Alexandre Julliard · 17 years ago
  60. 9f5599b git.el: Do not print a status message on every git command. by Alexandre Julliard · 17 years ago
  61. b9b7bab git.el: Preserve file marks when doing a full refresh. by Alexandre Julliard · 17 years ago
  62. 568d2cd git.el: Allow the add and remove commands to be applied to ignored files. by Alexandre Julliard · 17 years ago
  63. 98acc3f git.el: Allow selecting whether to display uptodate/unknown/ignored files. by Alexandre Julliard · 17 years ago
  64. 1b65504 git.el: Keep the status buffer sorted by filename. by Alexandre Julliard · 17 years ago
  65. 1ff55ff git.el: Added colors for dark background by David Kågedal · 18 years ago
  66. ef08c14 git.el: Avoid a lisp error when there's no current branch (detached HEAD). by Alexandre Julliard · 18 years ago
  67. 8fdc397 git.el: Always set the current directory in the git-diff buffer. by Alexandre Julliard · 18 years ago
  68. 09afcd6 git.el: Add support for interactive diffs. by Alexandre Julliard · 18 years ago
  69. 274e13e git.el: Take into account the core.excludesfile config option. by Alexandre Julliard · 18 years ago
  70. 61988f1 git.el: Avoid using ewoc-set-data for compatibility with Emacs 21. by Alexandre Julliard · 18 years ago
  71. ceefa44 git.el: Pass an explicit argument to enable smerge-mode. by Alexandre Julliard · 18 years ago
  72. 93c22ee git.el: Support for incremental status updates. by Alexandre Julliard · 18 years ago
  73. 99c01de contrib/emacs/Makefile: Also install .el files. by David Kastrup · 18 years ago
  74. 4cb08df Use $(RM) in Makefiles instead of 'rm -f' by Emil Medve · 18 years ago
  75. 248c648 Add missing functions to contrib/emacs/vc-git.el by David Kastrup · 18 years ago
  76. b4372ef Enable "git rerere" by the config variable rerere.enabled by Johannes Schindelin · 18 years ago
  77. 413689d git.el: Add a commit description to the reflog. by Alexandre Julliard · 18 years ago
  78. 77e6f5b Merge branch 'maint' by Junio C Hamano · 18 years ago
  79. 1e31fbe DESTDIR support for git/contrib/emacs by Ville Skyttä · 18 years ago
  80. 3cc5ca3 git-blame.el: pick a set of random colors for each git-blame turn by Xavier Maillard · 18 years ago
  81. 02f0559 git-blame.el: separate git-blame-mode to ease maintenance by Xavier Maillard · 18 years ago
  82. b704e58 git.el: Display some information about the HEAD commit. by Alexandre Julliard · 18 years ago
  83. d55552f git.el: Add support for commit hooks. by Alexandre Julliard · 18 years ago
  84. ed287ab Merge branch 'maint' by Junio C Hamano · 18 years ago
  85. 60fa08e git.el: Retrieve commit log information from .dotest directory. by Alexandre Julliard · 18 years ago
  86. 3844814 git.el: Avoid appending a signoff line that is already present. by Alexandre Julliard · 18 years ago
  87. 5ced057 contrib/emacs: Use non-interactive function to byte-compile files by Xavier Maillard · 18 years ago
  88. 14b4f2d git.el: Set the default commit coding system from the repository config. by Alexandre Julliard · 18 years ago
  89. d258985 git-blame.el: Autoupdate while editing by David Kågedal · 18 years ago
  90. 96df551 git-blame.el: Doc fixes and cleanup by David Kågedal · 18 years ago
  91. f0f39bb git-blame.el: blame unsaved changes by David Kågedal · 18 years ago
  92. fa88211 git-blame.el: improve color handling by David Kågedal · 18 years ago
  93. 9f85fb3 Handle uncommitted changes and cache descriptions by David Kågedal · 18 years ago
  94. f6f125f git-blame: Change installation instructions by Jakub Narebski · 18 years ago
  95. b52ba1a git-blame: Add Emacs Lisp file headers and GNU GPL boilerplate by Jakub Narebski · 18 years ago
  96. 28389d4 git-blame: an Emacs minor mode to view file with git-blame output. by David Kågedal · 18 years ago
  97. e0d10e1 [PATCH] Rename git-repo-config to git-config. by Tom Prince · 18 years ago
  98. 40d6dc0 vc-git.el: Take into account the destination name in vc-checkout. by Alexandre Julliard · 18 years ago
  99. fd73423 contrib/emacs/vc-git.el: support vc-version-other-window by Sam Vilain · 18 years ago
  100. 03d311e git.el: Define the propertize function if needed, for XEmacs compatibility. by Alexandre Julliard · 18 years ago