summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* completion: clone can initialize specific submodulessb/attrStefan Beller2016-11-111-0/+1
* clone: add --init-submodule=<pathspec> switchStefan Beller2016-11-114-10/+132
* submodule update: add `--init-default-path` switchStefan Beller2016-11-114-7/+89
* pathspec: allow escaped query valuesStefan Beller2016-11-112-5/+58
* pathspec: allow querying for attributesStefan Beller2016-11-115-7/+370
* pathspec: move prefix check out of the inner loopStefan Beller2016-11-111-9/+10
* pathspec: move long magic parsing out of prefix_pathspecStefan Beller2016-11-111-37/+47
* Documentation: fix a typoStefan Beller2016-11-111-1/+1
* attr: keep attr stack for each checkStefan Beller2016-11-113-38/+69
* attr: convert to new threadsafe APIStefan Beller2016-11-1111-224/+323
* attr: make git_check_attr_counted staticStefan Beller2016-11-112-3/+2
* attr.c: outline the future plans by heavily commentingJunio C Hamano2016-11-111-1/+39
* attr.c: always pass check[] to collect_some_attrs()Junio C Hamano2016-11-111-18/+19
* attr.c: introduce empty_attr_check_elems()Junio C Hamano2016-11-111-2/+9
* attr.c: correct ugly hack for git_all_attrs()Junio C Hamano2016-11-111-16/+8
* attr.c: rename a local variable checkJunio C Hamano2016-11-111-2/+2
* attr.c: pass struct git_attr_check down the callchainJunio C Hamano2016-11-111-12/+24
* attr.c: add push_stack() helperJunio C Hamano2016-11-111-38/+33
* attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy2016-11-113-5/+44
* attr: expose validity check for attribute namesJunio C Hamano2016-11-112-14/+35
* attr: add counted string version of git_check_attr()Junio C Hamano2016-10-282-9/+15
* attr: retire git_check_attrs() APIJunio C Hamano2016-10-283-31/+56
* attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2016-10-285-68/+40
* attr: convert git_all_attrs() to use "struct git_attr_check"Junio C Hamano2016-10-283-52/+90
* attr: (re)introduce git_check_attr() and struct git_attr_checkJunio C Hamano2016-10-283-18/+49
* attr: rename function and struct related to checking attributesJunio C Hamano2016-10-289-41/+42
* attr.c: plug small leak in parse_attr_line()Junio C Hamano2016-10-281-4/+8
* attr.c: tighten constness around "git_attr" structureJunio C Hamano2016-10-282-3/+3
* attr.c: simplify macroexpand_one()Junio C Hamano2016-10-281-7/+4
* attr.c: mark where #if DEBUG ends more clearlyJunio C Hamano2016-10-281-1/+1
* attr.c: complete a sentence in a commentJunio C Hamano2016-10-281-1/+1
* attr.c: explain the lack of attr-name syntax check in parse_attr()Junio C Hamano2016-10-281-0/+6
* attr.c: update a stale comment on "struct match_attr"Junio C Hamano2016-10-281-3/+2
* attr.c: use strchrnul() to scan for one lineJunio C Hamano2016-10-281-2/+2
* commit.c: use strchrnul() to scan for one lineJunio C Hamano2016-10-281-2/+1
* Ninth batch for 2.11Junio C Hamano2016-10-101-23/+40
* Merge branch 'jc/blame-reverse'Junio C Hamano2016-10-103-5/+44
|\
| * blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."jc/blame-reverseJunio C Hamano2016-06-142-2/+41
| * blame: improve diagnosis for "--reverse NEW"Junio C Hamano2016-06-142-3/+3
* | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-1023-224/+890
|\ \
| * | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepenNguyễn Thái Ngọc Duy2016-06-1315-6/+132
| * | upload-pack: add get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-132-4/+50
| * | upload-pack: split check_unreachable() in two, prep for get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-131-18/+38
| * | t5500, t5539: tests for shallow depth excluding a refNguyễn Thái Ngọc Duy2016-06-132-0/+43
| * | clone: define shallow clone boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-132-1/+14
| * | fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-1311-4/+89
| * | upload-pack: support define shallow boundary by excluding revisionsNguyễn Thái Ngọc Duy2016-06-133-3/+32
| * | refs: add expand_ref()Nguyễn Thái Ngọc Duy2016-06-132-1/+8
| * | t5500, t5539: tests for shallow depth since a specific dateNguyễn Thái Ngọc Duy2016-06-132-0/+49
| * | clone: define shallow clone boundary based on time with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-132-3/+16