summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2016-06-13fetch: define shallow boundary with --shallow-excludeLibravatar Nguyễn Thái Ngọc Duy2-3/+17
2016-06-13clone: define shallow clone boundary based on time with --shallow-sinceLibravatar Nguyễn Thái Ngọc Duy1-3/+13
2016-06-13fetch: define shallow boundary with --shallow-sinceLibravatar Nguyễn Thái Ngọc Duy2-6/+27
2016-06-13fetch-pack: use skip_prefix() instead of starts_with()Libravatar Nguyễn Thái Ngọc Duy1-6/+6
2016-02-17Merge branch 'ah/stripspace-optstring'Libravatar Junio C Hamano1-1/+1
2016-02-10Merge branch 'jk/options-cleanup'Libravatar Junio C Hamano7-102/+57
2016-02-10Merge branch 'cc/untracked'Libravatar Junio C Hamano1-23/+39
2016-02-03Merge branch 'jk/ref-cache-non-repository-optim'Libravatar Junio C Hamano1-25/+1
2016-02-03Merge branch 'nd/diff-with-path-params'Libravatar Junio C Hamano2-2/+2
2016-02-03Merge branch 'tg/ls-remote-symref'Libravatar Junio C Hamano1-54/+36
2016-02-03Merge branch 'tb/ls-files-eol'Libravatar Junio C Hamano1-0/+21
2016-02-03Merge branch 'jk/notes-merge-from-anywhere'Libravatar Junio C Hamano1-1/+1
2016-02-03Merge branch 'jc/peace-with-crlf'Libravatar Junio C Hamano7-8/+8
2016-02-01Merge branch 'jk/list-tag-2.7-regression'Libravatar Junio C Hamano1-2/+2
2016-02-01apply, ls-files: simplify "-z" parsingLibravatar Jeff King2-24/+6
2016-02-01checkout-index: disallow "--no-stage" optionLibravatar Jeff King1-3/+3
2016-02-01checkout-index: handle "--no-index" optionLibravatar Jeff King1-24/+10
2016-02-01checkout-index: handle "--no-prefix" optionLibravatar Jeff King1-12/+6
2016-02-01checkout-index: simplify "-z" option parsingLibravatar Jeff King1-10/+2
2016-02-01give "nbuf" strbuf a more meaningful nameLibravatar Jeff King5-29/+30
2016-01-29stripspace: call U+0020 a "space" instead of a "blank"Libravatar Alex Henrie1-1/+1
2016-01-28Merge branch 'jk/shortlog'Libravatar Junio C Hamano1-87/+99
2016-01-28Merge branch 'jc/strbuf-getline'Libravatar Junio C Hamano20-74/+68
2016-01-28Merge branch 'tk/interpret-trailers-in-place'Libravatar Junio C Hamano1-4/+9
2016-01-27config: add core.untrackedCacheLibravatar Christian Couder1-11/+24
2016-01-26Merge branch 'jk/symbolic-ref'Libravatar Junio C Hamano2-5/+9
2016-01-26Merge branch 'ak/format-patch-odir-config'Libravatar Junio C Hamano1-0/+6
2016-01-26Merge branch 'js/close-packs-before-gc'Libravatar Junio C Hamano4-0/+5
2016-01-26Merge branch 'js/pull-rebase-i'Libravatar Junio C Hamano2-5/+14
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Libravatar Jeff King1-2/+2
2016-01-25dir: add remove_untracked_cache()Libravatar Christian Couder1-5/+1
2016-01-25dir: add {new,add}_untracked_cache()Libravatar Christian Couder1-10/+1
2016-01-25update-index: move 'uc' var declarationLibravatar Christian Couder1-3/+1
2016-01-25update-index: add untracked cache notificationsLibravatar Christian Couder1-5/+9
2016-01-25update-index: add --test-untracked-cacheLibravatar Christian Couder1-0/+5
2016-01-25update-index: use enum for untracked cache optionsLibravatar Christian Couder1-5/+13
2016-01-25clean: make is_git_repository a public functionLibravatar Jeff King1-25/+1
2016-01-21diff: make -O and --output work in subdirectoryLibravatar Duy Nguyen1-1/+1
2016-01-21diff-no-index: do not take a redundant prefix argumentLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-01-20Merge branch 'tg/grep-no-index-fallback'Libravatar Junio C Hamano1-3/+9
2016-01-20Merge branch 'js/fopen-harder'Libravatar Junio C Hamano3-3/+3
2016-01-20Merge branch 'jk/clang-pedantic'Libravatar Junio C Hamano1-1/+1
2016-01-20Merge branch 'nd/ita-cleanup'Libravatar Junio C Hamano3-7/+2
2016-01-20Merge branch 'mh/notes-allow-reading-treeish'Libravatar Junio C Hamano1-13/+16
2016-01-19ls-remote: add support for showing symrefsLibravatar Thomas Gummerer1-2/+8
2016-01-19ls-remote: use parse-options apiLibravatar Thomas Gummerer1-53/+29
2016-01-19ls-remote: document --refs optionLibravatar Thomas Gummerer1-1/+1
2016-01-19shortlog: don't warn on empty authorLibravatar Jeff King1-8/+0
2016-01-19shortlog: optimize out useless string listLibravatar Jeff King1-12/+31
2016-01-19shortlog: optimize out useless "<none>" normalizationLibravatar Jeff King1-29/+34