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