3051 Commits (31e8595a1132187f99792a4b889c2128cd9253ef)

Author SHA1 Message Date
Stefan Beller 07de3fd840 commit: prepare get_commit_buffer to handle any repo 6 years ago
Stefan Beller 4d5430f747 commit-reach: prepare in_merge_bases[_many] to handle any repo 6 years ago
Stefan Beller 21a9651ba3 commit-reach: prepare get_merge_bases to handle any repo 6 years ago
Stefan Beller 9e5252abd1 commit: allow parse_commit* to handle any repo 6 years ago
Stefan Beller 9b45f49981 object-store: prepare has_{sha1, object}_file to handle any repo 6 years ago
Stefan Beller afd69dcc21 object-store: prepare read_object_file to deal with any repo 6 years ago
SZEDER Gábor dd5d052c39 coccicheck: introduce 'pending' semantic patches 6 years ago
Duy Nguyen 13374987dd completion: use __gitcomp_builtin for format-patch 6 years ago
Denton Liu 57ba181270 completion: support `git mergetool --[no-]gui` 6 years ago
Johannes Schindelin c6f050a434 mingw: load system libraries the recommended way 6 years ago
Junio C Hamano 05b4ed61f4 cocci: simplify "if (++u > 1)" to "if (u++)" 6 years ago
Nguyễn Thái Ngọc Duy 276b49ff34 completion: fix __gitcomp_builtin no longer consider extra options 7 years ago
Junio C Hamano 0df8e6d5a5 Revert "subtree: make install targets depend on build targets" 7 years ago
Christian Hesse 744f7c4c31 subtree: make install targets depend on build targets 7 years ago
SZEDER Gábor 6afedba8c9 object_id.cocci: match only expressions of type 'struct object_id' 7 years ago
Roger Strain 19ad68d95d subtree: performance improvement for finding unexpected parent commits 7 years ago
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