summaryrefslogtreecommitdiffstats
path: root/diff-lib.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-31Git 2.12.4v2.12.4Junio C Hamano3-2/+6
2017-07-31Git 2.11.3v2.11.3Junio C Hamano3-2/+6
2017-07-31Git 2.10.4v2.10.4Junio C Hamano3-2/+6
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-07-29t/lib-proto-disable: restore protocol.allow after config testsJeff King1-2/+6
2017-05-05Git 2.12.3v2.12.3Junio C Hamano3-4/+12
2017-05-05Git 2.11.2v2.11.2Junio C Hamano4-3/+16
2017-05-05Git 2.10.3v2.10.3Junio C Hamano3-2/+10
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
2017-03-28Prepare for 2.12.3Junio C Hamano2-1/+58
2017-03-24Git 2.12.2v2.12.2Junio C Hamano3-2/+25
2017-03-24mailmap: use Michael J Gruber's new addressMichael J Gruber1-1/+2
2017-03-24t7004, t7030: fix here-doc syntax errorsSantiago Torres2-14/+10
2017-03-23doc/config: grammar fixes for core.{editor,commentChar}Kyle Meyer1-3/+3
2017-03-22t7406: correct test case for submodule-update initial populationJunio C Hamano1-3/+3
2017-03-22t5615: fix a here-doc syntax errorJunio C Hamano1-0/+1
2017-03-22t3600: rename test to describe its functionalityStefan Beller1-1/+1
2017-03-21Prepare for 2.12.2Junio C Hamano2-1/+62
2017-03-20Git 2.12.1v2.12.1Junio C Hamano1-1/+2
2017-03-20push: mention "push.default=tracking" in the documentationÆvar Arnfjörð Bjarmason1-0/+2
2017-03-20git-commit.txt: list post-rewrite in HOOKS sectionNguyễn Thái Ngọc Duy1-1/+1
2017-03-20doc: change erroneous --[no]-whatever into --[no-]whateverÆvar Arnfjörð Bjarmason2-2/+2
2017-03-18pickaxe: fix segfault with '-S<...> --pickaxe-regex'SZEDER Gábor2-2/+10
2017-03-18run-command: fix segfault when cleaning forked async processJeff King1-1/+1
2017-03-18shortlog: don't set after_subject to an empty stringRené Scharfe1-1/+0
2017-03-18tests: make the 'test_pause' helper work in non-verbose modeSZEDER Gábor1-7/+2
2017-03-18tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2-1/+2
2017-03-18revision: remove declaration of path_name()René Scharfe1-2/+0
2017-03-18http-push: don't check return value of lookup_unknown_object()René Scharfe1-5/+3
2017-03-18receive-pack: simplify run_update_post_hook()René Scharfe1-8/+5
2017-03-17wt-status: simplify by using for_each_string_list_itemStefan Beller1-15/+5
2017-03-16Preparing for 2.12.1Junio C Hamano3-2/+43
2017-03-16index-pack: make pointer-alias fallbacks saferJeff King1-8/+12
2017-03-16replace snprintf with odb_pack_name()Jeff King2-31/+24
2017-03-16odb_pack_keep(): stop generating keepfile nameJeff King4-12/+12
2017-03-16sha1_file.c: make pack-name helper globally accessibleJeff King2-11/+15
2017-03-16move odb_* declarations out of git-compat-util.hJeff King2-2/+12