3026 Commits (6141e0cc00d556a0dd5a2b84c4d92508bfe4ed3b)

Author SHA1 Message Date
Daniels Umanovskis 61018fe9e0 doc: move git-cherry to plumbing 7 years ago
Christian Hesse 0f952b2659 subtree: add build targets 'man' and 'html' 7 years ago
Derrick Stolee 783faedd65 contrib: add coverage-diff script 7 years ago
Steven Fernandez 705f5f122c git-completion.bash: add completion for stash list 7 years ago
Strain, Roger L 68f8ff8151 subtree: improve decision on merges kept in split 7 years ago
Strain, Roger L 315a84f9aa subtree: use commits before rejoins for splits 7 years ago
Strain, Roger L dd21d43b58 subtree: make --ignore-joins pay attention to adds 7 years ago
Strain, Roger L 565e4b7981 subtree: refactor split of a commit into standalone method 7 years ago
Nguyễn Thái Ngọc Duy b5619f6d2b completion: support "git fetch --multiple" 7 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