summaryrefslogtreecommitdiffstats
path: root/dir-iterator.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-24Makefile: quote $INSTLIBDIR when passing it to sedJonathan Nieder1-1/+1
2018-04-24Makefile: remove unused @@PERLLIBDIR@@ substitution variableJonathan Nieder1-1/+0
2018-04-23builtin/config: introduce `color` type specifierTaylor Blau3-0/+58
2018-04-23config.c: introduce 'git_config_color' to parse ANSI colorsTaylor Blau2-0/+11
2018-04-23builtin/config: introduce `--default`Taylor Blau3-0/+58
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau3-40/+154
2018-04-18Makefile: mark perllibdir as a .PHONY targetChristian Hesse1-0/+1
2018-04-18git-submodule.txt: quote usage in monospace, drop backslashMartin Ågren1-2/+2
2018-04-18git-[short]log.txt: unify quoted standalone --Martin Ågren2-3/+3
2018-04-18doc: convert [\--] to [--]Martin Ågren3-5/+5
2018-04-18doc: convert \--option to --optionMartin Ågren2-2/+2
2018-04-18docs/git-gc: fix minor rendering issueSZEDER Gábor1-1/+1
2018-04-18worktree: accept -f as short for --force for removalStefan Beller2-3/+4
2018-04-18completion: reduce overhead of clearing cached --optionsSZEDER Gábor1-1/+5
2018-04-17glossary: substitute "ancestor" for "direct ancestor" in 'push' description.Sergey Organov1-1/+1
2018-04-17t1510-repo-setup.sh: remove useless mkdirTao Qingyun1-1/+0
2018-04-16git{,-blame}.el: remove old bitrotting Emacs codeÆvar Arnfjörð Bjarmason5-2228/+25
2018-04-16Makefile: add a DEVOPTS to get all of -WextraÆvar Arnfjörð Bjarmason2-0/+8
2018-04-16Makefile: add a DEVOPTS to suppress -Werror under DEVELOPERÆvar Arnfjörð Bjarmason2-0/+12
2018-04-16Makefile: detect compiler and enable more warnings in DEVELOPER=1Nguyễn Thái Ngọc Duy3-10/+96
2018-04-16connect.c: mark die_initial_contact() NORETURNNguyễn Thái Ngọc Duy1-1/+1
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider7-0/+137
2018-04-16convert: add tracing for 'working-tree-encoding' attributeLars Schneider2-0/+27
2018-04-16convert: check for detectable errors in UTF encodingsLars Schneider2-0/+123
2018-04-16convert: add 'working-tree-encoding' attributeLars Schneider5-2/+336
2018-04-16utf8: add function to detect a missing UTF-16/32 BOMLars Schneider2-0/+32
2018-04-16utf8: add function to detect prohibited UTF-16/32 BOMLars Schneider2-0/+35
2018-04-16utf8: teach same_encoding() alternative UTF encoding namesLars Schneider1-2/+24
2018-04-12mem-pool: move reusable parts of memory pool into its own fileJameson Miller4-69/+91
2018-04-12replace-object: allow lookup_replace_object to handle arbitrary repositoriesStefan Beller1-5/+5
2018-04-12replace-object: allow do_lookup_replace_object to handle arbitrary repositoriesStefan Beller2-5/+6
2018-04-12replace-object: allow prepare_replace_object to handle arbitrary repositoriesStefan Beller1-7/+5
2018-04-12refs: allow for_each_replace_ref to handle arbitrary repositoriesStefan Beller2-5/+3
2018-04-12refs: store the main ref store inside the repository structStefan Beller4-15/+9
2018-04-12replace-object: add repository argument to lookup_replace_objectStefan Beller5-7/+8
2018-04-12replace-object: add repository argument to do_lookup_replace_objectStefan Beller2-3/+4
2018-04-12replace-object: add repository argument to prepare_replace_objectStefan Beller1-2/+4
2018-04-12refs: add repository argument to for_each_replace_refStefan Beller4-4/+8
2018-04-12refs: add repository argument to get_main_ref_storeStefan Beller5-38/+44
2018-04-12replace-object: check_replace_refs is safe in multi repo environmentStefan Beller3-5/+5
2018-04-12replace-object: eliminate replace objects prepared flagStefan Beller2-8/+10
2018-04-12object-store: move lookup_replace_object to replace-object.hStefan Beller6-19/+26
2018-04-12replace-object: move replace_map to object storeStefan Beller3-10/+24
2018-04-12replace_object: use oidmapRené Scharfe1-60/+16
2018-04-12SubmittingPatches: mention the git contacts commandThomas Gummerer1-2/+2
2018-04-12fast-import: introduce mem_pool typeJameson Miller1-29/+52
2018-04-12fast-import: rename mem_pool type to mp_blockJameson Miller1-10/+10
2018-04-11replace_object.c: rename to use dash in file nameStefan Beller2-1/+1
2018-04-11sha1_file.c: rename to use dash in file nameStefan Beller4-3/+3
2018-04-11sha1_name.c: rename to use dash in file nameStefan Beller4-3/+3