Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/options-cleanup' | Junio C Hamano | 2016-02-10 | 7 | -102/+57 |
|\ | |||||
| * | apply, ls-files: simplify "-z" parsingjk/options-cleanup | Jeff King | 2016-02-01 | 2 | -24/+6 |
| * | checkout-index: disallow "--no-stage" option | Jeff King | 2016-02-01 | 1 | -3/+3 |
| * | checkout-index: handle "--no-index" option | Jeff King | 2016-02-01 | 1 | -24/+10 |
| * | checkout-index: handle "--no-prefix" option | Jeff King | 2016-02-01 | 1 | -12/+6 |
| * | checkout-index: simplify "-z" option parsing | Jeff King | 2016-02-01 | 1 | -10/+2 |
| * | give "nbuf" strbuf a more meaningful name | Jeff King | 2016-02-01 | 5 | -29/+30 |
* | | Merge branch 'cc/untracked' | Junio C Hamano | 2016-02-10 | 1 | -23/+39 |
|\ \ | |||||
| * | | config: add core.untrackedCache | Christian Couder | 2016-01-27 | 1 | -11/+24 |
| * | | dir: add remove_untracked_cache() | Christian Couder | 2016-01-25 | 1 | -5/+1 |
| * | | dir: add {new,add}_untracked_cache() | Christian Couder | 2016-01-25 | 1 | -10/+1 |
| * | | update-index: move 'uc' var declaration | Christian Couder | 2016-01-25 | 1 | -3/+1 |
| * | | update-index: add untracked cache notifications | Christian Couder | 2016-01-25 | 1 | -5/+9 |
| * | | update-index: add --test-untracked-cache | Christian Couder | 2016-01-25 | 1 | -0/+5 |
| * | | update-index: use enum for untracked cache options | Christian Couder | 2016-01-25 | 1 | -5/+13 |
| * | | dir: free untracked cache when removing it | Christian Couder | 2015-12-29 | 1 | -0/+1 |
* | | | Merge branch 'jk/ref-cache-non-repository-optim' | Junio C Hamano | 2016-02-03 | 1 | -25/+1 |
|\ \ \ | |||||
| * | | | clean: make is_git_repository a public function | Jeff King | 2016-01-25 | 1 | -25/+1 |
* | | | | Merge branch 'nd/diff-with-path-params' | Junio C Hamano | 2016-02-03 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | diff: make -O and --output work in subdirectorynd/diff-with-path-params | Duy Nguyen | 2016-01-21 | 1 | -1/+1 |
| * | | | | diff-no-index: do not take a redundant prefix argument | Nguyễn Thái Ngọc Duy | 2016-01-21 | 1 | -1/+1 |
* | | | | | Merge branch 'tg/ls-remote-symref' | Junio C Hamano | 2016-02-03 | 1 | -54/+36 |
|\ \ \ \ \ | |||||
| * | | | | | ls-remote: add support for showing symrefstg/ls-remote-symref | Thomas Gummerer | 2016-01-19 | 1 | -2/+8 |
| * | | | | | ls-remote: use parse-options api | Thomas Gummerer | 2016-01-19 | 1 | -53/+29 |
| * | | | | | ls-remote: document --refs option | Thomas Gummerer | 2016-01-19 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'tb/ls-files-eol' | Junio C Hamano | 2016-02-03 | 1 | -0/+21 |
|\ \ \ \ \ | |||||
| * | | | | | ls-files: add eol diagnosticstb/ls-files-eol | Torsten Bögershausen | 2016-01-18 | 1 | -0/+21 |
* | | | | | | Merge branch 'jk/notes-merge-from-anywhere' | Junio C Hamano | 2016-02-03 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | notes: allow merging from arbitrary referencesjk/notes-merge-from-anywhere | Jacob Keller | 2016-01-17 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'jc/peace-with-crlf' | Junio C Hamano | 2016-02-03 | 7 | -8/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | grep: read -f file with strbuf_getline() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
| * | | | | | | send-pack: read list of refs with strbuf_getline() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
| * | | | | | | column: read lines with strbuf_getline() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
| * | | | | | | cat-file: read batch stream with strbuf_getline() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
| * | | | | | | clone/sha1_file: read info/alternates with strbuf_getline() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
| * | | | | | | rev-parse: read parseopt spec with strbuf_getline() | Junio C Hamano | 2016-01-15 | 1 | -2/+2 |
| * | | | | | | hash-object: read --stdin-paths with strbuf_getline() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'jk/list-tag-2.7-regression' | Junio C Hamano | 2016-02-01 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | tag: do not show ambiguous tag names as "tags/foo"jk/list-tag-2.7-regression | Jeff King | 2016-01-26 | 1 | -2/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'jk/shortlog' | Junio C Hamano | 2016-01-28 | 1 | -87/+99 |
|\ \ \ \ \ \ | |||||
| * | | | | | | shortlog: don't warn on empty authorjk/shortlog | Jeff King | 2016-01-19 | 1 | -8/+0 |
| * | | | | | | shortlog: optimize out useless string list | Jeff King | 2016-01-19 | 1 | -12/+31 |
| * | | | | | | shortlog: optimize out useless "<none>" normalization | Jeff King | 2016-01-19 | 1 | -29/+34 |
| * | | | | | | shortlog: optimize "--summary" mode | Jeff King | 2016-01-19 | 1 | -4/+6 |
| * | | | | | | shortlog: replace hand-parsing of author with pretty-printer | Jeff King | 2016-01-19 | 1 | -36/+26 |
| * | | | | | | shortlog: use strbufs to read from stdin | Jeff King | 2016-01-19 | 1 | -9/+12 |
| * | | | | | | shortlog: match both "Author:" and "author" on stdin | Jeff King | 2016-01-19 | 1 | -3/+4 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 2016-01-28 | 20 | -74/+68 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | strbuf: give strbuf_getline() to the "most text friendly" variantjc/strbuf-getline | Junio C Hamano | 2016-01-15 | 1 | -4/+4 |
| * | | | | | checkout-index: there are only two possible line terminations | Junio C Hamano | 2016-01-15 | 1 | -8/+8 |