Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-11check-attr: integrate with sparse-indexShuqi Liang
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano
2023-05-07attr: teach "--attr-source=<tree>" global option to "git"John Cai
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-09-13Make git_check_attr() a void functionTorsten Bögershausen
2018-08-14attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy
2018-08-14attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-02-02attr: tighten const correctness with git_attr and match_attrBrandon Williams
2017-02-02attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano
2017-02-02attr: rename function and struct related to checking attributesJunio C Hamano
2016-02-02give "nbuf" strbuf a more meaningful nameJeff King
2016-01-15check-attr: there are only two possible line terminationsJunio C Hamano
2015-10-17usage: do not insist that standard input must come from a fileJunio C Hamano
2015-01-14standardize usage info string formatAlex Henrie
2014-03-15Merge branch 'jc/check-attr-honor-working-tree'Junio C Hamano
2014-02-06check-attr: move to the top of working tree when in non-bare repositoryJunio C Hamano
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-12check-attr -z: a single -z should apply to both input and outputJunio C Hamano
2013-07-12check-attr: the name of the character is NUL, not NULLJunio C Hamano
2012-09-18Merge branch 'maint'Junio C Hamano
2012-09-18Add missing -z to git check-attr usage text for consistency with man pageAdam Spiers
2012-08-20i18n: check-attr: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-10-18Merge branch 'bc/attr-ignore-case'Junio C Hamano
2011-10-07attr: read core.attributesfile from git_default_core_configJunio C Hamano
2011-09-23Teach '--cached' option to check-attrJay Soffian
2011-08-05git-check-attr: Normalize pathsMichael Haggerty
2011-08-05Rename git_checkattr() to git_check_attr()Michael Haggerty
2011-08-05git-check-attr: Fix command-line handling to match docsMichael Haggerty
2011-08-05git-check-attr: Add an --all option to show all attributesMichael Haggerty
2011-08-05git-check-attr: Error out if no pathnames are specifiedMichael Haggerty
2011-08-05git-check-attr: Process command-line args more systematicallyMichael Haggerty
2011-08-05git-check-attr: Handle each error separatelyMichael Haggerty
2011-08-05git-check-attr: Extract a function error_with_usage()Michael Haggerty
2011-08-05git-check-attr: Introduce a new variableMichael Haggerty
2011-08-05git-check-attr: Extract a function output_attr()Michael Haggerty
2011-08-05git-check-attr: Use git_attr_name()Michael Haggerty
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds