summaryrefslogtreecommitdiffstats
path: root/chdir-notify.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-16t2021: do not negate test_path_is_dirJunio C Hamano1-1/+1
2023-05-16tests: do not negate test_path_existsJunio C Hamano2-3/+3
2023-05-15Git 2.41-rc0v2.41.0-rc0Junio C Hamano1-0/+43
2023-05-12t5583: fix shebang lineElijah Newren1-1/+1
2023-05-10merge-tree: load default git configDerrick Stolee2-0/+21
2023-05-10fetch: introduce machine-parseable "porcelain" output formatPatrick Steinhardt4-19/+244
2023-05-10fetch: move option related variables into main functionPatrick Steinhardt1-97/+100
2023-05-10fetch: lift up parsing of "fetch.output" config variablePatrick Steinhardt1-18/+32
2023-05-10fetch: introduce `display_format` enumPatrick Steinhardt1-21/+46
2023-05-10fetch: refactor calculation of the display table widthPatrick Steinhardt1-41/+34
2023-05-10fetch: print left-hand side when fetching HEAD:fooPatrick Steinhardt2-18/+66
2023-05-10fetch: add a test to exercise invalid output formatsPatrick Steinhardt1-0/+24
2023-05-10fetch: split out tests for output formatPatrick Steinhardt2-53/+63
2023-05-10fetch: fix `--no-recurse-submodules` with multi-remote fetchesPatrick Steinhardt2-0/+15
2023-05-10The eighteenth batchJunio C Hamano1-0/+30
2023-05-10The seventeenth batchJunio C Hamano1-0/+16
2023-05-09diff-files: integrate with sparse indexShuqi Liang3-2/+31
2023-05-09t1092: add tests for `git diff-files`Shuqi Liang1-0/+39
2023-05-09test: rev-parse-upstream: add missing cmpFelipe Contreras1-1/+2
2023-05-08t: drop "verbose" helper functionJeff King12-66/+57
2023-05-08t7001: use "ls-files --format" instead of "cut"Jeff King1-2/+1
2023-05-08t7001: avoid git on upstream of pipeJeff King1-16/+22
2023-05-08gitk: escape file paths before piping to git logNico Rieck1-2/+14
2023-05-08gitk: prevent overly long command linesJohannes Schindelin1-5/+19
2023-05-08subtree: support long global flagsJosh Soref1-2/+2
2023-05-06push: introduce '--branches' optionTeng Long5-7/+135
2023-05-06name-rev: make --stdin hiddenJohn Cai2-8/+9
2023-05-06t9800: correct misuse of 'show -s --raw' in a testJunio C Hamano1-1/+1
2023-05-05doc-diff: drop SOURCE_DATE_EPOCH overrideJeff King1-1/+0
2023-05-05diff: plug leaks in dirstatJunio C Hamano2-6/+13
2023-05-05diff: refactor common tail part of dirstat computationJunio C Hamano1-14/+15
2023-05-05doc: doc-diff: specify dateFelipe Contreras1-0/+1
2023-05-03docs: clarify git rm --cached function in gitignore noteSohom Datta1-1/+3
2023-05-03doc: manpage: remove maximum title lengthFelipe Contreras1-0/+3
2023-05-03docs: rewrite the documentation of the text and eol attributesAlex Henrie1-28/+31
2023-05-03t2019: don't create unused filesAndrei Rybak1-2/+2
2023-05-03t1502: don't create unused filesAndrei Rybak1-3/+3
2023-05-03t1450: don't create unused filesAndrei Rybak1-4/+1
2023-05-03t1300: don't create unused filesAndrei Rybak1-3/+3
2023-05-03t1300: fix config file syntax error descriptionsAndrei Rybak1-2/+2
2023-05-03t0300: don't create unused fileAndrei Rybak1-1/+1
2023-05-03doc: remove custom callouts formatFelipe Contreras1-15/+0
2023-05-02The sixteenth batchJunio C Hamano1-0/+15
2023-05-02test-ctype: check EOFRené Scharfe1-0/+2
2023-05-02fsck: use local repositoryDerrick Stolee1-3/+3
2023-05-02fsck: verify checksums of all .bitmap filesDerrick Stolee4-0/+95
2023-05-01doc: interpret-trailers: fix exampleKristoffer Haugsbakk1-3/+17
2023-05-01doc: interpret-trailers: don’t use deprecated configKristoffer Haugsbakk1-3/+6
2023-05-01doc: interpret-trailers: use input redirectionKristoffer Haugsbakk1-1/+1
2023-05-01doc: interpret-trailers: don’t use heredoc in examplesKristoffer Haugsbakk1-39/+35