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 |
2006-03-04 | git.el: Set default directory before running the status... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-03-04 | git.el: Portability fixes for XEmacs and Emacs CVS. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-03-04 | contrib/emacs: Add an Emacs VC backend. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-02-27 | git-format-patch: Always add a blank line between headers... Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |
2006-02-18 | Add an Emacs interface in contrib. Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
diff | tree |