summaryrefslogtreecommitdiffstats
path: root/fsck.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-02t7411: check configuration parsing errorsBrandon Williams2-10/+15
2017-08-02grep: recurse in-process using 'struct repository'Brandon Williams7-344/+88
2017-08-02submodule: merge repo_read_gitmodules and gitmodules_configBrandon Williams1-20/+17
2017-08-02submodule: check for unmerged .gitmodules outside of config parsingBrandon Williams2-24/+24
2017-08-02submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams4-18/+20
2017-08-02submodule: remove fetch.recursesubmodules from submodule-config parsingBrandon Williams3-15/+14
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams6-21/+40
2017-08-02config: add config_from_gitmodulesBrandon Williams2-0/+27
2017-08-02cache.h: add GITMODULES_FILE macroBrandon Williams3-11/+12
2017-07-24Git 2.14-rc1v2.14.0-rc1Junio C Hamano1-1/+1
2017-07-24l10n: git.pot: v2.14.0 round 2 (9 new, 2 removed)Jiang Xin1-10/+60
2017-07-22fixes from 'master' for 2.13.4Junio C Hamano2-1/+11
2017-07-22Hopefully the final last-minute fix before -rc1Junio C Hamano1-1/+11
2017-07-21config.mak.uname: set FREAD_READS_DIRECTORIES for cygwinRamsay Jones1-0/+1
2017-07-21A few more topics while waiting for the po/PRItime resolutionJunio C Hamano1-0/+12
2017-07-20l10n: sv.po: Update Swedish translation (3206t0f0u)Peter Krefting1-3103/+3271
2017-07-20RelNotes: mention "sha1dc: optionally use sha1collisiondetection as a submodule"Ævar Arnfjörð Bjarmason1-0/+5
2017-07-20RelNotes: mention "log: make --regexp-ignore-case work with --perl-regexp"Ævar Arnfjörð Bjarmason1-0/+3
2017-07-20RelNotes: mention "log: add -P as a synonym for --perl-regexp"Ævar Arnfjörð Bjarmason1-0/+2
2017-07-20Makefile: help gettext tools to cope with our custom PRItime formatJunio C Hamano1-0/+21
2017-07-19l10n: ko.po: Update Korean translationChangwoo Ryu1-3228/+3585
2017-07-19doc: reformat the paragraph containing the 'cut-line'Kaartic Sivaraam1-5/+6
2017-07-18repository: have the_repository use the_indexBrandon Williams1-1/+3
2017-07-18repo_read_index: don't discard the indexBrandon Williams2-2/+8
2017-07-18A few more topics before 2.14-rc1Junio C Hamano1-19/+45
2017-07-18l10n: Update Catalan translationJordi Mas1-1071/+602
2017-07-18doc: camelCase the i18n config variables to improve readabilityKaartic Sivaraam1-5/+5
2017-07-17t: handle EOF in test_copy_bytes()Jeff King1-0/+1
2017-07-17set FD_CLOEXEC properly when O_CLOEXEC is not supportedEric Wong1-3/+3
2017-07-17Makefile: allow combining UBSan with other sanitizersRené Scharfe1-1/+6
2017-07-17alias: compare alias name *case-insensitively*Johannes Schindelin2-2/+2
2017-07-17t1300: demonstrate that CamelCased aliases regressedJohannes Schindelin1-0/+7
2017-07-17sha1_name: convert uses of 40 to GIT_SHA1_HEXSZbrian m. carlson1-3/+3
2017-07-17sha1_name: convert GET_SHA1* flags to GET_OID*brian m. carlson8-56/+56
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson20-153/+144
2017-07-17Convert remaining callers of get_sha1 to get_oid.brian m. carlson2-5/+5
2017-07-17builtin/unpack-file: convert to struct object_idbrian m. carlson1-6/+6
2017-07-17bisect: convert bisect_checkout to struct object_idbrian m. carlson1-9/+9
2017-07-17builtin/update_ref: convert to struct object_idbrian m. carlson1-35/+34
2017-07-17sequencer: convert to struct object_idbrian m. carlson1-29/+30
2017-07-17remote: convert struct push_cas to struct object_idbrian m. carlson2-4/+4
2017-07-17submodule: convert submodule config lookup to use object_idbrian m. carlson10-62/+62
2017-07-17builtin/merge-tree: convert remaining caller of get_sha1 to object_idbrian m. carlson1-3/+3
2017-07-17builtin/fsck: convert remaining caller of get_sha1 to object_idbrian m. carlson1-4/+4
2017-07-16l10n: bg.po: Updated Bulgarian translation (3206t)Alexander Shopov1-3048/+3111
2017-07-15l10n: vi.po(3206t): Update Vietnamese translationTran Ngoc Quan1-3013/+3180
2017-07-15l10n: git.pot: v2.14.0 round 1 (34 new, 23 removed)Jiang Xin1-2993/+3059
2017-07-14Git 2.14-rc0v2.14.0-rc0Junio C Hamano2-5/+13
2017-07-13tag: convert gpg_verify_tag to use struct object_idStefan Beller4-11/+12
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller4-7/+7