669 Commits (13bf1a99764ea751f6fa75502309d8b91529623a)

Author SHA1 Message Date
Simon Hausmann d93ed31ac4 Some fixes to the timezone conversion between the date of a perforce change and the git commit. 18 years ago
Simon Hausmann 72b2f0ada3 Implemented basic support for converting the date of the perforce change to the git format. The timezone isn't correctly set up yet though. 18 years ago
Simon Hausmann 06bb04454f Slightly improved help usage output and made specifying the trailing slash for the depot path optional. 18 years ago
Simon Hausmann da96cd9e24 Added basic support for specifying the depot path to import from as well as the range of perforce changes. 18 years ago
Simon Hausmann 16d6b8ab6f Initial import of a python script to import changesets from Perforce into git. 18 years ago
Aneesh Kumar K.V 73a2acc0a0 blameview: Use git-cat-file to read the file content. 18 years ago
Tom Prince e0d10e1c63 [PATCH] Rename git-repo-config to git-config. 18 years ago
Jeff King cace16fdcb Add a sample program 'blameview' to show how to use git-blame --incremental 18 years ago
Alexandre Julliard 40d6dc0f9d vc-git.el: Take into account the destination name in vc-checkout. 18 years ago
Sam Vilain fd73423f01 contrib/emacs/vc-git.el: support vc-version-other-window 18 years ago
Jeff King 222664e74d contrib/vim: update syntax for changed commit template 18 years ago
Jason Riedy 2aad957a51 Replace "echo -n" with printf in shell scripts. 18 years ago
Alexandre Julliard 03d311eda2 git.el: Define the propertize function if needed, for XEmacs compatibility. 18 years ago
Alexandre Julliard 9fa77a51a4 git.el: Avoid setting font lock keywords before entering log-edit mode. 18 years ago
Alexandre Julliard cdc0873a78 git.el: Don't use --info-only when resolving a file. 18 years ago
Junio C Hamano d2c11a38c4 UTF-8: introduce i18n.logoutputencoding. 18 years ago
Alexandre Julliard 4de0f9f9b6 vc-git: Ignore errors caused by a non-existent directory in vc-git-registered. 18 years ago
Jeff King ff7f22f36e vim syntax: follow recent changes to commit template 18 years ago
Shawn O. Pearce 9013192449 Teach bash the new features of 'git show'. 18 years ago
Andy Parkins a159ca0cb7 Allow subcommand.color and color.subcommand color configuration 18 years ago
Shawn O. Pearce 67ffa11425 Fix broken bash completion of local refs. 18 years ago
Shawn O. Pearce 4548e855e4 Teach bash how to complete long options for git-commit. 18 years ago
Shawn O. Pearce 8832919515 Teach bash about git-am/git-apply and their whitespace options. 18 years ago
Shawn O. Pearce b51ec6bddb Cache the list of merge strategies and available commands during load. 18 years ago
Shawn O. Pearce ce1e39d29e Support --strategy=x completion in addition to --strategy x. 18 years ago
Shawn O. Pearce 5de40f59d4 Teach bash about git-repo-config. 18 years ago
Shawn O. Pearce 35e65ecca7 Support bash completion of refs/remote. 18 years ago
Shawn O. Pearce 6e31b866e4 Teach bash about git log/show/whatchanged options. 18 years ago
Shawn O. Pearce 61d926a3cd Teach bash how to complete git-rebase. 18 years ago
Shawn O. Pearce 1273231ee9 Teach bash how to complete git-cherry-pick. 18 years ago
Shawn O. Pearce f53352fbaf Teach bash how to complete git-format-patch. 18 years ago
Shawn O. Pearce d3d717a4ad Add current branch in PS1 support to git-completion.bash. 18 years ago
Shawn O. Pearce d33909bf6e Teach bash how to complete options for git-name-rev. 18 years ago
Shawn O. Pearce f2bb9f8880 Hide plumbing/transport commands from bash completion. 18 years ago
Shawn O. Pearce 4ad91321ee Teach git-completion.bash how to complete git-merge. 18 years ago
Junio C Hamano 7595e2ee6e git-shortlog: make common repository prefix configurable with .mailmap 18 years ago
Johannes Schindelin d8e812502f shortlog: read mailmap from ./.mailmap again 18 years ago
Shawn O. Pearce a79c6551a3 Remove more sed invocations from within bash completion. 18 years ago
Shawn O. Pearce e5d5b21fdf Support bash completion on symmetric difference operator. 18 years ago
Shawn O. Pearce 873537fadc Take --git-dir into consideration during bash completion. 18 years ago
Shawn O. Pearce 56fc25f21e Bash completion support for remotes in .git/config. 18 years ago
Shawn O. Pearce 76c3eb51ed Only load .exe suffix'd completions on Cygwin. 18 years ago
Shawn O. Pearce 144d33dec9 Added missing completions for show-branch and merge-base. 18 years ago
Shawn O. Pearce 67e78c3b8a Added bash completion support for git-reset. 18 years ago
Shawn O. Pearce dfb960920d Added completion support for git-branch.exe. 18 years ago
Alexandre Julliard 2379d61fa6 git.el: Include MERGE_MSG in the log-edit buffer even when not committing a merge. 18 years ago
Alexandre Julliard 2ac2b19601 git.el: Move point after the log message header when entering log-edit mode. 18 years ago
Alexandre Julliard b8ee51815a git.el: Added a function to open the current file in another window. 18 years ago
Alexandre Julliard 8a078c3f72 git.el: Added functions for moving to the next/prev unmerged file. 18 years ago
Dennis Stosberg 367dce2a5b Bash completion support for aliases 18 years ago