summaryrefslogtreecommitdiffstats
path: root/diffcore-rename.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-03Fifth batch for 2.19 cycleJunio C Hamano1-0/+107
2018-08-02fetch-pack: unify ref in and out paramJonathan Tan9-84/+50
2018-08-01git-p4: add the `p4-pre-submit` hookChen Bin4-1/+59
2018-08-01travis-ci: include the trash directories of failed tests in the trace logSZEDER Gábor3-3/+104
2018-08-01remote: clear string_list after use in mv()René Scharfe1-2/+3
2018-07-31sequencer: don't die() on bogus user-edited timestampEric Sunshine1-0/+9
2018-07-31sequencer: fix "rebase -i --root" corrupting author header timestampEric Sunshine2-15/+10
2018-07-31sequencer: fix "rebase -i --root" corrupting author header timezoneEric Sunshine2-2/+7
2018-07-31sequencer: fix "rebase -i --root" corrupting author headerEric Sunshine2-2/+10
2018-07-31t/chainlint.sed: drop extra spaces from regex character classEric Sunshine1-4/+4
2018-07-31mw-to-git/t9360: fix broken &&-chainEric Sunshine1-1/+1
2018-07-30subtree test: simplify preparation of expected resultsJonathan Nieder1-89/+30
2018-07-30subtree test: add missing && to &&-chainJonathan Nieder1-1/+1
2018-07-30vscode: let cSpell work on commit messages, tooJohannes Schindelin1-0/+2
2018-07-30vscode: add a dictionary for cSpellJohannes Schindelin1-1/+168
2018-07-30vscode: use 8-space tabs, no trailing ws, etc for Git's source codeJohannes Schindelin1-0/+8
2018-07-30vscode: wrap commit messages at column 72 by defaultJohannes Schindelin1-0/+4
2018-07-30vscode: only overwrite C/C++ settingsJohannes Schindelin1-3/+20
2018-07-30mingw: define WIN32 explicitlyJohannes Schindelin1-1/+1
2018-07-30cache.h: extract enum declaration from inside a struct declarationJohannes Schindelin1-11/+13
2018-07-30vscode: hard-code a couple definesJohannes Schindelin1-1/+13
2018-07-30contrib: add a script to initialize VS Code configurationJohannes Schindelin4-0/+181
2018-07-30pack-objects: document about thread synchronizationNguyễn Thái Ngọc Duy1-0/+19
2018-07-30doc: fix want-capability separatorMasaya Suzuki1-2/+2
2018-07-27fsck: test and document unknown fsck.<msg-id> valuesÆvar Arnfjörð Bjarmason2-0/+18
2018-07-27fsck: add stress tests for fsck.skipListÆvar Arnfjörð Bjarmason1-0/+28
2018-07-27fsck: test & document {fetch,receive}.fsck.* config fallbackÆvar Arnfjörð Bjarmason2-2/+36
2018-07-27fetch: implement fetch.fsck.*Ævar Arnfjörð Bjarmason3-6/+92
2018-07-27transfer.fsckObjects tests: untangle confusing setupÆvar Arnfjörð Bjarmason1-1/+11
2018-07-27config doc: elaborate on fetch.fsckObjects securityÆvar Arnfjörð Bjarmason1-0/+21
2018-07-27config doc: elaborate on what transfer.fsckObjects doesÆvar Arnfjörð Bjarmason1-2/+11
2018-07-27config doc: unify the description of fsck.* and receive.fsck.*Ævar Arnfjörð Bjarmason1-27/+35
2018-07-27config doc: don't describe *.fetchObjects twiceÆvar Arnfjörð Bjarmason1-8/+10
2018-07-27receive.fsck.<msg-id> tests: remove dead codeÆvar Arnfjörð Bjarmason1-2/+0
2018-07-27merge-recursive: preserve skip_worktree bit when necessaryElijah Newren2-1/+17
2018-07-27t3507: add a testcase showing failure with sparse checkoutBen Peart1-0/+13
2018-07-26packfile: ensure that enum object_type is definedBeat Bolli1-1/+1
2018-07-26banned.h: mark strncpy() as bannedJeff King1-0/+2
2018-07-26banned.h: mark sprintf() as bannedJeff King1-0/+10
2018-07-26banned.h: mark strcat() as bannedJeff King1-0/+2
2018-07-26automatically ban strcpy()Jeff King2-0/+22
2018-07-25diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra"Eric Sunshine3-4/+7
2018-07-25Makefile: add a DEVOPTS flag to get pedantic compilationBeat Bolli2-0/+10
2018-07-24Fourth batch for 2.19 cycleJunio C Hamano1-0/+80
2018-07-24pack-protocol: mention and point to docs for protocol v2Brandon Williams1-1/+2
2018-07-24strbuf_humanise: use unsigned variablesJeff King1-5/+5
2018-07-24pass st.st_size as hint for strbuf_readlink()Jeff King2-2/+3
2018-07-24strbuf_readlink: use ssize_tJeff King1-1/+1
2018-07-24strbuf: use size_t for length in intermediate variablesJeff King1-3/+3
2018-07-24reencode_string: use size_t for string lengthsJeff King5-13/+13