index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
emacs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git.el: Allow the add and remove commands to be applied to ignored files.
Alexandre Julliard
2007-09-14
1
-2
/
+2
*
git.el: Allow selecting whether to display uptodate/unknown/ignored files.
Alexandre Julliard
2007-09-14
1
-15
/
+77
*
git.el: Keep the status buffer sorted by filename.
Alexandre Julliard
2007-09-14
1
-38
/
+65
*
git.el: Added colors for dark background
David Kågedal
2007-08-29
1
-9
/
+18
*
git.el: Avoid a lisp error when there's no current branch (detached HEAD).
Alexandre Julliard
2007-08-23
1
-3
/
+5
*
git.el: Always set the current directory in the git-diff buffer.
Alexandre Julliard
2007-08-13
1
-4
/
+6
*
git.el: Add support for interactive diffs.
Alexandre Julliard
2007-08-13
1
-1
/
+7
*
git.el: Take into account the core.excludesfile config option.
Alexandre Julliard
2007-08-01
1
-5
/
+15
*
git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.
Alexandre Julliard
2007-08-01
1
-1
/
+1
*
git.el: Pass an explicit argument to enable smerge-mode.
Alexandre Julliard
2007-07-25
1
-1
/
+1
*
git.el: Support for incremental status updates.
Alexandre Julliard
2007-07-24
1
-111
/
+113
*
contrib/emacs/Makefile: Also install .el files.
David Kastrup
2007-07-16
1
-1
/
+1
*
Use $(RM) in Makefiles instead of 'rm -f'
Emil Medve
2007-07-15
1
-1
/
+2
*
Add missing functions to contrib/emacs/vc-git.el
David Kastrup
2007-07-12
1
-0
/
+65
*
Enable "git rerere" by the config variable rerere.enabled
Johannes Schindelin
2007-07-07
1
-2
/
+1
*
git.el: Add a commit description to the reflog.
Alexandre Julliard
2007-04-20
1
-14
/
+28
*
Merge branch 'maint'
Junio C Hamano
2007-04-06
1
-2
/
+2
|
\
|
*
DESTDIR support for git/contrib/emacs
Ville Skyttä
2007-04-05
1
-2
/
+2
*
|
git-blame.el: pick a set of random colors for each git-blame turn
Xavier Maillard
2007-04-01
1
-28
/
+55
*
|
git-blame.el: separate git-blame-mode to ease maintenance
Xavier Maillard
2007-04-01
1
-18
/
+37
|
/
*
git.el: Display some information about the HEAD commit.
Alexandre Julliard
2007-03-27
1
-2
/
+20
*
git.el: Add support for commit hooks.
Alexandre Julliard
2007-03-19
1
-24
/
+57
*
Merge branch 'maint'
Junio C Hamano
2007-03-11
1
-24
/
+65
|
\
|
*
git.el: Retrieve commit log information from .dotest directory.
Alexandre Julliard
2007-03-11
1
-24
/
+53
|
*
git.el: Avoid appending a signoff line that is already present.
Alexandre Julliard
2007-03-11
1
-6
/
+18
*
|
contrib/emacs: Use non-interactive function to byte-compile files
Xavier Maillard
2007-03-05
1
-2
/
+2
|
/
*
git.el: Set the default commit coding system from the repository config.
Alexandre Julliard
2007-02-28
1
-6
/
+18
*
git-blame.el: Autoupdate while editing
David Kågedal
2007-02-09
1
-9
/
+86
*
git-blame.el: Doc fixes and cleanup
David Kågedal
2007-02-09
1
-4
/
+10
*
git-blame.el: blame unsaved changes
David Kågedal
2007-02-09
1
-21
/
+44
*
git-blame.el: improve color handling
David Kågedal
2007-02-09
1
-14
/
+10
*
Handle uncommitted changes and cache descriptions
David Kågedal
2007-02-09
1
-6
/
+20
*
git-blame: Change installation instructions
Jakub Narebski
2007-02-09
1
-4
/
+19
*
git-blame: Add Emacs Lisp file headers and GNU GPL boilerplate
Jakub Narebski
2007-02-09
1
-3
/
+72
*
git-blame: an Emacs minor mode to view file with git-blame output.
David Kågedal
2007-02-05
1
-0
/
+180
*
[PATCH] Rename git-repo-config to git-config.
Tom Prince
2007-01-29
1
-4
/
+4
*
vc-git.el: Take into account the destination name in vc-checkout.
Alexandre Julliard
2007-01-27
1
-24
/
+8
*
contrib/emacs/vc-git.el: support vc-version-other-window
Sam Vilain
2007-01-26
1
-1
/
+26
*
git.el: Define the propertize function if needed, for XEmacs compatibility.
Alexandre Julliard
2007-01-10
1
-5
/
+13
*
git.el: Avoid setting font lock keywords before entering log-edit mode.
Alexandre Julliard
2007-01-06
1
-8
/
+11
*
git.el: Don't use --info-only when resolving a file.
Alexandre Julliard
2007-01-06
1
-1
/
+1
*
vc-git: Ignore errors caused by a non-existent directory in vc-git-registered.
Alexandre Julliard
2006-12-23
1
-2
/
+3
*
git.el: Include MERGE_MSG in the log-edit buffer even when not committing a m...
Alexandre Julliard
2006-11-04
1
-1
/
+2
*
git.el: Move point after the log message header when entering log-edit mode.
Alexandre Julliard
2006-11-04
1
-1
/
+2
*
git.el: Added a function to open the current file in another window.
Alexandre Julliard
2006-11-04
1
-0
/
+10
*
git.el: Added functions for moving to the next/prev unmerged file.
Alexandre Julliard
2006-11-04
1
-0
/
+28
*
ignore-errors requires cl
Karl Hasselström
2006-10-23
1
-0
/
+2
*
git-vc: better installation instructions
Karl Hasselström
2006-10-23
1
-1
/
+4
*
vc-git.el: Switch to using git-blame instead of git-annotate.
Alexandre Julliard
2006-10-05
1
-2
/
+2
*
git.el: Fixed inverted "renamed from/to" message.
Alexandre Julliard
2006-10-05
1
-2
/
+2
[next]