summaryrefslogtreecommitdiffstats
path: root/git.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-16t0000-t0999: fix broken &&-chainsEric Sunshine3-15/+15
2018-07-16t9814: simplify convoluted check that command correctly errors outEric Sunshine1-15/+3
2018-07-16t9001: fix broken "invoke hook" testEric Sunshine1-2/+2
2018-07-16t7810: use test_expect_code() instead of hand-rolled comparisonEric Sunshine1-4/+3
2018-07-16t7400: fix broken "submodule add/reconfigure --force" testEric Sunshine1-5/+6
2018-07-03t7201: drop pointless "exit 0" at end of subshellEric Sunshine1-1/+0
2018-07-03t6036: fix broken "merge fails but has appropriate contents" testsEric Sunshine1-4/+4
2018-07-03t5505: modernize and simplify hard-to-digest testEric Sunshine1-6/+2
2018-07-03t5406: use write_script() instead of birthing shell script manuallyEric Sunshine1-2/+3
2018-07-03t5405: use test_must_fail() instead of checking exit code manuallyEric Sunshine1-2/+1
2018-07-03t/lib-submodule-update: fix "absorbing" testEric Sunshine1-3/+2
2018-07-03t: drop unnecessary terminating semicolon in subshellEric Sunshine3-4/+4
2018-07-03t: use sane_unset() rather than 'unset' with broken &&-chainEric Sunshine2-3/+3
2018-07-03t: use test_write_lines() instead of series of 'echo' commandsEric Sunshine10-62/+61
2018-07-03t: use test_might_fail() instead of manipulating exit code manuallyEric Sunshine4-10/+8
2018-06-28Second batch for 2.19 cycleJunio C Hamano1-0/+44
2018-06-25First batch for 2.19 cycleJunio C Hamano1-0/+43
2018-06-25Prepare to start 2.19 cycleJunio C Hamano3-2/+16
2018-06-25sequencer.c: plug mem leak in git_sequencer_configStefan Beller1-0/+1
2018-06-21Git 2.18v2.18.0Junio C Hamano1-1/+1
2018-06-19t7400: encapsulate setup code in test_expect_successStefan Beller1-2/+4
2018-06-19t3404: check root commit in 'rebase -i --root reword root commit'Todd Zullinger1-1/+2
2018-06-19doc: fix typos in documentation and release notesKarthikeyan Singaravelan4-4/+4
2018-06-18git-credential-netrc: make "all" default target of MakefileTodd Zullinger1-0/+3
2018-06-18Almost 2.18 finalJunio C Hamano1-0/+11
2018-06-18A bunch of micro-fixes before going 2.18 finalJunio C Hamano1-0/+11
2018-06-18l10n: ko.po: Update Korean translationChangwoo Ryu2-2522/+3541
2018-06-18merge-recursive: use xstrdup() instead of fixed bufferRené Scharfe1-5/+5
2018-06-18RelNotes 2.18: minor fix to entry about dynamically loading completionsSZEDER Gábor1-1/+1
2018-06-18t7406-submodule-update: fix broken &&-chainsSZEDER Gábor1-6/+6
2018-06-18rebase --root: fix amending root commit messagesJohannes Schindelin2-2/+2
2018-06-18rebase --root: demonstrate a bug while amending root commit messagesTodd Zullinger1-0/+9
2018-06-18ewah: adjust callers of ewah_read_mmap()Jeff King2-2/+3
2018-06-18ewah_read_mmap: bounds-check mmap readsJeff King3-5/+35
2018-06-18t3200: clarify description of --set-upstream testKaartic Sivaraam1-1/+1
2018-06-18git-credential-netrc: fix exit status when tests failLuis Marsano1-1/+3
2018-06-18git-credential-netrc: use in-tree Git.pm for testsLuis Marsano2-2/+2
2018-06-18git-credential-netrc: minor whitespace cleanup in test scriptTodd Zullinger1-4/+4
2018-06-17l10n: zh_CN: for git v2.18.0 l10n round 1 to 3Jiang Xin1-2452/+3552
2018-06-17l10n: bg.po: Updated Bulgarian translation (3608t)Alexander Shopov1-19/+19
2018-06-17l10n: vi.po(3608t): Update Vietnamese translation for v2.18.0 round 3Tran Ngoc Quan1-21/+21
2018-06-16l10n: fr.po v2.18.0 round 3Jean-Noël Avila1-466/+1071
2018-06-16l10n: es.po: Spanish update for v2.18.0 round 3Christopher Diaz Riveros1-20/+20
2018-06-16l10n: git.pot: v2.18.0 round 3 (1 new, 1 removed)Jiang Xin1-17/+17
2018-06-15Makefile: make NO_ICONV really mean "no iconv"Eric Sunshine1-10/+12
2018-06-15tests: clean after SANITY testsJunio C Hamano5-9/+6
2018-06-14t5526: test recursive submodules when fetching moved submodulesStefan Beller1-5/+1
2018-06-14submodule: fix NULL correctness in renamed broken submodulesStefan Beller1-2/+4
2018-06-14doc: update the order of the syntax `git merge --continue`Meng-Sung Wu1-1/+1
2018-06-14blame: release string_list after use in parse_color_fields()René Scharfe1-0/+1