1042 Commits (9a2861e32a147d89f22961bd7d3257b8776de4d2)

Author SHA1 Message Date
Alexandre Julliard c4e8b72f22 git.el: Add possibility to mark files directly in git-update-status-files. 16 years ago
Alexandre Julliard b0a53e9e56 git.el: Add an insert file command. 16 years ago
Alexandre Julliard 433ee03f97 git.el: Never clear the status buffer, only update the files. 16 years ago
Alexandre Julliard db18a182a2 git.el: Fix git-amend-commit to support amending an initial commit. 16 years ago
Alexandre Julliard ef5133df7c git.el: Properly handle merge commits in git-amend-commit. 16 years ago
Alexandre Julliard 6fb204266c git.el: Simplify handling of merge heads in the commit log-edit buffer. 16 years ago
Alexandre Julliard 9ddf6d7c10 git.el: Remove the env parameter in git-call-process and git-call-process-string. 16 years ago
Alexandre Julliard 36d2078ff1 git.el: Improve error handling for commits. 16 years ago
John Chapman 36bd844658 git-p4: Cache git config for performance 16 years ago
John Chapman 7f96e2e25a git-p4: Support purged files and optimize memory usage 16 years ago
Pete Harlan b0a7d11173 contrib/hooks/post-receive-email: Make revision display configurable 16 years ago
Pete Harlan 4471649f44 contrib/hooks/post-receive-email: Put rev display in separate function 16 years ago
Markus Heidelberg 41d8cf7d7f bash completion: add doubledash to "git show" 16 years ago
Lee Marlow 99f0b59954 bash completion: Add 'workflows' to 'git help' 16 years ago
Dan McGee 3b1eb12493 contrib: update packinfo.pl to not use dashed commands 16 years ago
Mikael Magnusson 6c2a6022db Typo "does not exists" when git remote update remote. 16 years ago
Miklos Vajna 84ed4c5d11 Add Linux PPC support to the pre-auto-gc example hook 16 years ago
SZEDER Gábor 5a625b07bb bash: remove fetch, push, pull dashed form leftovers 16 years ago
Teemu Likonen fd3a8dcbbd bash completion: Add --[no-]validate to "git send-email" 16 years ago
Jonathan del Strother c33912ae24 Add OS X support to the pre-auto-gc example hook 16 years ago
SZEDER Gábor 1d4c498670 remove vim syntax highlighting in favor of upstream 16 years ago
Nanako Shiraishi c11c7a5db3 Add contrib/rerere-train script 16 years ago
Todd Zullinger 18309f4c3e Use dashless git commands in setgitperms.perl 16 years ago
SZEDER Gábor 05e8b3d6f4 bash: use for-each-ref format 'refname:short' 16 years ago
Eric Raible aa5735bed4 completion: git commit should list --interactive 16 years ago
Petr Baudis ff2549dc9a bash completion: Hide more plumbing commands 16 years ago
Tor Arvid Lund e990501312 git-p4: Fix checkout bug when using --import-local. 16 years ago
Matthias Kestenholz 1b0f7978dd bash-completion: Add all submodule subcommands to the completion list 16 years ago
Simon Hausmann cdc7e388da Make it possible to abort the submission of a change to Perforce 16 years ago
Simon Hausmann f5f7e4a18c Clean up the git-p4 documentation 16 years ago
Tor Arvid Lund 893d340f2c git-p4: Fix one-liner in p4_write_pipe function. 16 years ago
Eric Raible f135aacb5a Completion: add missing '=' for 'diff --diff-filter' 16 years ago
Junio C Hamano 25b3d4d6f3 completion: find out supported merge strategies correctly 16 years ago
Robert Blum 053fd0c1c3 git-p4: chdir now properly sets PWD environment variable in msysGit 16 years ago
Marcus Griep 2946cccfdf bash-completion: Add non-command git help files to bash-completion 16 years ago
Anand Kumria a7d3ef9d09 Utilise our new p4_read_pipe and p4_write_pipe wrappers 16 years ago
Anand Kumria d9429194f6 Add p4 read_pipe and write_pipe wrappers 16 years ago
Lee Marlow 5a13c8f6f7 bash completion: Add '--merge' long option for 'git log' 16 years ago
Lee Marlow b4c72162f6 bash completion: Add completion for 'git mergetool' 16 years ago
Eric Raible 7950659dc9 bash completion: 'git apply' should use 'fix' not 'strip' 16 years ago
Anand Kumria 5b5aa22f00 Put in the two other configuration elements found in the source 16 years ago
Anand Kumria b87a659635 Put some documentation in about the parameters that have been added 16 years ago
Anand Kumria bc02acfc76 Move git-p4.syncFromOrigin into a configuration parameters section 16 years ago
Anand Kumria 3cafb7d8ce Consistently use 'git-p4' for the configuration entries 16 years ago
Anand Kumria abcaf07360 If the user has configured various parameters, use them. 16 years ago
Anand Kumria 155af83491 Switch to using 'p4_build_cmd' 16 years ago
Anand Kumria ee06427aa6 If we are in verbose mode, output what we are about to run (or return) 16 years ago
Anand Kumria 21a5075385 Add a single command that will be used to construct the 'p4' command 16 years ago
Anand Kumria 87b611d5fd Utilise the new 'p4_system' function. 16 years ago
Anand Kumria bf9320f151 Have a command that specifically invokes 'p4' (via system) 16 years ago