819 Commits (dba9194a49452b5f093b96872e19c91b50e526aa)

Author SHA1 Message Date
Eric Raible 50e6102504 completion: add branch options --contains --merged --no-merged 17 years ago
SZEDER Gábor d773c6314d bash: offer only paths after '--' 17 years ago
Miklos Vajna 1c7b76be7d Build in merge 17 years ago
Dmitry Potapov bf11d4613c completion.bash: add 'skip' and 'run' to git-bisect 17 years ago
Miklos Vajna af9a01e1c2 hg-to-git: use git init instead of git init-db 17 years ago
Miklos Vajna 96f2395951 hg-to-git: rewrite "git-frotz" to "git frotz" 17 years ago
Miklos Vajna 2553ede5a9 hg-to-git: abort if the project directory is not a hg repo 17 years ago
Miklos Vajna 6376cffaeb hg-to-git: avoid raising a string exception 17 years ago
SZEDER Gábor 7bedebcaad stash: introduce 'stash save --keep-index' option 17 years ago
Johannes Schindelin be612c2318 Add another fast-import example, this time for .zip files 17 years ago
Olivier Marin 8813df9066 Documentation: remove {show,whatchanged}.difftree config options 17 years ago
Jing Xue 4c2d5d722c Add 'git-p4.allowSubmit' to git-p4 17 years ago
Teemu Likonen 66aafad5e4 bash: Add more option completions for 'git log' 17 years ago
Lukas Sandström 0c3d26d24a Add a helper script to send patches with Mozilla Thunderbird 17 years ago
Dan McGee 20827d99c5 completion: add --graph to log command completion 17 years ago
SZEDER Gábor 1d284cbae3 completion: add more 'git add' options 17 years ago
Karl Hasselström 3db4723ead Revert "git.el: Set process-environment instead of invoking env" 17 years ago
Johannes Schindelin 37a12dda24 hg-to-git: add --verbose option 17 years ago
Shawn O. Pearce fa620f1ac8 Ignore no-op changes in paranoid update hook 17 years ago
Shawn O. Pearce 50b7b2ee99 Don't load missing ACL files in paranoid update hook 17 years ago
Shawn O. Pearce 97561fff32 Don't diff empty tree on branch creation in paranoid update hook 17 years ago
Daniel Barkalow 8434c2f1af Build in clone 17 years ago
Richard Quirk 07ba53f724 bash: Add completion for gitk --merge 17 years ago
Andy Parkins 71bd81ade2 post-receive-email: fix accidental removal of a trailing space in signature line 17 years ago
Dan McGee 799596a5d0 completion: remove use of dashed git commands 17 years ago
Dan McGee 3903c6189d completion: allow 'git remote' subcommand completion 17 years ago
Clifford Caoile dbe48256b4 git.el: Set process-environment instead of invoking env 17 years ago
Teemu Likonen f457413908 bash: Add completion for git diff --base --ours --theirs 17 years ago
SZEDER Gábor efb779f887 merge, pull: add '--(no-)log' command line option 17 years ago
SZEDER Gábor d8abe148be merge, pull: introduce '--(no-)stat' option 17 years ago
Miklos Vajna f949844263 contrib/hooks: add an example pre-auto-gc hook 17 years ago
Pascal Obry aba201c6e8 Add prefix oriented completions for diff and format-patch commands. 17 years ago
Pascal Obry d9e3b7025f Add interactive option in rebase command completion list. 17 years ago
Josh Elsasser 6aeeffd144 Allow git-cvsserver database table name prefix to be specified. 17 years ago
Marius Storm-Olsen f3e5ae4f06 git-p4: Handle Windows EOLs properly after removal of p4 submit template handling. 17 years ago
Junio C Hamano c817faabd7 Resurrect git-rerere to contrib/examples 17 years ago
Bernt Hansen ac378633f3 git-new-workdir: Share SVN meta data between work dirs and the repository 17 years ago
Shawn Bohrer 82cea9ffb1 git-p4: Use P4EDITOR environment variable when set 17 years ago
Shawn Bohrer 67abd41716 git-p4: Unset P4DIFF environment variable when using 'p4 -du diff' 17 years ago
Marius Storm-Olsen 8ff45f2af5 git-p4: Optimize the fetching of data from perforce. 17 years ago
SZEDER Gábor 5447aac755 bash: fix long option with argument double completion 17 years ago
Teemu Likonen ce5a2c956f bash: Add more long options to be completed with "git --<TAB>" 17 years ago
SZEDER Gábor 51fe120903 bash: use __gitdir when completing 'git rebase' options 17 years ago
Shawn O. Pearce 6753f2aa55 bash: Remove completion of core.legacyheaders option 17 years ago
SZEDER Gábor 47f6ee2838 bash: add 'git svn' subcommands and options 17 years ago
SZEDER Gábor 88b302f5e2 bash: add new 'git stash' subcommands 17 years ago
SZEDER Gábor 3ff1320d4b bash: refactor searching for subcommands on the command line 17 years ago
SZEDER Gábor 1d17b22ebf bash: remove unnecessary conditions when checking for subcommands 17 years ago
Kevin Ballard a5c4f85b16 bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with spaces 17 years ago
SZEDER Gábor b9217642ef bash: git-branch -d and -m lists only local branches 17 years ago