2009-02-11 | Describe notable git.el changes in the release notes Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2009-02-07 | emacs: Remove the no longer maintained vc-git package. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2009-02-07 | git.el: Add some notes about Emacs versions compatibility. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2009-02-07 | git.el: Use integer instead of character constants... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2009-02-07 | git.el: Set a regexp for paragraph-separate in log... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2009-02-07 | git.el: Make git-run-command-region display the error... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2009-02-07 | git.el: Add commands for cherry-pick and revert. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2009-02-07 | git.el: Add a command to create a new branch. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2009-02-07 | git.el: Add a checkout command. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-11-23 | git.el: Allow to commit even if there are no marked... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-11-23 | git.el: Add possibility to mark files directly in git... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-11-23 | git.el: Add an insert file command. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-11-21 | git.el: Never clear the status buffer, only update... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-11-21 | git.el: Fix git-amend-commit to support amending an... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-11-21 | git.el: Properly handle merge commits in git-amend... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-11-21 | git.el: Simplify handling of merge heads in the commit... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-11-21 | git.el: Remove the env parameter in git-call-process... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-11-21 | git.el: Improve error handling for commits. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-11-11 | git-submodule: Avoid printing a spurious message. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-11-09 | checkout: Don't crash when switching away from an invalid... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-02-27 | git.el: Do not display empty directories. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-02-08 | git.el: Better handling of subprocess errors. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-02-08 | git.el: Check for existing buffers on revert. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-02-08 | git.el: Added a command to amend a commit. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-02-08 | git.el: Support for showing unknown/ignored directories. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-01-09 | git.el: Make status refresh faster. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-01-09 | git.el: Refresh files from their real state upon commit. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-01-09 | git.el: Make sure we never insert the same file twice. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-01-07 | git.el: Display file types and type changes. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-01-07 | git.el: Retrieve the permissions for up-to-date files. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2008-01-07 | git.el: Support for getting diffs from inside the log... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-12-11 | git.el: Added a menu for git-status-mode. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-10-28 | git.el: Run git-gc --auto after commits. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-10-28 | git.el: Refresh only the changed file marks when marking... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-10-28 | git.el: Fix typo in git-update-saved-file error handling. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-10-28 | git.el: Fix typo in "Reverted file" message. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-09-30 | git.el: Reset the permission flags when changing a... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-09-30 | git.el: Update a file status in the git buffer upon... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-09-30 | git.el: Do not print a status message on every git... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-09-30 | git.el: Preserve file marks when doing a full refresh. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-09-14 | git.el: Allow the add and remove commands to be applied... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-09-14 | git.el: Allow selecting whether to display uptodate... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-09-14 | git.el: Keep the status buffer sorted by filename. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-09-14 | hooks--update: Explicitly check for all zeros for a... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-08-22 | git.el: Avoid a lisp error when there's no current... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-08-13 | git-add: Add support for --refresh option. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-08-13 | git.el: Always set the current directory in the git... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-08-13 | git.el: Add support for interactive diffs. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-08-01 | git.el: Take into account the core.excludesfile config... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-08-01 | git.el: Avoid using ewoc-set-data for compatibility... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-07-25 | git.el: Pass an explicit argument to enable smerge... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-07-24 | git.el: Support for incremental status updates. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-06-06 | pack-check: Sort entries by pack offset before unpacking... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-05-04 | http-fetch: Disable use of curl multi support for libcurl... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-04-20 | git.el: Add a commit description to the reflog. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-03-27 | git.el: Display some information about the HEAD commit. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-03-19 | git.el: Add support for commit hooks. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-03-11 | git.el: Retrieve commit log information from .dotest... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-03-11 | git.el: Avoid appending a signoff line that is already... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-02-28 | git.el: Set the default commit coding system from the... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-02-14 | sha1_file.c: Round the mmap offset to half the window... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-02-14 | git-daemon: Avoid leaking the listening sockets into... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-02-11 | diff.c: More logical file name quoting for renames... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-02-11 | diff.c: Properly quote file names in diff --summary... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-02-11 | diff.c: Reuse the pprint_rename function for diff ... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-01-26 | vc-git.el: Take into account the destination name in... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-01-10 | git.el: Define the propertize function if needed, for... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-01-10 | git-clone: Make sure the master branch exists before... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-01-10 | git-apply: Remove directories that have become empty... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-01-06 | git.el: Avoid setting font lock keywords before entering... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-01-06 | git.el: Don't use --info-only when resolving a file. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2007-01-06 | git-clean: Fix the -q option. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-12-23 | vc-git: Ignore errors caused by a non-existent directory... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-11-24 | fetch-pack: Do not fetch tags for shallow clones. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-11-24 | get_shallow_commits: Avoid memory leak if a commit... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-11-24 | git-fetch: Reset shallow_depth before auto-following... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-11-24 | upload-pack: Check for NOT_SHALLOW flag before sending... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-11-24 | fetch-pack: Properly remove the shallow file when it... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-11-24 | Shallow clone: do not ignore shallowness when following... |
diff | tree |
2006-11-15 | gitweb: Put back shortlog instead of graphiclog in... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-11-04 | git.el: Include MERGE_MSG in the log-edit buffer even... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-11-04 | git.el: Move point after the log message header when... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-11-04 | git.el: Added a function to open the current file in... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-11-04 | git.el: Added functions for moving to the next/prev... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-11-03 | pack-refs: Store the full name of the ref even when... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-10-23 | prune-packed: Fix uninitialized variable. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-10-05 | vc-git.el: Switch to using git-blame instead of git... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-10-05 | git.el: Fixed inverted "renamed from/to" message. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-07-24 | show-branch: Fix another performance problem. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-07-24 | git.el: Put the git customize group in the 'tools'... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-07-24 | git.el: Try to reuse an existing buffer when running... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-07-24 | git.el: Prepend a slash to the file name when adding... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-07-24 | git.el: Run git-rerere on commits if the rr-cache directory... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-03-19 | git.el: Added a function to diff against the other... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-03-19 | git.el: Get the default user name and email from the... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-03-19 | git.el: More robust handling of subprocess errors when... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-03-18 | ls-files: Don't require exclude files to end with a... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-03-04 | git.el: Added customize support for all parameters. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-03-04 | git.el: Added support for Signed-off-by. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-03-04 | git.el: Automatically update .gitignore status. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |