aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'ah/stripspace-optstring'Junio C Hamano2016-02-17
|\
| * stripspace: call U+0020 a "space" instead of a "blank"Alex Henrie2016-01-29
* | Merge branch 'jk/options-cleanup'Junio C Hamano2016-02-10
|\ \
| * | apply, ls-files: simplify "-z" parsingJeff King2016-02-01
| * | checkout-index: disallow "--no-stage" optionJeff King2016-02-01
| * | checkout-index: handle "--no-index" optionJeff King2016-02-01
| * | checkout-index: handle "--no-prefix" optionJeff King2016-02-01
| * | checkout-index: simplify "-z" option parsingJeff King2016-02-01
| * | give "nbuf" strbuf a more meaningful nameJeff King2016-02-01
* | | Merge branch 'cc/untracked'Junio C Hamano2016-02-10
|\ \ \
| * | | config: add core.untrackedCacheChristian Couder2016-01-27
| * | | dir: add remove_untracked_cache()Christian Couder2016-01-25
| * | | dir: add {new,add}_untracked_cache()Christian Couder2016-01-25
| * | | update-index: move 'uc' var declarationChristian Couder2016-01-25
| * | | update-index: add untracked cache notificationsChristian Couder2016-01-25
| * | | update-index: add --test-untracked-cacheChristian Couder2016-01-25
| * | | update-index: use enum for untracked cache optionsChristian Couder2016-01-25
| * | | dir: free untracked cache when removing itChristian Couder2015-12-29
* | | | Merge branch 'jk/ref-cache-non-repository-optim'Junio C Hamano2016-02-03
|\ \ \ \
| * | | | clean: make is_git_repository a public functionJeff King2016-01-25
| | |_|/ | |/| |
* | | | Merge branch 'nd/diff-with-path-params'Junio C Hamano2016-02-03
|\ \ \ \
| * | | | diff: make -O and --output work in subdirectoryDuy Nguyen2016-01-21
| * | | | diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy2016-01-21
* | | | | Merge branch 'tg/ls-remote-symref'Junio C Hamano2016-02-03
|\ \ \ \ \
| * | | | | ls-remote: add support for showing symrefsThomas Gummerer2016-01-19
| * | | | | ls-remote: use parse-options apiThomas Gummerer2016-01-19
| * | | | | ls-remote: document --refs optionThomas Gummerer2016-01-19
| | |/ / / | |/| | |
* | | | | Merge branch 'tb/ls-files-eol'Junio C Hamano2016-02-03
|\ \ \ \ \
| * | | | | ls-files: add eol diagnosticsTorsten Bögershausen2016-01-18
* | | | | | Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano2016-02-03
|\ \ \ \ \ \
| * | | | | | notes: allow merging from arbitrary referencesJacob Keller2016-01-17
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jc/peace-with-crlf'Junio C Hamano2016-02-03
|\ \ \ \ \ \
| * | | | | | grep: read -f file with strbuf_getline()Junio C Hamano2016-01-15
| * | | | | | send-pack: read list of refs with strbuf_getline()Junio C Hamano2016-01-15
| * | | | | | column: read lines with strbuf_getline()Junio C Hamano2016-01-15
| * | | | | | cat-file: read batch stream with strbuf_getline()Junio C Hamano2016-01-15
| * | | | | | clone/sha1_file: read info/alternates with strbuf_getline()Junio C Hamano2016-01-15
| * | | | | | rev-parse: read parseopt spec with strbuf_getline()Junio C Hamano2016-01-15
| * | | | | | hash-object: read --stdin-paths with strbuf_getline()Junio C Hamano2016-01-15
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jk/list-tag-2.7-regression'Junio C Hamano2016-02-01
|\ \ \ \ \ \
| * | | | | | tag: do not show ambiguous tag names as "tags/foo"Jeff King2016-01-26
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/shortlog'Junio C Hamano2016-01-28
|\ \ \ \ \ \
| * | | | | | shortlog: don't warn on empty authorJeff King2016-01-19
| * | | | | | shortlog: optimize out useless string listJeff King2016-01-19
| * | | | | | shortlog: optimize out useless "<none>" normalizationJeff King2016-01-19
| * | | | | | shortlog: optimize "--summary" modeJeff King2016-01-19
| * | | | | | shortlog: replace hand-parsing of author with pretty-printerJeff King2016-01-19
| * | | | | | shortlog: use strbufs to read from stdinJeff King2016-01-19
| * | | | | | shortlog: match both "Author:" and "author" on stdinJeff King2016-01-19
| |/ / / / /
* | | | | | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-28
|\ \ \ \ \ \ | | |/ / / / | |/| | | |