| Commit message (Expand) | Author | Age | Files | Lines |
* | branch: implement '--format' optionkn/for-each-branch-remainder | Karthik Nayak | 2015-10-02 | 1 | -0/+11 |
* | branch: use ref-filter printing APIs | Karthik Nayak | 2015-10-02 | 1 | -6/+6 |
* | ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams | Karthik Nayak | 2015-10-02 | 1 | -1/+1 |
* | ref-filter: modify "%(objectname:short)" to take length | Karthik Nayak | 2015-10-02 | 1 | -0/+22 |
* | ref-filter: add support for %(path) atom | Karthik Nayak | 2015-10-02 | 1 | -0/+39 |
* | ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>) | Karthik Nayak | 2015-10-02 | 1 | -0/+18 |
* | ref-filter: implement %(if), %(then), and %(else) atoms | Karthik Nayak | 2015-10-02 | 1 | -0/+48 |
* | branch: add '--points-at' option | Karthik Nayak | 2015-09-25 | 1 | -0/+9 |
* | branch.c: use 'ref-filter' APIs | Karthik Nayak | 2015-09-25 | 2 | -11/+31 |
* | tag.c: implement '--merged' and '--no-merged' options | Karthik Nayak | 2015-09-17 | 1 | -0/+27 |
* | tag.c: implement '--format' option | Karthik Nayak | 2015-09-17 | 1 | -0/+12 |
* | tag.c: use 'ref-filter' APIs | Karthik Nayak | 2015-09-17 | 1 | -7/+1 |
* | ref-filter: add support to sort by version | Karthik Nayak | 2015-09-17 | 1 | -0/+36 |
* | ref-filter: add support for %(contents:lines=X) | Karthik Nayak | 2015-09-17 | 1 | -0/+52 |
* | ref-filter: implement an `align` atom | Karthik Nayak | 2015-09-17 | 1 | -0/+82 |
* | ref-filter: introduce match_atom_name() | Karthik Nayak | 2015-09-17 | 1 | -0/+4 |
* | Merge 'jk/git-path' into kn/for-each-tag | Junio C Hamano | 2015-08-24 | 1 | -111/+85 |
|\ |
|
| * | add_to_alternates_file: don't add duplicate entries | Jeff King | 2015-08-10 | 1 | -0/+5 |
| * | t5700: modernize style | Jeff King | 2015-08-10 | 1 | -112/+81 |
* | | Merge 'kn/for-each-tag-branch' into kn/for-each-tag | Junio C Hamano | 2015-08-24 | 1 | -0/+84 |
|\ \
| |/
|/| |
|
| * | for-each-ref: add '--contains' option | Karthik Nayak | 2015-08-03 | 1 | -0/+15 |
| * | for-each-ref: add '--merged' and '--no-merged' options | Karthik Nayak | 2015-08-03 | 1 | -0/+23 |
| * | for-each-ref: add '--points-at' option | Karthik Nayak | 2015-08-03 | 1 | -0/+20 |
| * | t6302: for-each-ref tests for ref-filter APIs | Karthik Nayak | 2015-08-03 | 1 | -0/+26 |
* | | Merge branch 'jk/refspec-parse-wildcard' | Junio C Hamano | 2015-08-03 | 2 | -7/+12 |
|\ \ |
|
| * | | refs: loosen restriction on wildcard "*" refspecsjk/refspec-parse-wildcard | Jacob Keller | 2015-07-27 | 2 | -7/+12 |
* | | | Merge branch 'zb/userdiff-fountain' | Junio C Hamano | 2015-08-03 | 2 | -0/+5 |
|\ \ \ |
|
| * | | | userdiff: add support for Fountain documentszb/userdiff-fountain | Zoë Blade | 2015-07-23 | 2 | -0/+5 |
* | | | | Merge branch 'dt/refs-backend-preamble' | Junio C Hamano | 2015-08-03 | 3 | -1/+56 |
|\ \ \ \ |
|
| * | | | | update-ref and tag: add --create-reflog arg | David Turner | 2015-07-21 | 2 | -1/+51 |
| * | | | | git-reflog: add exists command | David Turner | 2015-07-21 | 1 | -0/+5 |
| |/ / / |
|
* | | | | Merge branch 'as/sparse-checkout-removal' | Junio C Hamano | 2015-08-03 | 1 | -0/+52 |
|\ \ \ \ |
|
| * | | | | unpack-trees: don't update files with CE_WT_REMOVE setas/sparse-checkout-removal | David Turner | 2015-07-21 | 1 | -0/+52 |
* | | | | | Merge branch 'jk/date-mode-format' | Junio C Hamano | 2015-08-03 | 1 | -0/+18 |
|\ \ \ \ \ |
|
| * | | | | | strbuf: make strbuf_addftime more robustjk/date-mode-format | Jeff King | 2015-07-20 | 1 | -0/+10 |
| * | | | | | introduce "format" date-mode | Jeff King | 2015-06-29 | 1 | -0/+8 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'pt/am-tests' | Junio C Hamano | 2015-08-03 | 4 | -0/+313 |
|\ \ \ \ \ |
|
| * | | | | | t3901: test git-am encoding conversionpt/am-tests | Paul Tan | 2015-07-20 | 1 | -0/+62 |
| * | | | | | t3418: non-interactive rebase --continue with rerere enabled | Paul Tan | 2015-07-20 | 1 | -0/+19 |
| * | | | | | t4150: tests for am --[no-]scissors | Paul Tan | 2015-07-20 | 1 | -0/+48 |
| * | | | | | t4150: am with post-applypatch hook | Paul Tan | 2015-07-20 | 1 | -0/+38 |
| * | | | | | t4150: am with pre-applypatch hook | Paul Tan | 2015-07-20 | 1 | -0/+33 |
| * | | | | | t4150: am with applypatch-msg hook | Paul Tan | 2015-07-20 | 1 | -0/+35 |
| * | | | | | t4150: am --resolved fails if index has unmerged entries | Paul Tan | 2015-07-20 | 1 | -0/+13 |
| * | | | | | t4150: am --resolved fails if index has no changes | Paul Tan | 2015-07-20 | 1 | -0/+12 |
| * | | | | | t4150: am refuses patches when paused | Paul Tan | 2015-07-20 | 1 | -0/+14 |
| * | | | | | t4151: am --abort will keep dirty index intact | Paul Tan | 2015-07-20 | 1 | -0/+15 |
| * | | | | | t4150: am fails if index is dirty | Paul Tan | 2015-07-20 | 1 | -0/+12 |
| * | | | | | t4150: am.messageid really adds the message id | Paul Tan | 2015-07-07 | 1 | -0/+12 |
| |/ / / / |
|
* | | | | | Merge branch 'sg/bash-prompt-untracked-optim' | Junio C Hamano | 2015-08-03 | 1 | -0/+25 |
|\ \ \ \ \ |
|