summaryrefslogtreecommitdiffstats
path: root/credential.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-21pack-objects: refactor to oid_object_info_extendedJonathan Tan1-2/+6
2020-07-21git-prompt: change == to = for zsh's sakeDavid J. Malan1-2/+2
2020-07-18t3200: don't grep for `strerror()` stringMartin Ågren1-2/+2
2020-07-18gitworkflows.txt: fix broken subsection underlineMartin Ågren1-1/+1
2020-07-17RelNotes: update the v0 with extension situationJunio C Hamano1-9/+0
2020-07-17Git 2.28-rc1v2.28.0-rc1Junio C Hamano2-1/+9
2020-07-16repository: allow repository format upgrade with extensionsJonathan Nieder3-8/+9
2020-07-16Revert "check_repository_format_gently(): refuse extensions for old repositor...Jonathan Nieder2-11/+16
2020-07-16Hopefully the last batch before -rc1Junio C Hamano1-0/+8
2020-07-15commit-graph: fix "Collecting commits from input" progress lineSZEDER Gábor1-3/+1
2020-07-13git-diff.txt: reorder possible usagesMartin Ågren1-6/+7
2020-07-13git-diff.txt: don't mark required argument as optionalMartin Ågren1-1/+1
2020-07-09Git 2.28-rc0v2.28.0-rc0Junio C Hamano1-3/+27
2020-07-09git-rebase.txt: fix description list separatorMartin Ågren1-1/+1
2020-07-09commit-graph: fix "Writing out commit graph" progress counterSZEDER Gábor1-20/+2
2020-07-09commit-graph: fix progress of reachable commitsSZEDER Gábor1-2/+3
2020-07-09entry: check for fstat() errors after checkoutMatheus Tavares1-2/+1
2020-07-09experimental: default to fetch.writeCommitGraph=falseJonathan Nieder3-14/+5
2020-07-09commit.c: don't persist substituted parents when unshallowingTaylor Blau4-1/+19
2020-07-08diff: check for merge bases before assigning sym->baseJeff King1-1/+1
2020-07-07Wait for child on signal death for aliases to externalsTrygve Aaberge1-0/+2
2020-07-07Wait for child on signal death for aliases to builtinsTrygve Aaberge3-1/+3
2020-07-07The seventh batchJunio C Hamano1-0/+35
2020-07-07revision: disable min_age optimization with line-logRené Scharfe2-1/+10
2020-07-02difftool -d: ensure that intent-to-add files are handled correctlyJohannes Schindelin1-0/+8
2020-07-02diff-files --raw: show correct post-image of intent-to-add filesJohannes Schindelin2-5/+3
2020-07-02send-email: restore --in-reply-to superseding behaviorRafael Aquini2-3/+19
2020-07-02cat-file: add missing [=<format>] to usage/synopsisChristian Couder2-2/+2
2020-07-01completion: nounset mode fixesVille Skyttä1-9/+9
2020-06-30contrib: subtree: adjust test to change in fmt-merge-msgĐoàn Trần Công Danh1-2/+4
2020-06-29The sixth batchJunio C Hamano1-0/+20
2020-06-25fast-export: use local array to store anonymized oidJeff King1-4/+4
2020-06-25fast-export: anonymize "master" refnameJeff King2-12/+7
2020-06-25fast-export: allow seeding the anonymized mappingJeff King3-2/+88
2020-06-25The fifth batchJunio C Hamano1-0/+30
2020-06-25tests: reference `seen` wherever `pu` was referencedJohannes Schindelin3-14/+14
2020-06-25docs: adjust the technical overview for the rename `pu` -> `seen`Johannes Schindelin4-61/+61
2020-06-25docs: adjust for the recent rename of `pu` to `seen`Johannes Schindelin7-27/+27
2020-06-25worktree: avoid dead-code in conditionalEric Sunshine1-3/+3
2020-06-24testsvn: respect `init.defaultBranch`Johannes Schindelin2-3/+13
2020-06-24remote: use the configured default branch name when appropriateJohannes Schindelin2-4/+21
2020-06-24clone: use configured default branch name when appropriateJohannes Schindelin3-5/+24
2020-06-24init: allow setting the default for the initial branch name via the configDon Goodman-Wilson5-1/+57
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin5-8/+50
2020-06-24docs: add missing diamond bracketsJohannes Schindelin3-3/+3
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin5-12/+31
2020-06-24send-pack/transport-helper: avoid mentioning a particular branchJohannes Schindelin3-2/+8
2020-06-24revision: reallocate TOPO_WALK object flagsRené Scharfe2-5/+6
2020-06-24lib-submodule-update: pass 'test_must_fail' as an argumentDenton Liu8-26/+84
2020-06-24fast-export: add a "data" callback parameter to anonymize_str()Jeff King1-13/+14