summaryrefslogtreecommitdiffstats
path: root/archive.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-24Avoid multiple PREFIX definitionsPhilip Oakley3-8/+8
2018-04-24git_setup_gettext: plug memory leakJohannes Schindelin1-2/+7
2018-04-24gettext: avoid initialization if the locale dir is not presentJohannes Schindelin1-0/+3
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-24config: document the settings to colorize push errors/hintsJohannes Schindelin1-0/+28
2018-04-24push: test to verify that push errors are coloredJohannes Schindelin1-0/+12
2018-04-24push: colorize errorsRyan Dammrose4-5/+157
2018-04-24color: introduce support for colorizing stderrJohannes Schindelin2-10/+14
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-23parseopt: handle malformed --expire arguments more nicelyJunio C Hamano3-1/+19
2018-04-23gc: do not upcase error message shown with die()Junio C Hamano1-1/+1
2018-04-21fast-export: fix regression skipping some merge-commitsMartin Ågren2-1/+22
2018-04-20completion: make stash -p and alias for stash push -pThomas Gummerer1-0/+3
2018-04-20completion: stop showing 'save' for stash by defaultThomas Gummerer1-2/+7
2018-04-20doc/clone: update caption for GIT URLS cross-referenceTodd Zullinger1-1/+1
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau3-40/+154
2018-04-19sequencer: reset the committer date before commitsJohannes Sixt1-0/+2
2018-04-19send-email: avoid duplicate In-Reply-To/ReferencesStefan Agner1-1/+6
2018-04-18Makefile: mark perllibdir as a .PHONY targetChristian Hesse1-0/+1
2018-04-18submodule--helper: don't print null in 'submodule status'Nguyễn Thái Ngọc Duy1-2/+6
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-16gpg-interface: find the last gpg signature lineJeff King2-3/+20
2018-04-16gpg-interface: extract gpg line matching helperJeff King1-2/+7
2018-04-16gpg-interface: fix const-correctness of "eol" pointerJeff King1-2/+1
2018-04-16gpg-interface: use size_t for signature buffer sizeJeff King2-2/+2
2018-04-16gpg-interface: modernize function declarationsJeff King2-28/+38
2018-04-16gpg-interface: handle bool user.signingkeyJeff King1-0/+6
2018-04-16t7004: fix mistaken tag nameJeff King1-1/+1
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