summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-16gpg-interface: extract gpg line matching helperJeff King
2018-04-16gpg-interface: fix const-correctness of "eol" pointerJeff King
2018-04-16gpg-interface: use size_t for signature buffer sizeJeff King
2018-04-16gpg-interface: modernize function declarationsJeff King
2018-04-16gpg-interface: handle bool user.signingkeyJeff King
2018-04-16t7004: fix mistaken tag nameJeff King
2018-04-16Makefile: add a DEVOPTS to get all of -WextraÆvar Arnfjörð Bjarmason
2018-04-16Makefile: add a DEVOPTS to suppress -Werror under DEVELOPERÆvar Arnfjörð Bjarmason
2018-04-16Makefile: detect compiler and enable more warnings in DEVELOPER=1Nguyễn Thái Ngọc Duy
2018-04-16connect.c: mark die_initial_contact() NORETURNNguyễn Thái Ngọc Duy
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider
2018-04-16convert: add tracing for 'working-tree-encoding' attributeLars Schneider
2018-04-16convert: check for detectable errors in UTF encodingsLars Schneider
2018-04-16convert: add 'working-tree-encoding' attributeLars Schneider
2018-04-16utf8: add function to detect a missing UTF-16/32 BOMLars Schneider
2018-04-16utf8: add function to detect prohibited UTF-16/32 BOMLars Schneider
2018-04-16utf8: teach same_encoding() alternative UTF encoding namesLars Schneider
2018-04-12mem-pool: move reusable parts of memory pool into its own fileJameson Miller
2018-04-12replace-object: allow lookup_replace_object to handle arbitrary repositoriesStefan Beller
2018-04-12replace-object: allow do_lookup_replace_object to handle arbitrary repositoriesStefan Beller
2018-04-12replace-object: allow prepare_replace_object to handle arbitrary repositoriesStefan Beller
2018-04-12refs: allow for_each_replace_ref to handle arbitrary repositoriesStefan Beller
2018-04-12refs: store the main ref store inside the repository structStefan Beller
2018-04-12replace-object: add repository argument to lookup_replace_objectStefan Beller
2018-04-12replace-object: add repository argument to do_lookup_replace_objectStefan Beller
2018-04-12replace-object: add repository argument to prepare_replace_objectStefan Beller
2018-04-12refs: add repository argument to for_each_replace_refStefan Beller
2018-04-12refs: add repository argument to get_main_ref_storeStefan Beller
2018-04-12replace-object: check_replace_refs is safe in multi repo environmentStefan Beller
2018-04-12replace-object: eliminate replace objects prepared flagStefan Beller
2018-04-12object-store: move lookup_replace_object to replace-object.hStefan Beller
2018-04-12replace-object: move replace_map to object storeStefan Beller
2018-04-12replace_object: use oidmapRené Scharfe
2018-04-12SubmittingPatches: mention the git contacts commandThomas Gummerer
2018-04-12fast-import: introduce mem_pool typeJameson Miller
2018-04-12fast-import: rename mem_pool type to mp_blockJameson Miller
2018-04-11Merge branch 'svn/authors-prog-2' of git://bogomips.org/git-svnJunio C Hamano
2018-04-11replace_object.c: rename to use dash in file nameStefan Beller
2018-04-11sha1_file.c: rename to use dash in file nameStefan Beller
2018-04-11sha1_name.c: rename to use dash in file nameStefan Beller
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-04-11unicode_width.h: rename to use dash in file nameStefan Beller
2018-04-11write_or_die.c: rename to use dashes in file nameStefan Beller
2018-04-11mingw/msvc: use the new-style RUNTIME_PREFIX helperJohannes Schindelin
2018-04-11exec_cmd: provide a new-style RUNTIME_PREFIX helper for WindowsJohannes Schindelin
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques
2018-04-11Makefile: add Perl runtime prefix supportDan Jacques
2018-04-11Makefile: generate Perl header from template fileDan Jacques
2018-04-11fsmonitor: force index write after full scanBen Peart
2018-04-11Revert "Merge branch 'en/rename-directory-detection'"Junio C Hamano