summaryrefslogtreecommitdiffstats
path: root/sha1-lookup.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-11cvsserver: use safe_pipe_capture instead of backticksjoernchen1-11/+11
2017-09-11cvsserver: move safe_pipe_capture() to the main packageJunio C Hamano1-25/+22
2017-07-30Git 2.9.5v2.9.5Junio C Hamano3-2/+6
2017-07-30Git 2.8.6v2.8.6Junio C Hamano3-2/+6
2017-07-30Git 2.7.6v2.7.6Junio C Hamano3-2/+27
2017-07-29connect: reject paths that look like command line optionsJeff King3-0/+40
2017-07-29connect: reject dashed arguments for proxy commandsJeff King2-0/+10
2017-07-29connect: factor out "looks like command line option" checkJeff King3-1/+14
2017-07-29t5813: add test for hostname starting with dashJeff King1-0/+9
2017-07-29connect: reject ssh hostname that begins with a dashJunio C Hamano1-0/+3
2017-05-05Git 2.9.4v2.9.4Junio C Hamano3-2/+11
2017-05-05Git 2.8.5v2.8.5Junio C Hamano4-3/+16
2017-05-05Git 2.7.5v2.7.5Junio C Hamano4-3/+19
2017-05-05Git 2.6.7v2.6.7Junio C Hamano4-3/+16
2017-05-05Git 2.5.6v2.5.6Junio C Hamano4-3/+16
2017-05-05Git 2.4.12v2.4.12Junio C Hamano4-3/+16
2017-05-05shell: disallow repo names beginning with dashJeff King1-1/+1
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