2872 Commits (a4b8ab5363a32f283a61ef3a962853556d136c0e)

Author SHA1 Message Date
Steven Fernandez 705f5f122c git-completion.bash: add completion for stash list 6 years ago
Jeff King 67947c34ae convert "hashcmp() != 0" to "!hasheq()" 7 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Jeff King e3ff0683e2 convert "hashcmp() == 0" to hasheq() 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Jeff King 4d168e742a coccinelle: use <...> for function exclusion 7 years ago
Johannes Schindelin 275267937b range-diff: make --dual-color the default mode 7 years ago
Johannes Schindelin 7190a67eab completion: support `git range-diff` 7 years ago
Eric Sunshine e9dac7be60 mw-to-git/t9360: fix broken &&-chain 7 years ago
Jonathan Nieder 6a8ad880f0 subtree test: simplify preparation of expected results 7 years ago
Jonathan Nieder ad6eee36ba subtree test: add missing && to &&-chain 7 years ago
Johannes Schindelin 12861e200a vscode: let cSpell work on commit messages, too 7 years ago
Johannes Schindelin 2a2cdd069a vscode: add a dictionary for cSpell 7 years ago
Johannes Schindelin 5482f418f5 vscode: use 8-space tabs, no trailing ws, etc for Git's source code 7 years ago
Johannes Schindelin f2a3b68394 vscode: wrap commit messages at column 72 by default 7 years ago
Johannes Schindelin 0f47f78e02 vscode: only overwrite C/C++ settings 7 years ago
Johannes Schindelin dee338236b vscode: hard-code a couple defines 7 years ago
Johannes Schindelin 54c06c6013 contrib: add a script to initialize VS Code configuration 7 years ago
Derrick Stolee b18ef13a3f coccinelle: update commit.cocci 7 years ago
Taylor Blau 240cf2a257 contrib/git-jump/git-jump: jump to exact location 7 years ago
Todd Zullinger 04542b6012 git-credential-netrc: make "all" default target of Makefile 7 years ago
Luis Marsano 9347166d5d git-credential-netrc: fix exit status when tests fail 7 years ago
Luis Marsano 04f673d7e4 git-credential-netrc: use in-tree Git.pm for tests 7 years ago
Todd Zullinger 94a2bb56b3 git-credential-netrc: minor whitespace cleanup in test script 7 years ago
Ævar Arnfjörð Bjarmason 627be1538d git-credential-netrc: remove use of "autodie" 7 years ago
SZEDER Gábor 61d48c66ea completion: correct zsh detection when run from git-completion.zsh 7 years ago
Nguyễn Thái Ngọc Duy b221b5ab9b completion: collapse extra --no-.. options 7 years ago
Łukasz Stelmach 9cd4382ad5 completion: complete remote names too 7 years ago
Nguyễn Thái Ngọc Duy f22f682695 completion: complete general config vars in two steps 7 years ago
Nguyễn Thái Ngọc Duy bea2125928 completion: support case-insensitive config vars 7 years ago
Nguyễn Thái Ngọc Duy f45db831c1 completion: keep other config var completion in camelCase 7 years ago
Nguyễn Thái Ngọc Duy e17ca92637 completion: drop the hard coded list of config vars 7 years ago
Nguyễn Thái Ngọc Duy 2b1c01d22e parse-options: option to let --git-completion-helper show negative form 7 years ago
Pedro Alvarez Piedehierro 12ecea46e3 import-tars: read overlong names from pax extended header 7 years ago
Nguyễn Thái Ngọc Duy 6532f3740b completion: allow to customize the completable command list 7 years ago
Nguyễn Thái Ngọc Duy 3301d36b29 completion: add and use --list-cmds=alias 7 years ago
Nguyễn Thái Ngọc Duy e11dca10cf completion: add and use --list-cmds=nohelpers 7 years ago
Nguyễn Thái Ngọc Duy 84a9713106 completion: let git provide the completable command list 7 years ago
Nguyễn Thái Ngọc Duy 1b81d8cb19 help: use command-list.txt for the source of guides 7 years ago
Nguyễn Thái Ngọc Duy 6bb2dc0b94 completion: implement and use --list-cmds=main,others 7 years ago
Nguyễn Thái Ngọc Duy 0089521cac git.c: convert --list-* to --list-cmds=* 7 years ago
SZEDER Gábor 8b4c2e0b1c completion: don't return with error from __gitcomp_file_direct() 7 years ago
Luis Marsano 786ef50a23 git-credential-netrc: accept gpg option 7 years ago
Luis Marsano f07eeed123 git-credential-netrc: adapt to test framework for git 7 years ago
Florian Gamböck 085e2ee0e6 completion: load completion file for external subcommand 7 years ago
Nguyễn Thái Ngọc Duy 92c4a7a129 completion: fix misspelled config key aliasesfiletype 7 years ago
SZEDER Gábor 279ffad17d coccinelle: avoid wrong transformation suggestions from commit.cocci 7 years ago
Johannes Schindelin a3694d949f Remove obsolete script to convert grafts to replace refs 7 years ago
Johannes Schindelin 1131ec9818 pull: accept --rebase=merges to recreate the branch topology 7 years ago
Johannes Schindelin 8f6aed71d2 rebase: introduce the --rebase-merges option 7 years ago