summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-17glossary: substitute "ancestor" for "direct ancestor" in 'push' description.Libravatar Sergey Organov1-1/+1
2018-04-17t1510-repo-setup.sh: remove useless mkdirLibravatar Tao Qingyun1-1/+0
2018-04-16git{,-blame}.el: remove old bitrotting Emacs codeLibravatar Ævar Arnfjörð Bjarmason5-2228/+25
2018-04-16Makefile: add a DEVOPTS to get all of -WextraLibravatar Ævar Arnfjörð Bjarmason2-0/+8
2018-04-16Makefile: add a DEVOPTS to suppress -Werror under DEVELOPERLibravatar Ævar Arnfjörð Bjarmason2-0/+12
2018-04-16Makefile: detect compiler and enable more warnings in DEVELOPER=1Libravatar Nguyễn Thái Ngọc Duy3-10/+96
2018-04-16connect.c: mark die_initial_contact() NORETURNLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Libravatar Lars Schneider7-0/+137
2018-04-16convert: add tracing for 'working-tree-encoding' attributeLibravatar Lars Schneider2-0/+27
2018-04-16convert: check for detectable errors in UTF encodingsLibravatar Lars Schneider2-0/+123
2018-04-16convert: add 'working-tree-encoding' attributeLibravatar Lars Schneider5-2/+336
2018-04-16utf8: add function to detect a missing UTF-16/32 BOMLibravatar Lars Schneider2-0/+32
2018-04-16utf8: add function to detect prohibited UTF-16/32 BOMLibravatar Lars Schneider2-0/+35
2018-04-16utf8: teach same_encoding() alternative UTF encoding namesLibravatar Lars Schneider1-2/+24
2018-04-12mem-pool: move reusable parts of memory pool into its own fileLibravatar Jameson Miller4-69/+91
2018-04-12replace-object: allow lookup_replace_object to handle arbitrary repositoriesLibravatar Stefan Beller1-5/+5
2018-04-12replace-object: allow do_lookup_replace_object to handle arbitrary repositoriesLibravatar Stefan Beller2-5/+6
2018-04-12replace-object: allow prepare_replace_object to handle arbitrary repositoriesLibravatar Stefan Beller1-7/+5
2018-04-12refs: allow for_each_replace_ref to handle arbitrary repositoriesLibravatar Stefan Beller2-5/+3
2018-04-12refs: store the main ref store inside the repository structLibravatar Stefan Beller4-15/+9
2018-04-12replace-object: add repository argument to lookup_replace_objectLibravatar Stefan Beller5-7/+8
2018-04-12replace-object: add repository argument to do_lookup_replace_objectLibravatar Stefan Beller2-3/+4
2018-04-12replace-object: add repository argument to prepare_replace_objectLibravatar Stefan Beller1-2/+4
2018-04-12refs: add repository argument to for_each_replace_refLibravatar Stefan Beller4-4/+8
2018-04-12refs: add repository argument to get_main_ref_storeLibravatar Stefan Beller5-38/+44
2018-04-12replace-object: check_replace_refs is safe in multi repo environmentLibravatar Stefan Beller3-5/+5
2018-04-12replace-object: eliminate replace objects prepared flagLibravatar Stefan Beller2-8/+10
2018-04-12object-store: move lookup_replace_object to replace-object.hLibravatar Stefan Beller6-19/+26
2018-04-12replace-object: move replace_map to object storeLibravatar Stefan Beller3-10/+24
2018-04-12replace_object: use oidmapLibravatar René Scharfe1-60/+16
2018-04-12SubmittingPatches: mention the git contacts commandLibravatar Thomas Gummerer1-2/+2
2018-04-12fast-import: introduce mem_pool typeLibravatar Jameson Miller1-29/+52
2018-04-12fast-import: rename mem_pool type to mp_blockLibravatar Jameson Miller1-10/+10
2018-04-12Merge branch 'svn/authors-prog-2' of git://bogomips.org/git-svnLibravatar Junio C Hamano5-12/+57
2018-04-11replace_object.c: rename to use dash in file nameLibravatar Stefan Beller2-1/+1
2018-04-11sha1_file.c: rename to use dash in file nameLibravatar Stefan Beller4-3/+3
2018-04-11sha1_name.c: rename to use dash in file nameLibravatar Stefan Beller4-3/+3
2018-04-11exec_cmd: rename to use dash in file nameLibravatar Stefan Beller31-32/+32
2018-04-11unicode_width.h: rename to use dash in file nameLibravatar Stefan Beller4-5/+5
2018-04-11write_or_die.c: rename to use dashes in file nameLibravatar Stefan Beller2-1/+1
2018-04-11mingw/msvc: use the new-style RUNTIME_PREFIX helperLibravatar Johannes Schindelin2-3/+4
2018-04-11exec_cmd: provide a new-style RUNTIME_PREFIX helper for WindowsLibravatar Johannes Schindelin2-0/+30
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsLibravatar Dan Jacques9-39/+253
2018-04-11Makefile: add Perl runtime prefix supportLibravatar Dan Jacques3-2/+107
2018-04-11Makefile: generate Perl header from template fileLibravatar Dan Jacques3-11/+18
2018-04-11fsmonitor: force index write after full scanLibravatar Ben Peart1-0/+3
2018-04-11Revert "Merge branch 'en/rename-directory-detection'"Libravatar Junio C Hamano9-5197/+115
2018-04-11fsmonitor: fix incorrect buffer size when printing version numberLibravatar Ben Peart1-1/+1
2018-04-11t/perf: add scripts to bisect performance regressionsLibravatar Christian Couder2-0/+120
2018-04-11perf/run: add --subsection optionLibravatar Christian Couder1-10/+46