summaryrefslogtreecommitdiffstats
path: root/t/t5306-pack-nobase.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-15http: always warn if libcurl version is too oldBrandon Williams3-14/+2
2016-12-15lib-proto-disable: variable name fixBrandon Williams1-6/+6
2016-12-06http-walker: complain about non-404 loose object errorsJeff King2-3/+6
2016-12-06http: treat http-alternates like redirectsJeff King3-3/+44
2016-12-06http: make redirects more obviousJeff King6-3/+81
2016-12-06remote-curl: rename shadowed options variableJeff King1-9/+9
2016-12-06http: always update the base URL for redirectsJeff King4-4/+21
2016-12-06http: simplify update_url_from_redirectJeff King1-6/+4
2016-09-09Prepare for 2.9.4Junio C Hamano2-1/+84
2016-08-30pack-protocol: fix maximum pkt-line sizeLars Schneider1-3/+3
2016-08-27SubmittingPatches: use gitk's "Copy commit summary" formatBeat Bolli1-3/+8
2016-08-23doc: mention `git -c` in git-config(1)David Glasser1-0/+3
2016-08-23mingw: ensure temporary file handles are not inherited by child processesBen Wijen6-2/+23
2016-08-19Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin3-52/+0
2016-08-18t6026-merge-attr: child processes must not inherit index.lock handlesBen Wijen1-0/+13
2016-08-17SubmittingPatches: document how to reference previous commitsHeiko Voigt1-0/+5
2016-08-16t/Makefile: ensure that paths are valid on platforms we careJohannes Schindelin1-1/+10
2016-08-16difftool: always honor fatal error exit codesJohn Keeping2-0/+13
2016-08-16checkout: do not mention detach advice for explicit --detach optionStefan Beller2-1/+25
2016-08-15t1410: remove superfluous 'git reflog' from the 'walk past root' testSZEDER Gábor1-1/+0
2016-08-14receive-pack: use FLEX_ALLOC_MEM in queue_command()René Scharfe1-3/+1
2016-08-14commit: use FLEX_ARRAY in struct merge_remote_descRené Scharfe2-3/+2
2016-08-14merge-recursive: fix verbose output for multiple base treesRené Scharfe2-4/+19
2016-08-14commit: factor out set_merge_remote_desc()René Scharfe2-7/+14
2016-08-14commit: use xstrdup() in get_merge_parent()René Scharfe1-1/+1
2016-08-14mailinfo: recycle strbuf in check_header()René Scharfe1-7/+2
2016-08-14correct FLEXPTR_* example in commentRené Scharfe1-1/+1
2016-08-12Git 2.9.3v2.9.3Junio C Hamano3-2/+13
2016-08-10Yet another batch for 2.9.3Junio C Hamano1-0/+68
2016-08-10document git-repack interaction of pack.threads and pack.windowMemoryMichael Stahl2-4/+6
2016-08-08Hopefully final batch for 2.9.3Junio C Hamano1-0/+34
2016-08-08git mv: do not keep slash in `git mv dir non-existing-dir/`Johannes Schindelin1-4/+7
2016-08-06use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe3-16/+11
2016-08-06nedmalloc: work around overzealous GCC 6 warningRené Scharfe1-5/+4
2016-08-06merge: use string_list_split() in add_strategies()René Scharfe1-34/+10
2016-08-06merge-recursive: use STRING_LIST_INIT_NODUPRené Scharfe1-2/+1
2016-08-06use strbuf_addstr() instead of strbuf_addf() with "%s"René Scharfe3-3/+3
2016-08-04nedmalloc: fix misleading indentationJohannes Schindelin1-4/+4
2016-08-04t5533: make it pass on case-sensitive filesystemsJohannes Schindelin1-1/+1
2016-08-04t7063: work around FreeBSD's lazy mtime update featureNguyễn Thái Ngọc Duy1-1/+16
2016-08-03clarify %f documentationJoey Hess1-0/+5
2016-08-03import-tars: support hard linksJohannes Schindelin1-11/+20
2016-08-03t4130: work around Windows limitationJohannes Sixt1-3/+7
2016-08-02hashmap: clarify that hashmap_entry can safely be discardedJunio C Hamano1-0/+5
2016-08-01am: reset cached ident date for each patchJeff King3-0/+8
2016-08-01use strbuf_addstr() for adding constant strings to a strbufRené Scharfe4-6/+6
2016-08-01gitweb: escape link body in format_ref_markerAndreas Brauchli1-1/+1
2016-07-28difftool: use Git::* functions instead of passing around stateDavid Aguilar1-31/+21
2016-07-28difftool: avoid $GIT_DIR and $GIT_WORK_TREEDavid Aguilar2-21/+20
2016-07-28submodule-config: fix test binary crashing when no arguments givenHeiko Voigt1-1/+1