summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-11-14commit-reach: prepare in_merge_bases[_many] to handle any repoStefan Beller
2018-11-14commit-reach: prepare get_merge_bases to handle any repoStefan Beller
2018-11-14commit: allow parse_commit* to handle any repoStefan Beller
2018-11-14object-store: prepare has_{sha1, object}_file to handle any repoStefan Beller
2018-11-14object-store: prepare read_object_file to deal with any repoStefan Beller
2018-10-19Merge branch 'nd/complete-fetch-multiple-args'Junio C Hamano
2018-10-07git-completion.bash: add completion for stash listSteven Fernandez
2018-09-21completion: support "git fetch --multiple"Nguyễn Thái Ngọc Duy
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-29coccinelle: use <...> for function exclusionJeff King
2018-08-20Merge branch 'js/range-diff'Junio C Hamano
2018-08-15Merge branch 'es/mw-to-git-chain-fix'Junio C Hamano
2018-08-15Merge branch 'jn/subtree-test-fixes'Junio C Hamano
2018-08-15Merge branch 'js/vscode'Junio C Hamano
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin
2018-08-13completion: support `git range-diff`Johannes Schindelin
2018-08-02Merge branch 'ds/commit-graph-fsck'Junio C Hamano
2018-07-31mw-to-git/t9360: fix broken &&-chainEric Sunshine
2018-07-30subtree test: simplify preparation of expected resultsJonathan Nieder
2018-07-30subtree test: add missing && to &&-chainJonathan Nieder
2018-07-30vscode: let cSpell work on commit messages, tooJohannes Schindelin
2018-07-30vscode: add a dictionary for cSpellJohannes Schindelin
2018-07-30vscode: use 8-space tabs, no trailing ws, etc for Git's source codeJohannes Schindelin
2018-07-30vscode: wrap commit messages at column 72 by defaultJohannes Schindelin
2018-07-30vscode: only overwrite C/C++ settingsJohannes Schindelin
2018-07-30vscode: hard-code a couple definesJohannes Schindelin
2018-07-30contrib: add a script to initialize VS Code configurationJohannes Schindelin
2018-07-18Merge branch 'tb/grep-column'Junio C Hamano
2018-07-16coccinelle: update commit.cocciDerrick Stolee
2018-06-28Merge branch 'tz/cred-netrc-cleanup'Junio C Hamano
2018-06-28Merge branch 'nd/completion-negation'Junio C Hamano
2018-06-25Merge branch 'ls/complete-remote-update-names'Junio C Hamano
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano
2018-06-22contrib/git-jump/git-jump: jump to exact locationTaylor Blau
2018-06-18git-credential-netrc: make "all" default target of MakefileTodd Zullinger
2018-06-18Merge branch 'ab/cred-netrc-no-autodie'Junio C Hamano
2018-06-18git-credential-netrc: fix exit status when tests failLuis Marsano
2018-06-18git-credential-netrc: use in-tree Git.pm for testsLuis Marsano
2018-06-18git-credential-netrc: minor whitespace cleanup in test scriptTodd Zullinger
2018-06-13Merge branch 'sg/completion-zsh-workaround'Junio C Hamano
2018-06-13git-credential-netrc: remove use of "autodie"Ævar Arnfjörð Bjarmason
2018-06-12completion: correct zsh detection when run from git-completion.zshSZEDER Gábor
2018-06-11completion: collapse extra --no-.. optionsNguyễn Thái Ngọc Duy
2018-06-01Merge branch 'pa/import-tars-long-names'Junio C Hamano
2018-06-01Merge branch 'nd/command-list'Junio C Hamano
2018-06-01completion: complete remote names tooŁukasz Stelmach
2018-05-30Merge branch 'lm/credential-netrc'Junio C Hamano