summaryrefslogtreecommitdiffstats
path: root/credential-cache.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-22The third batchJunio C Hamano1-0/+123
2020-04-20Git 2.17.5v2.17.5Jeff King3-2/+24
2020-04-20fsck: reject URL with empty host in .gitmodulesJonathan Nieder2-3/+39
2020-04-20credential: treat URL with empty scheme as invalidJonathan Nieder3-3/+43
2020-04-20credential: treat URL without scheme as invalidJonathan Nieder4-9/+84
2020-04-20credential: die() when parsing invalid urlsJeff King2-6/+3
2020-04-20fsck: convert gitmodules url to URL passed to curlJonathan Nieder2-5/+118
2020-04-20credential: refuse to operate when missing host or protocolJeff King2-14/+40
2020-04-20credential: parse URL without host as empty host, not unsetJeff King3-2/+19
2020-04-20t0300: use more realistic inputsJeff King1-4/+85
2020-04-20t0300: make "quit" helper more realisticJeff King1-3/+13
2020-04-15credential: treat "?" and "#" in URLs as end of hostJeff King2-2/+43
2020-04-11t: restrict `is_hidden` to be called only on WindowsJohannes Schindelin3-6/+9
2020-04-11mingw: make test_path_is_hidden more robustJohannes Schindelin1-1/+1
2020-04-11t: consolidate the `is_hidden` functionsJohannes Schindelin3-14/+7
2020-04-11merge: use skip_prefix to parse config keyMartin Ågren1-3/+5
2020-04-11rebase --merge: optionally skip upstreamed commitsJonathan Tan5-4/+110
2020-04-11rebase: fix an incompatible-options error messageElijah Newren1-1/+1
2020-04-11rebase: reinstate --no-keep-emptyElijah Newren6-30/+87
2020-04-11rebase -i: mark commits that begin empty in todo editorElijah Newren2-1/+7
2020-04-10mingw: cope with the Isilon network file systemNathan Sanders1-2/+15
2020-04-10interactive: explicitly `fflush` stdout before expecting input마누엘1-1/+3
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin6-16/+22
2020-04-10mingw: help debugging by optionally executing bash with straceJohannes Schindelin1-0/+26
2020-04-10revision: --show-pulls adds helpful mergesDerrick Stolee5-5/+284
2020-04-10repository: mark the "refs" pointer as privateJeff King3-7/+11
2020-04-10sha1-name: do not assume that the ref store is initializedJunio C Hamano2-1/+5
2020-04-09config.txt: move closing "----" to cover entire listingMartin Ågren1-5/+5
2020-04-08mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin2-3/+7
2020-04-08mingw: use modern strftime implementation if possibleMatthias Aßhauer1-1/+10
2020-04-08format-patch: teach --no-encode-email-headersEmma Brooks9-3/+85
2020-04-08sequencer: honor GIT_REFLOG_ACTIONElijah Newren2-10/+16
2020-04-06pull doc: correct outdated description of an examplePhilippe Blain1-3/+3
2020-04-06pull doc: refer to a specific section in 'fetch' docPhilippe Blain1-1/+2
2020-04-05t0007: fix a typoJohannes Schindelin1-1/+1
2020-04-03Documentation: document merge option --no-gpg-signĐoàn Trần Công Danh1-1/+4
2020-04-03Documentation: merge commit-tree --[no-]gpg-signĐoàn Trần Công Danh1-5/+3
2020-04-03Documentation: reword commit --no-gpg-signĐoàn Trần Công Danh1-5/+4
2020-04-03Documentation: document am --no-gpg-signĐoàn Trần Công Danh1-1/+4
2020-04-03cherry-pick/revert: honour --no-gpg-sign in all caseĐoàn Trần Công Danh4-2/+96
2020-04-03rebase.c: honour --no-gpg-signĐoàn Trần Công Danh3-4/+79
2020-04-01clone: use "quick" lookup while following tagsJeff King2-1/+11
2020-03-30t3432: test `--merge' with `rebase.abbreviateCommands = true', tooAlban Gruin1-5/+19
2020-03-30sequencer: don't abbreviate a command if it doesn't have a short formAlban Gruin1-3/+6
2020-03-30MyFirstObjectWalk: remove unnecessary conditional statementJohannes Schindelin1-3/+0
2020-03-30oidset: stop referring to sha1-arrayJeff King1-1/+1
2020-03-30ref-filter: stop referring to "sha1 array"Jeff King1-4/+3
2020-03-30bisect: stop referring to sha1_arrayJeff King1-3/+3
2020-03-30test-tool: rename sha1-array to oid-arrayJeff King5-14/+14
2020-03-30oid_array: rename source file from sha1-arrayJeff King27-28/+28