summaryrefslogtreecommitdiffstats
path: root/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-29object: add repository argument to object_as_typeStefan Beller8-9/+10
2018-06-29object: add repository argument to parse_object_bufferStefan Beller7-9/+18
2018-06-29object: add repository argument to lookup_objectStefan Beller15-26/+31
2018-06-29object: add repository argument to parse_objectStefan Beller33-72/+95
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
2018-06-14merge-recursive: use xstrdup() instead of fixed bufferRené Scharfe1-5/+5
2018-06-14l10n: vi.po(3608t): Update Vietnamese translation for v2.18.0 round2Tran Ngoc Quan1-430/+994
2018-06-13Git 2.18-rc2v2.18.0-rc2Junio C Hamano2-1/+7
2018-06-13fetch-pack: test explicitly that --all can fetch tag references pointing to n...Kirill Smelkov1-0/+31
2018-06-13packfile: correct zlib buffer handlingJeremy Linton1-0/+3
2018-06-13RelNotes 2.18: clarify where directory rename detection appliesElijah Newren1-1/+1
2018-06-13Use hyphenated "remote-tracking branch" (docs and comments)Robert P. J. Day3-5/+5
2018-06-13git-credential-netrc: remove use of "autodie"Ævar Arnfjörð Bjarmason1-1/+0
2018-06-12git-p4: auto-size the blockLuke Diamand2-6/+29
2018-06-12git-p4: narrow the scope of exceptions caught when parsing an intLuke Diamand1-1/+1
2018-06-12git-p4: raise exceptions from p4CmdList based on error from p4 serverLuke Diamand1-4/+40