1. 03d311e git.el: Define the propertize function if needed, for XEmacs compatibility. by Alexandre Julliard · 18 years ago
  2. 9fa77a5 git.el: Avoid setting font lock keywords before entering log-edit mode. by Alexandre Julliard · 18 years ago
  3. cdc0873 git.el: Don't use --info-only when resolving a file. by Alexandre Julliard · 18 years ago
  4. d2c11a3 UTF-8: introduce i18n.logoutputencoding. by Junio C Hamano · 18 years ago
  5. 4de0f9f vc-git: Ignore errors caused by a non-existent directory in vc-git-registered. by Alexandre Julliard · 18 years ago
  6. ff7f22f vim syntax: follow recent changes to commit template by Jeff King · 18 years ago
  7. 9013192 Teach bash the new features of 'git show'. by Shawn O. Pearce · 18 years ago
  8. a159ca0 Allow subcommand.color and color.subcommand color configuration by Andy Parkins · 18 years ago
  9. 67ffa11 Fix broken bash completion of local refs. by Shawn O. Pearce · 18 years ago
  10. 4548e85 Teach bash how to complete long options for git-commit. by Shawn O. Pearce · 18 years ago
  11. 8832919 Teach bash about git-am/git-apply and their whitespace options. by Shawn O. Pearce · 18 years ago
  12. b51ec6b Cache the list of merge strategies and available commands during load. by Shawn O. Pearce · 18 years ago
  13. ce1e39d Support --strategy=x completion in addition to --strategy x. by Shawn O. Pearce · 18 years ago
  14. 5de40f5 Teach bash about git-repo-config. by Shawn O. Pearce · 18 years ago
  15. 35e65ec Support bash completion of refs/remote. by Shawn O. Pearce · 18 years ago
  16. 6e31b86 Teach bash about git log/show/whatchanged options. by Shawn O. Pearce · 18 years ago
  17. 61d926a Teach bash how to complete git-rebase. by Shawn O. Pearce · 18 years ago
  18. 1273231 Teach bash how to complete git-cherry-pick. by Shawn O. Pearce · 18 years ago
  19. f53352f Teach bash how to complete git-format-patch. by Shawn O. Pearce · 18 years ago
  20. d3d717a Add current branch in PS1 support to git-completion.bash. by Shawn O. Pearce · 18 years ago
  21. d33909b Teach bash how to complete options for git-name-rev. by Shawn O. Pearce · 18 years ago
  22. f2bb9f8 Hide plumbing/transport commands from bash completion. by Shawn O. Pearce · 18 years ago
  23. 4ad9132 Teach git-completion.bash how to complete git-merge. by Shawn O. Pearce · 18 years ago
  24. 7595e2e git-shortlog: make common repository prefix configurable with .mailmap by Junio C Hamano · 18 years ago
  25. d8e8125 shortlog: read mailmap from ./.mailmap again by Johannes Schindelin · 18 years ago
  26. a79c655 Remove more sed invocations from within bash completion. by Shawn O. Pearce · 18 years ago
  27. e5d5b21 Support bash completion on symmetric difference operator. by Shawn O. Pearce · 18 years ago
  28. 873537f Take --git-dir into consideration during bash completion. by Shawn O. Pearce · 18 years ago
  29. 56fc25f Bash completion support for remotes in .git/config. by Shawn O. Pearce · 18 years ago
  30. 76c3eb5 Only load .exe suffix'd completions on Cygwin. by Shawn O. Pearce · 18 years ago
  31. 144d33d Added missing completions for show-branch and merge-base. by Shawn O. Pearce · 18 years ago
  32. 67e78c3 Added bash completion support for git-reset. by Shawn O. Pearce · 18 years ago
  33. dfb9609 Added completion support for git-branch.exe. by Shawn O. Pearce · 18 years ago
  34. 2379d61 git.el: Include MERGE_MSG in the log-edit buffer even when not committing a merge. by Alexandre Julliard · 18 years ago
  35. 2ac2b19 git.el: Move point after the log message header when entering log-edit mode. by Alexandre Julliard · 18 years ago
  36. b8ee518 git.el: Added a function to open the current file in another window. by Alexandre Julliard · 18 years ago
  37. 8a078c3 git.el: Added functions for moving to the next/prev unmerged file. by Alexandre Julliard · 18 years ago
  38. 367dce2 Bash completion support for aliases by Dennis Stosberg · 18 years ago
  39. b4aee09 ignore-errors requires cl by Karl Hasselström · 18 years ago
  40. 474a90f git-vc: better installation instructions by Karl Hasselström · 18 years ago
  41. 13f8e0b vc-git.el: Switch to using git-blame instead of git-annotate. by Alexandre Julliard · 18 years ago
  42. c530c5a git.el: Fixed inverted "renamed from/to" message. by Alexandre Julliard · 18 years ago
  43. 690d882 Contributed bash completion support for core Git tools. by Junio C Hamano · 18 years ago
  44. cdad8bb contrib/vim: add syntax highlighting file for commits by Jeff King · 19 years ago
  45. 5bab25f gitview.txt: improve asciidoc markup by Jonas Fonseca · 19 years ago
  46. 076a10c Be nicer if git executable is not installed by Ville Skyttä · 19 years ago
  47. 24cf6e5 Merge branch 'pb/configure' by Junio C Hamano · 19 years ago
  48. 5df5258 git.el: Put the git customize group in the 'tools' parent group. by Alexandre Julliard · 19 years ago
  49. 73389f1 git.el: Try to reuse an existing buffer when running git-status. by Alexandre Julliard · 19 years ago
  50. 9f56a7f git.el: Prepend a slash to the file name when adding to .gitignore. by Alexandre Julliard · 19 years ago
  51. 51a6e56 git.el: Run git-rerere on commits if the rr-cache directory exists. by Alexandre Julliard · 19 years ago
  52. 5716e79 Display help for Git mode after pressing `h' or `?' in *git-status* by Jakub Narebski · 19 years ago
  53. 1b3a667 Wrap long lines in docstrings in contrib/emacs/git.el by Jakub Narebski · 19 years ago
  54. 82e5a82 Fix more typos, primarily in the code by Pavel Roskin · 19 years ago
  55. 60d02cc git-svn: migrate out of contrib by Eric Wong · 19 years ago
  56. b5dd9d2 Fix print-log and diff compatibility with recent vc versions by Ville Skytt,Ad(B · 19 years ago
  57. 4bbf599 git-svn: avoid fetching files outside of the URL we're tracking by Eric Wong · 19 years ago
  58. 03e0ea8 git-svn: allow a local target directory to be specified for init by Eric Wong · 19 years ago
  59. 7b8cf0c Rename man1 and man7 variables to man1dir and man7dir by Jakub Narebski · 19 years ago
  60. e14421b Allow INSTALL, bindir, mandir to be set in main Makefile by Jakub Narebski · 19 years ago
  61. 80f5074 git-svn: be verbose by default on fetch/commit, add -q/--quiet option by Eric Wong · 19 years ago
  62. a00439a git-svn: add --follow-parent and --no-metadata options to fetch by Eric Wong · 19 years ago
  63. 27e9fb8 git-svn: add the commit-diff command by Eric Wong · 19 years ago
  64. c1927a8 git-svn: several graft-branches improvements by Eric Wong · 19 years ago
  65. dc62e25 git-svn: SVN 1.1.x library compatibility by Eric Wong · 19 years ago
  66. ec9d00d git-svn: fix commit --edit flag when using SVN:: libraries by Eric Wong · 19 years ago
  67. c07eee1 git-svn: fix --rmdir when using SVN:: libraries by Eric Wong · 19 years ago
  68. 1a82e79 git-svn: rebuild convenience and bugfixes by Eric Wong · 19 years ago
  69. 0e8a002 git-svn: svn (command-line) 1.0.x compatibility by Eric Wong · 19 years ago
  70. 86f3637 git-svn: tests no longer fail if LC_ALL is not a UTF-8 locale by Eric Wong · 19 years ago
  71. c0d4822 git-svn: bugfix and optimize the 'log' command by Eric Wong · 19 years ago
  72. 968bdf1 git-svn: Eliminate temp file usage in libsvn_get_file() by Eric Wong · 19 years ago
  73. cf7424b git-svn: fix several small bugs, enable branch optimization by Eric Wong · 19 years ago
  74. 6c5cda8 git-svn: avoid creating some small files by Eric Wong · 19 years ago
  75. 42d3287 git-svn: make the $GIT_DIR/svn/*/revs directory obsolete by Eric Wong · 19 years ago
  76. a5e0ced git-svn: add support for Perl SVN::* libraries by Eric Wong · 19 years ago
  77. 79bb8d8 git-svn: add 'log' command, a facsimile of basic `svn log' by Eric Wong · 19 years ago
  78. 7a97de4 git-svn: add UTF-8 message test by Eric Wong · 19 years ago
  79. 9d55b41 git-svn: add some functionality to better support branches in svn by Eric Wong · 19 years ago
  80. f8ab6b7 git-svn: add --shared and --template= options to pass to init-db by Eric Wong · 19 years ago
  81. dc5869c git-svn: add --repack and --repack-flags= options by Eric Wong · 19 years ago
  82. b8c92ca git-svn: minor cleanups, extra error-checking by Eric Wong · 19 years ago
  83. 883d0a7 git-svn: Move all git-svn-related paths into $GIT_DIR/svn by Eric Wong · 19 years ago
  84. 6dfbe51 git-svn: support manually placed initial trees from fetch by Eric Wong · 19 years ago
  85. 098749d git-svn: optimize --branch and --branch-all-ref by Eric Wong · 19 years ago
  86. bf78b1d git-svn: --branch-all-refs / -B support by Eric Wong · 19 years ago
  87. 162f412 git-svn: support -C<num> passing to git-diff-tree by Eric Wong · 19 years ago
  88. b63af9b git-svn: don't allow commit if svn tree is not current by Eric Wong · 19 years ago
  89. ce475df git-svn: restore original LC_ALL setting (or unset) for commit by Eric Wong · 19 years ago
  90. 4a393f2 git-svn: eol_cp corner-case fixes by Eric Wong · 19 years ago
  91. 8a97e36 git-svn: fix handling of filenames with embedded '@' by Eric Wong · 19 years ago
  92. c7162c1 git-svn: t0000: add -f flag to checkout by Eric Wong · 19 years ago
  93. 4e2e564 gitview: Add some useful keybindings. by Aneesh Kumar K.V · 19 years ago
  94. 037b048 git-svn: remove assertion that broke with older versions of svn by Eric Wong · 19 years ago
  95. 3c4c735 git-svn: t0001: workaround a heredoc bug in old versions of dash by Eric Wong · 19 years ago
  96. 7569443 gitview: Move the console error messages to message dialog by Aneesh Kumar K.V · 19 years ago
  97. 0340163 gitview: Add key binding for F5. by Aneesh Kumar K.V · 19 years ago
  98. 36f5b1f git-svn: ignore expansion of svn:keywords by Eric Wong · 19 years ago
  99. 304dac1 git-svn: starting a 1.1.0-pre development version by Eric Wong · 19 years ago
  100. 288c038 Merge branch 'js/fetchconfig' by Junio C Hamano · 19 years ago