summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-19Makefile: mark perllibdir as a .PHONY targetLibravatar Christian Hesse1-0/+1
2018-04-19submodule--helper: don't print null in 'submodule status'Libravatar Nguyễn Thái Ngọc Duy1-2/+6
2018-04-18git-submodule.txt: quote usage in monospace, drop backslashLibravatar Martin Ågren1-2/+2
2018-04-18git-[short]log.txt: unify quoted standalone --Libravatar Martin Ågren2-3/+3
2018-04-18doc: convert [\--] to [--]Libravatar Martin Ågren3-5/+5
2018-04-18doc: convert \--option to --optionLibravatar Martin Ågren2-2/+2
2018-04-18docs/git-gc: fix minor rendering issueLibravatar SZEDER Gábor1-1/+1
2018-04-18worktree: accept -f as short for --force for removalLibravatar Stefan Beller2-3/+4
2018-04-18completion: reduce overhead of clearing cached --optionsLibravatar SZEDER Gábor1-1/+5
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-16gpg-interface: find the last gpg signature lineLibravatar Jeff King2-3/+20
2018-04-16gpg-interface: extract gpg line matching helperLibravatar Jeff King1-2/+7
2018-04-16gpg-interface: fix const-correctness of "eol" pointerLibravatar Jeff King1-2/+1
2018-04-16gpg-interface: use size_t for signature buffer sizeLibravatar Jeff King2-2/+2
2018-04-16gpg-interface: modernize function declarationsLibravatar Jeff King2-28/+38
2018-04-16gpg-interface: handle bool user.signingkeyLibravatar Jeff King1-0/+6
2018-04-16t7004: fix mistaken tag nameLibravatar Jeff King1-1/+1
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-16pack-objects: show some progress when counting kept objectsLibravatar Nguyễn Thái Ngọc Duy1-6/+12
2018-04-16gc --auto: exclude base pack if not enough mem to "repack -ad"Libravatar Nguyễn Thái Ngọc Duy7-4/+119
2018-04-16gc: handle a corner case in gc.bigPackThresholdLibravatar Nguyễn Thái Ngọc Duy2-1/+12
2018-04-16gc: add gc.bigPackThreshold configLibravatar Nguyễn Thái Ngọc Duy3-8/+31
2018-04-16gc: add --keep-largest-pack optionLibravatar Nguyễn Thái Ngọc Duy3-5/+71
2018-04-16repack: add --keep-pack optionLibravatar Nguyễn Thái Ngọc Duy6-18/+110
2018-04-16t7700: have closing quote of a test at the beginning of lineLibravatar 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