summaryrefslogtreecommitdiffstats
path: root/column.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-31Preparation for 2.13.4 continuesJunio C Hamano1-0/+18
2017-07-22fixes from 'master' for 2.13.4Junio C Hamano2-1/+11
2017-07-19doc: reformat the paragraph containing the 'cut-line'Kaartic Sivaraam1-5/+6
2017-07-18doc: camelCase the i18n config variables to improve readabilityKaartic Sivaraam1-5/+5
2017-07-17t: handle EOF in test_copy_bytes()Jeff King1-0/+1
2017-07-17set FD_CLOEXEC properly when O_CLOEXEC is not supportedEric Wong1-3/+3
2017-07-17alias: compare alias name *case-insensitively*Johannes Schindelin2-2/+2
2017-07-17t1300: demonstrate that CamelCased aliases regressedJohannes Schindelin1-0/+7
2017-07-13Git 2.13.3v2.13.3Junio C Hamano2-1/+10
2017-07-12gc: run pre-detach operations under lockJeff King2-0/+25
2017-07-11pre-rebase hook: capture documentation in a <<here documentJonathan Nieder1-3/+3
2017-07-10Prepare for 2.13.3Junio C Hamano2-1/+54
2017-07-10ref-filter.c: drop return from void functionAlejandro R. Sedeño1-1/+1
2017-07-10l10n: de.po: fix typoRalf Thielow1-1/+1
2017-07-10doc: correct a mistake in an illustrationKaartic Sivaraam1-1/+1
2017-07-09progress: show overall rate in last updateRené Scharfe1-2/+6
2017-07-09apply: use strcmp(3) for comparing strings in gitdiff_verify_name()René Scharfe1-2/+1
2017-07-09branch: set remote color in ref-filter branch immediatelyJeff King1-5/+6
2017-07-09branch: use BRANCH_COLOR_LOCAL in ref-filter formatJeff King2-2/+47
2017-07-09branch: only perform HEAD check for local branchesJeff King1-1/+2
2017-07-07unicode: update the width tables to Unicode 10Beat Bolli1-13/+29
2017-07-07reflog-walk: include all fields when freeing complete_reflogsJeff King1-8/+18
2017-07-07reflog-walk: don't free reflogs added to cacheJeff King2-4/+4
2017-07-07reflog-walk: duplicate strings in complete_reflogs listJeff King2-0/+7
2017-07-06builtin/commit.c: fix a typo in the commentKaartic Sivaraam1-1/+1
2017-07-05cygwin: allow pushing to UNC pathsTorsten Bögershausen5-0/+27
2017-07-05reflog-walk: skip over double-null oid due to HEAD renameJeff King2-0/+13
2017-07-05t5534: fix misleading grep invocationJohannes Schindelin1-4/+10
2017-07-03sha1dc: update from upstreamÆvar Arnfjörð Bjarmason1-22/+66
2017-07-01apply: use starts_with() in gitdiff_verify_name()René Scharfe1-2/+1
2017-06-30merge-recursive: use DIFF_XDL_SET macroStefan Beller1-3/+3
2017-06-30t9700: add tests for Git::unquote_path()Phillip Wood1-0/+7
2017-06-30Git::unquote_path(): throw an exception on bad pathPhillip Wood1-2/+2
2017-06-30Git::unquote_path(): handle '\a'Phillip Wood1-1/+2
2017-06-30add -i: move unquote_path() to Git.pmPhillip Wood2-43/+53
2017-06-28submodule--helper: do not call utf8_fprintf() unnecessarilyJunio C Hamano1-3/+2
2017-06-28t1450: use egrep for regexp "alternation"Junio C Hamano1-1/+1
2017-06-28subtree: honour USE_ASCIIDOCTOR when setA. Wilcox1-7/+19
2017-06-27apply: check git diffs for mutually exclusive header linesRené Scharfe2-0/+33
2017-06-27apply: check git diffs for invalid file modesRené Scharfe2-6/+27
2017-06-27apply: check git diffs for missing old filenamesRené Scharfe2-1/+26
2017-06-26pack-bitmap: don't perform unaligned memory accessJames Clarke1-1/+1
2017-06-25t1700: make sure split-index respects core.sharedrepositoryChristian Couder1-0/+30
2017-06-25t1301: move modebits() to test-lib-functions.shChristian Couder2-11/+12
2017-06-25read-cache: use shared perms when writing shared indexChristian Couder1-0/+8
2017-06-25Git 2.13.2v2.13.2Junio C Hamano2-1/+18
2017-06-24doc: clarify syntax for %C(auto,...) in pretty formatsAndreas Heiduk1-5/+6
2017-06-23t3420: fix under GETTEXT_POISON buildJunio C Hamano1-2/+2
2017-06-21add--interactive: quote commentChar regexJeff King2-1/+9
2017-06-21add--interactive: handle EOF in prompt_yesnoJeff King1-0/+1