summaryrefslogtreecommitdiffstats
path: root/mem-pool.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-31l10n: git.pot: v2.18.0 round 1 (108 new, 14 removed)Jiang Xin1-2259/+2739
2018-05-30Git 2.18-rc0v2.18.0-rc0Junio C Hamano2-1/+37
2018-05-30The seventh batch for 2.18Junio C Hamano1-0/+80
2018-05-23The sixth batch for 2.18Junio C Hamano1-0/+101
2018-05-23remote-curl: accept compressed responses with protocol v2Brandon Williams1-0/+1
2018-05-23remote-curl: accept all encodings supported by curlBrandon Williams3-6/+11
2018-05-22Git 2.17.1v2.17.1Junio C Hamano3-2/+18
2018-05-22Git 2.16.4v2.16.4Junio C Hamano3-2/+7
2018-05-22Git 2.15.2v2.15.2Junio C Hamano2-1/+4
2018-05-22Git 2.14.4v2.14.4Junio C Hamano3-2/+7
2018-05-22Git 2.13.7v2.13.7Junio C Hamano3-2/+22
2018-05-22fsck: complain when .gitmodules is a symlinkJeff King2-2/+38
2018-05-22index-pack: check .gitmodules files with --strictJeff King3-0/+60
2018-05-22unpack-objects: call fsck_finish() after fscking objectsJeff King2-1/+11
2018-05-22fsck: call fsck_finish() after fscking objectsJeff King2-0/+7
2018-05-22fsck: check .gitmodules contentJeff King1-1/+59
2018-05-22fsck: handle promisor objects in .gitmodules checkJeff King1-0/+3
2018-05-22fsck: detect gitmodules filesJeff King2-0/+65
2018-05-22fsck: actually fsck blob dataJeff King3-24/+28
2018-05-22fsck: simplify ".git" checkJeff King1-3/+1
2018-05-22index-pack: make fsck error message more specificJeff King2-2/+2
2018-05-22verify_path: disallow symlinks in .gitmodulesJeff King4-15/+37
2018-05-22update-index: stat updated files earlierJeff King1-8/+17
2018-05-22verify_dotfile: mention case-insensitivity in commentJeff King1-1/+4
2018-05-22verify_path: drop clever fallthroughJeff King1-4/+4
2018-05-22skip_prefix: add case-insensitive variantJeff King1-0/+17
2018-05-22is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin2-0/+106
2018-05-22is_ntfs_dotgit: match other .git filesJohannes Schindelin2-1/+93
2018-05-22is_hfs_dotgit: match other .git filesJeff King2-12/+51
2018-05-22is_ntfs_dotgit: use a size_t for traversing stringJeff King1-1/+1
2018-05-22submodule-config: verify submodule names as pathsJeff King5-0/+143
2018-05-22submodule: add --dissociate option to add/update commandsCasey Fitzpatrick4-5/+48
2018-05-22submodule: add --progress option to add commandCasey Fitzpatrick3-1/+27
2018-05-22submodule: clean up substitutions in scriptCasey Fitzpatrick1-4/+4
2018-05-22unpack_trees_options: free messages when doneMartin Ågren5-4/+26
2018-05-22argv-array: return the pushed string from argv_push*()Junio C Hamano2-4/+6
2018-05-21travis-ci: run gcc-8 on linux-gcc jobsNguyễn Thái Ngọc Duy2-0/+6
2018-05-21regex: do not call `regfree()` if compilation failsMartin Ågren2-3/+0
2018-05-21config: let `config_store_data_clear()` handle `key`Martin Ågren1-7/+3
2018-05-21config: let `config_store_data_clear()` handle `value_regex`Martin Ågren1-11/+6
2018-05-21config: free resources of `struct config_store_data`Martin Ågren1-0/+9
2018-05-21t5300: abstract away SHA-1-specific constantsbrian m. carlson1-3/+5
2018-05-21t4208: abstract away SHA-1-specific constantsbrian m. carlson1-1/+2
2018-05-21t4045: abstract away SHA-1-specific constantsbrian m. carlson1-2/+4
2018-05-21t4042: abstract away SHA-1-specific constantsbrian m. carlson1-6/+10
2018-05-21t4205: sort log output in a hash-independent waybrian m. carlson1-4/+4
2018-05-21t/lib-diff-alternative: abstract away SHA-1-specific constantsbrian m. carlson1-4/+8
2018-05-21t4030: abstract away SHA-1-specific constantsbrian m. carlson1-2/+3
2018-05-21t4029: abstract away SHA-1-specific constantsbrian m. carlson1-1/+6
2018-05-21t4029: fix test indentationbrian m. carlson1-17/+16