Age | Commit message (Expand) | Author | Files | Lines |
2017-07-10 | Merge branch 'rs/free-and-null' | Junio C Hamano | 1 | -9/+1 |
2017-07-06 | Merge branch 'xz/send-email-batch-size' | Junio C Hamano | 1 | -0/+2 |
2017-07-06 | Merge branch 'aw/contrib-subtree-doc-asciidoctor' | Junio C Hamano | 1 | -7/+19 |
2017-07-05 | send-email: --batch-size to work around some SMTP server limit | xiaoqiang zhao | 1 | -0/+2 |
2017-06-29 | coccinelle: polish FREE_AND_NULL rules | René Scharfe | 1 | -9/+1 |
2017-06-27 | subtree: honour USE_ASCIIDOCTOR when set | A. Wilcox | 1 | -7/+19 |
2017-06-27 | Spelling fixes | Ville Skyttä | 3 | -3/+3 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -0/+15 |
2017-06-24 | Merge branch 'jk/diff-highlight-module' | Junio C Hamano | 5 | -19/+82 |
2017-06-16 | coccinelle: add a rule to make "expression" code use FREE_AND_NULL() | Ævar Arnfjörð Bjarmason | 1 | -0/+7 |
2017-06-16 | coccinelle: add a rule to make "type" code use FREE_AND_NULL() | Ævar Arnfjörð Bjarmason | 1 | -0/+8 |
2017-06-15 | diff-highlight: split code into module | Jeff King | 5 | -19/+82 |
2017-06-13 | Merge branch 'rf/completion' | Junio C Hamano | 1 | -1/+28 |
2017-06-13 | Merge branch 'rf/completion-config-commit' into maint | Junio C Hamano | 1 | -0/+3 |
2017-06-05 | Merge branch 'jk/url-insteadof-config' into maint | Junio C Hamano | 1 | -0/+10 |
2017-06-04 | Merge branch 'tg/stash-push-fixup' into maint | Junio C Hamano | 1 | -1/+4 |
2017-06-04 | Merge branch 'jk/url-insteadof-config' | Junio C Hamano | 1 | -0/+10 |
2017-06-04 | Merge branch 'rf/completion-config-commit' | Junio C Hamano | 1 | -0/+3 |
2017-06-02 | completion: add git config credentialCache.ignoreSIGHUP | Rikard Falkeborn | 1 | -0/+1 |
2017-06-02 | completion: add git config credential completions | Rikard Falkeborn | 1 | -0/+3 |
2017-06-02 | completion: add git config advice completions | Rikard Falkeborn | 1 | -1/+9 |
2017-06-02 | completion: add git config am.threeWay completion | Rikard Falkeborn | 1 | -0/+1 |
2017-06-02 | completion: add git config core completions | Rikard Falkeborn | 1 | -0/+10 |
2017-06-02 | completion: add git config gc completions | Rikard Falkeborn | 1 | -0/+4 |
2017-06-01 | docs/config: mention protocol implications of url.insteadOf | Jeff King | 1 | -0/+10 |
2017-05-30 | completion: add completions for git config commit | Rikard Falkeborn | 1 | -0/+3 |
2017-05-29 | Merge branch 'tg/stash-push-fixup' | Junio C Hamano | 1 | -1/+4 |
2017-05-29 | Merge branch 'js/eol-on-ourselves' | Junio C Hamano | 2 | -0/+2 |
2017-05-17 | completion: add git stash push | Thomas Gummerer | 1 | -1/+4 |
2017-05-16 | Merge branch 'ab/clone-no-tags' | Junio C Hamano | 1 | -0/+1 |
2017-05-16 | Merge branch 'sk/status-short-branch-color-config' | Junio C Hamano | 1 | -0/+2 |
2017-05-10 | completion: mark bash script as LF-only | Johannes Schindelin | 1 | -0/+1 |
2017-05-10 | git-new-workdir: mark script as LF-only | Johannes Schindelin | 1 | -0/+1 |
2017-05-01 | Merge branch 'jk/complete-checkout-sans-dwim-remote' | Junio C Hamano | 1 | -1/+10 |
2017-05-01 | clone: add a --no-tags option to clone without tags | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2017-04-28 | status: add color config slots for branch info in "--short --branch" | Stephen Kent | 1 | -0/+2 |
2017-04-23 | completion: optionally disable checkout DWIM | Jeff King | 1 | -1/+10 |
2017-04-23 | completion: expand "push --delete <remote> <ref>" for refs on that <remote> | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2017-04-16 | Merge branch 'jc/bs-t-is-not-a-tab-for-sed' | Junio C Hamano | 1 | -2/+2 |
2017-04-11 | Merge branch 'ab/ref-filter-no-contains' | Junio C Hamano | 1 | -2/+2 |
2017-03-31 | contrib/git-resurrect.sh: do not write \t for HT in sed scripts | Junio C Hamano | 1 | -2/+2 |
2017-03-30 | Merge branch 'sg/completion-ctags' | Junio C Hamano | 1 | -6/+66 |
2017-03-30 | Merge branch 'sg/completion-refs-speedup' | Junio C Hamano | 2 | -71/+190 |
2017-03-28 | Merge branch 'rs/strbuf-add-real-path' into maint | Junio C Hamano | 2 | -0/+22 |
2017-03-24 | ref-filter: add --no-contains option to tag/branch/for-each-ref | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2017-03-23 | completion: offer ctags symbol names for 'git log -S', '-G' and '-L:' | SZEDER Gábor | 1 | -0/+28 |
2017-03-23 | completion: extract completing ctags symbol names into helper function | SZEDER Gábor | 1 | -4/+29 |
2017-03-23 | completion: put matching ctags symbol names directly into COMPREPLY | SZEDER Gábor | 1 | -3/+10 |
2017-03-23 | completion: speed up branch and tag completion | SZEDER Gábor | 1 | -6/+19 |
2017-03-23 | completion: fill COMPREPLY directly when completing fetch refspecs | SZEDER Gábor | 1 | -3/+3 |