summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-24walker: drop fields of `struct walker` which are always 1Libravatar Martin Ågren4-20/+8
2018-04-24http-fetch: make `-a` standard behaviourLibravatar Martin Ågren3-23/+19
2018-04-24config: document the settings to colorize push errors/hintsLibravatar Johannes Schindelin1-0/+28
2018-04-24push: test to verify that push errors are coloredLibravatar Johannes Schindelin1-0/+12
2018-04-24push: colorize errorsLibravatar Ryan Dammrose4-5/+157
2018-04-24color: introduce support for colorizing stderrLibravatar Johannes Schindelin2-10/+14
2018-04-23builtin/config: introduce `color` type specifierLibravatar Taylor Blau3-0/+58
2018-04-23config.c: introduce 'git_config_color' to parse ANSI colorsLibravatar Taylor Blau2-0/+11
2018-04-23builtin/config: introduce `--default`Libravatar Taylor Blau3-0/+58
2018-04-23parseopt: handle malformed --expire arguments more nicelyLibravatar Junio C Hamano3-1/+19
2018-04-23gc: do not upcase error message shown with die()Libravatar Junio C Hamano1-1/+1
2018-04-21fast-export: fix regression skipping some merge-commitsLibravatar Martin Ågren2-1/+22
2018-04-20completion: make stash -p and alias for stash push -pLibravatar Thomas Gummerer1-0/+3
2018-04-20completion: stop showing 'save' for stash by defaultLibravatar Thomas Gummerer1-2/+7
2018-04-20doc/clone: update caption for GIT URLS cross-referenceLibravatar Todd Zullinger1-1/+1
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Libravatar Taylor Blau3-40/+154
2018-04-19sequencer: reset the committer date before commitsLibravatar Johannes Sixt1-0/+2
2018-04-19send-email: avoid duplicate In-Reply-To/ReferencesLibravatar Stefan Agner1-1/+6
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