summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-01attr: store attribute stack in attr_check structureBrandon Williams
2017-02-01attr: tighten const correctness with git_attr and match_attrBrandon Williams
2017-02-01attr: remove maybe-real, maybe-macro from git_attrBrandon Williams
2017-02-01attr: eliminate global check_all_attr arrayBrandon Williams
2017-02-01attr: use hashmap for attribute dictionaryBrandon Williams
2017-02-01attr: change validity check for attribute names to use positive logicJunio C Hamano
2017-02-01attr: pass struct attr_check to collect_some_attrsBrandon Williams
2017-02-01attr: retire git_check_attrs() APIJunio C Hamano
2017-02-01attr: convert git_check_attrs() callers to use the new APIJunio C Hamano
2017-02-01attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano
2017-02-01attr: (re)introduce git_check_attr() and struct attr_checkJunio C Hamano
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano
2017-02-01attr.c: outline the future plans by heavily commentingJunio C Hamano
2017-02-01Documentation: fix a typoStefan Beller
2017-02-01attr.c: add push_stack() helperJunio C Hamano
2017-02-01attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy
2017-02-01attr.c: plug small leak in parse_attr_line()Junio C Hamano
2017-02-01attr.c: tighten constness around "git_attr" structureJunio C Hamano
2017-02-01attr.c: simplify macroexpand_one()Junio C Hamano
2017-02-01attr.c: mark where #if DEBUG ends more clearlyJunio C Hamano
2017-02-01attr.c: complete a sentence in a commentJunio C Hamano
2017-02-01attr.c: explain the lack of attr-name syntax check in parse_attr()Junio C Hamano
2017-02-01attr.c: update a stale comment on "struct match_attr"Junio C Hamano
2017-02-01attr.c: use strchrnul() to scan for one lineJunio C Hamano
2017-02-01commit.c: use strchrnul() to scan for one lineJunio C Hamano
2017-01-10Fifth batch 2.12Junio C Hamano
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano
2017-01-10Merge branch 'jc/retire-compaction-heuristics'Junio C Hamano
2017-01-10Merge branch 'nd/config-misc-fixes'Junio C Hamano
2017-01-10Merge branch 'jc/abbrev-autoscale-config'Junio C Hamano
2017-01-10Merge branch 'mh/fast-import-notes-fix-new'Junio C Hamano
2017-01-10Merge branch 'jc/git-open-cloexec'Junio C Hamano
2017-01-10Merge branch 'jc/compression-config'Junio C Hamano
2017-01-10Merge branch 'dt/smart-http-detect-server-going-away'Junio C Hamano
2017-01-10Merge branch 'mm/gc-safety-doc'Junio C Hamano
2017-01-10Merge branch 'mm/push-social-engineering-attack-doc'Junio C Hamano
2017-01-10Merge branch 'jt/fetch-no-redundant-tag-fetch-map'Junio C Hamano
2017-01-10Merge branch 'jc/latin-1'Junio C Hamano
2016-12-27worktree: initialize return value for submodule_uses_worktreesStefan Beller
2016-12-27Fourth batch for 2.12Junio C Hamano
2016-12-27Merge branch 'jc/lock-report-on-error'Junio C Hamano
2016-12-27lockfile: move REPORT_ON_ERROR bit elsewhereJunio C Hamano
2016-12-27Merge branch 'js/mingw-isatty'Junio C Hamano
2016-12-27Merge branch 'ls/p4-lfs'Junio C Hamano
2016-12-27Merge branch 'va/i18n-even-more'Junio C Hamano
2016-12-27Merge branch 'lt/shortlog-by-committer'Junio C Hamano
2016-12-27Merge branch 'mk/mingw-winansi-ttyname-termination-fix'Junio C Hamano
2016-12-27Merge branch 'gv/p4-multi-path-commit-fix'Junio C Hamano
2016-12-27Merge branch 'jk/difftool-in-subdir'Junio C Hamano
2016-12-27Merge branch 'ld/p4-compare-dir-vs-symlink'Junio C Hamano