summaryrefslogtreecommitdiffstats
path: root/strbuf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-01diff: remove touched flagsBrandon Williams2-6/+2
2017-11-01diff: add flag to indicate textconv was set via cmdlineBrandon Williams3-3/+5
2017-11-01diff: convert flags to be stored in bitfieldsBrandon Williams6-49/+68
2017-10-31add, reset: use DIFF_OPT_SET macro to set a diff flagBrandon Williams2-2/+2
2017-10-28Hopefully final batch before 2.15Junio C Hamano1-0/+7
2017-10-27docs: fix formatting of rev-parse's --show-superproject-working-treeSebastian Schuberth1-1/+1
2017-10-27rev-list-options.txt: use correct directional referenceSZEDER Gábor1-3/+3
2017-10-25path.c: use xmalloc() in add_to_trie()Andrey Okoshkin1-1/+1
2017-10-25files_transaction_prepare(): fix handling of ref lock failureMichael Haggerty2-9/+9
2017-10-25t1404: add a bunch of tests of D/F conflictsMichael Haggerty1-0/+141
2017-10-24l10n: zh_CN: review for git v2.15.0 l10n round 2Ray Chen1-2/+2
2017-10-24l10n: zh_CN: for git v2.15.0 l10n round 2Jiang Xin1-2414/+2557
2017-10-23l10n: de.po: fix typosAndre Hinrichs1-14/+14
2017-10-23l10n: de.po: translate 70 new messagesRalf Thielow1-2435/+2617
2017-10-23Git 2.14.3v2.14.3Junio C Hamano2-1/+25
2017-10-22l10n: ru.po: update Russian translationDimitriy Ryazantcev1-50/+50
2017-10-19Git 2.15-rc2v2.15.0-rc2Junio C Hamano2-1/+13
2017-10-19config doc: clarify "git config --path" exampleNathan Payre1-4/+4
2017-10-19l10n: vi.po(3245t): Updated Vietnamese translation for v2.15.0 round 2Tran Ngoc Quan1-51/+55
2017-10-18l10n: sv.po: Update Swedish translation (3245t0f0u)Peter Krefting1-55/+58
2017-10-18l10n: fr.po: v2.15.0 round 2Jean-Noel Avila1-2424/+2612
2017-10-18l10n: fr.po change translation of "First, rewinding"Nicolas Cornu1-2/+1
2017-10-18l10n: fr.po fix some mistakesJean-Noel Avila1-7/+5
2017-10-18Prepare for 2.14.3Junio C Hamano2-1/+76
2017-10-18branch doc: sprinkle a few commas for readabilityJunio C Hamano1-2/+2
2017-10-18Preparing for rc2 continuesJunio C Hamano1-3/+2
2017-10-18doc: list filter-branch subdirectory-filter firstDavid Glasser2-20/+20
2017-10-17sequencer.c: unify an error messageRalf Thielow1-1/+1
2017-10-17fetch doc: src side of refspec could be full SHA-1Junio C Hamano1-2/+4
2017-10-17l10n: Update Catalan translationJordi Mas1-3008/+2991
2017-10-17l10n: ko.po: Update Korean translationChangwoo Ryu1-2411/+2535
2017-10-17tag: respect color.ui configJeff King3-1/+12
2017-10-17Revert "color: check color.ui in git_default_config()"Jeff King8-9/+17
2017-10-17Revert "t6006: drop "always" color config tests"Jeff King1-5/+15
2017-10-17Revert "color: make "always" the same as "auto" in config"Jeff King3-19/+20
2017-10-17Crawling towards -rc2Junio C Hamano1-0/+1
2017-10-17l10n: es.po: v2.15.0 round 2Christopher Díaz Riveros1-50/+54
2017-10-17l10n: git.pot: v2.15.0 round 2 (2 new, 2 removed)Jiang Xin1-47/+48
2017-10-16diff: fix infinite loop with --color-moved --ignore-space-changeJeff King2-13/+24
2017-10-16sequencer.c: fix and unify error messages in rearrange_squash()Ralf Thielow1-2/+2
2017-10-15l10n: ru.po: update Russian translationDimitriy Ryazantcev1-2381/+2521
2017-10-14l10n: bg.po: Updated Bulgarian translation (3245t)Alexander Shopov1-2419/+2554
2017-10-12Documentation/merge-options.txt: describe -S/--gpg-sign for 'pull'W. Trevor King2-6/+6
2017-10-11l10n: sv.po: Update Swedish translation (3245t0f0u)Peter Krefting1-2475/+2674
2017-10-11checkout doc: clarify command line args for "checkout paths" modeJunio C Hamano1-14/+16
2017-10-11Git 2.15-rc1v2.15.0-rc1Junio C Hamano2-1/+18
2017-10-10write_entry: untangle symlink and regular-file casesJeff King1-31/+40
2017-10-10write_entry: avoid reading blobs in CE_RETRY caseJeff King1-11/+14
2017-10-10write_entry: fix leak when retrying delayed filterJeff King1-0/+1
2017-10-10cleanup: fix possible overflow errors in binary searchDerrick Stolee12-15/+15