summaryrefslogtreecommitdiffstats
path: root/usage.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-09git config --unset: remove empty sections (in the common case)Johannes Schindelin2-4/+93
2018-04-09git_config_set: make use of the config parser's event streamJohannes Schindelin1-89/+81
2018-04-09git_config_set: do not use a state machineJohannes Schindelin1-30/+29
2018-04-09config_set_store: rename some fields for consistencyJohannes Schindelin1-32/+31
2018-04-09config: avoid using the global variable `store`Johannes Schindelin1-53/+66
2018-04-09config: introduce an optional event stream while parsingJohannes Schindelin2-12/+114
2018-04-09t1300: `--unset-all` can leave an empty section behind (bug)Johannes Schindelin1-0/+11
2018-04-09t1300: add a few more hairy examples of sections becoming emptyJohannes Schindelin1-1/+44
2018-04-06t1300: remove unreasonable expectation from TODOJohannes Schindelin1-1/+20
2018-04-06t1300: avoid relying on a bugJohannes Schindelin1-0/+2
2018-04-06config --replace-all: avoid extra line breaksJohannes Schindelin2-1/+2
2018-04-06t1300: demonstrate that --replace-all can "invent" newlinesJohannes Schindelin1-0/+21
2018-04-06t1300: rename it to reflect that `repo-config` was deprecatedJohannes Schindelin1-0/+0
2018-04-06git_config_set: fix off-by-twoJohannes Schindelin1-1/+1
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