summaryrefslogtreecommitdiffstats
path: root/exec_cmd.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-22Git 2.16.4v2.16.4Junio C Hamano3-2/+7
2018-05-22Git 2.15.2v2.15.2Junio C Hamano2-1/+4
2018-05-22Git 2.14.4v2.14.4Junio C Hamano3-2/+7
2018-05-22Git 2.13.7v2.13.7Junio C Hamano3-2/+22
2018-05-22verify_path: disallow symlinks in .gitmodulesJeff King4-15/+37
2018-05-22update-index: stat updated files earlierJeff King1-8/+17
2018-05-22verify_dotfile: mention case-insensitivity in commentJeff King1-1/+4
2018-05-22verify_path: drop clever fallthroughJeff King1-4/+4
2018-05-22skip_prefix: add case-insensitive variantJeff King1-0/+17
2018-05-22is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin2-0/+106
2018-05-22is_ntfs_dotgit: match other .git filesJohannes Schindelin2-1/+93
2018-05-22is_hfs_dotgit: match other .git filesJeff King2-12/+51
2018-05-22is_ntfs_dotgit: use a size_t for traversing stringJeff King1-1/+1
2018-05-22submodule-config: verify submodule names as pathsJeff King5-0/+143
2018-03-22Git 2.16.3v2.16.3Junio C Hamano3-2/+51
2018-02-22Documentation/gitsubmodules.txt: avoid non-ASCII apostrophesMotoki Seki1-7/+7
2018-02-22revision: drop --show-all optionJeff King3-42/+0
2018-02-22commit: drop uses of get_cached_commit_buffer()Jeff King2-4/+1
2018-02-16git-worktree.txt: fix indentation of example and text of 'add' commandEric Sunshine1-0/+1
2018-02-16git-worktree.txt: fix missing ")" typoEric Sunshine1-2/+2
2018-02-16test-lib.sh: unset XDG_CACHE_HOMEGenki Sky1-0/+1
2018-02-16Git 2.16.2v2.16.2Junio C Hamano3-2/+32
2018-02-15Documentation/git-status: clarify status table for porcelain modeStefan Beller1-2/+2
2018-02-14Correct mispellings of ".gitmodule" to ".gitmodules"Robert P. J. Day4-5/+5
2018-02-14t/: correct obvious typo "detahced"Robert P. J. Day1-1/+1
2018-02-14fsmonitor: update documentation to remove reference to invalid config settingsBen Peart1-2/+2
2018-02-13docs/interpret-trailers: fix agreement errorbrian m. carlson1-1/+1
2018-02-12Makefile: suppress a sparse warning for pack-revindex.cRamsay Jones1-0/+2
2018-02-12config.mak.uname: remove SPARSE_FLAGS setting for cygwinRamsay Jones1-1/+0
2018-02-12t: document 'test_must_fail ok=<signal-name>'SZEDER Gábor2-2/+22
2018-02-08t: make 'test_i18ngrep' more informative on failureSZEDER Gábor1-4/+20
2018-02-08t: validate 'test_i18ngrep's parametersSZEDER Gábor1-0/+12
2018-02-08t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'SZEDER Gábor2-26/+26
2018-02-08t5536: let 'test_i18ngrep' read the file without redirectionSZEDER Gábor1-1/+1
2018-02-08t5510: consolidate 'grep' and 'test_i18ngrep' patternsSZEDER Gábor1-6/+3
2018-02-08t4001: don't run 'git status' upstream of a pipeSZEDER Gábor1-3/+8
2018-02-08t6022: don't run 'git merge' upstream of a pipeSZEDER Gábor1-2/+4
2018-02-08t5812: add 'test_i18ngrep's missing filename parameterSZEDER Gábor1-4/+1
2018-02-08t5541: add 'test_i18ngrep's missing filename parameterSZEDER Gábor1-1/+1
2018-02-08git-sh-i18n: check GETTEXT_POISON before USE_GETTEXT_SCHEMEJeff King1-4/+4
2018-02-08t0205: drop redundant testJeff King1-4/+0
2018-02-07mv: remove unneeded 'if (!show_only)'Stefan Moch1-2/+1
2018-02-07t7001: add test case for --dry-runStefan Moch1-0/+6
2018-02-02cocci: simplify check for trivial format stringsRené Scharfe1-16/+1
2018-02-02gitignore.txt: elaborate shell glob syntaxDuy Nguyen1-6/+5
2018-01-30git-svn: control destruction order to avoid segfaultEric Wong1-0/+5
2018-01-30doc: mention 'git show' defaults to HEADTodd Zullinger1-2/+2
2018-01-26completion: fix completing merge strategies on non-C localesDuy Nguyen1-1/+1
2018-01-25daemon: fix length computation in newline strippingJeff King2-4/+17
2018-01-25t/lib-git-daemon: add network-protocol helpersJeff King2-1/+58