827 Commits (b8ebe08b9a643f432866eb7150c3b20d59b755f2)

Author SHA1 Message Date
Johannes Schindelin 28ed6e7b32 Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge" 17 years ago
Shawn O. Pearce 055767194c bash completion: Remove dashed command completion support 17 years ago
Teemu Likonen 25a1f374f0 bash: Add long option completion for 'git send-email' 17 years ago
Shawn O. Pearce db8a9ff038 bash completion: Resolve git show ref:path<tab> losing ref: portion 17 years ago
Shawn O. Pearce 778306e405 bash completion: Append space after file names have been completed 17 years ago
Shawn O. Pearce 6c36c9e4ea bash completion: Don't offer "a.." as a completion for "a." 17 years ago
Shawn O. Pearce ab02dfe533 bash completion: Improve responsiveness of git-log completion 17 years ago
Petr Baudis 31a92f6aa4 Git.pm: Add remote_refs() git-ls-remote frontend 17 years ago
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