summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/doc-clarify-git-default-hash-variable'Junio C Hamano2023-05-151-3/+3
|\
| * doc: GIT_DEFAULT_HASH is and will be ignored during "clone"Junio C Hamano2023-04-261-3/+3
* | Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano2023-05-155-48/+105
|\ \
| * | branch: avoid unnecessary worktrees traversalsRubén Justo2023-03-271-1/+1
| * | branch: rename orphan branches in any worktreeRubén Justo2023-03-272-2/+18
| * | branch: description for orphan branch errorsRubén Justo2023-03-272-5/+34
| * | branch: use get_worktrees() in copy_or_rename_branch()Rubén Justo2023-03-271-9/+9
| * | branch: test for failures while renaming branchesRubén Justo2023-03-274-35/+47
* | | Merge branch 'mh/credential-password-expiry-wincred'Junio C Hamano2023-05-111-2/+23
|\ \ \
| * | | credential/wincred: store password_expiry_utcM Hickford2023-04-031-2/+23
* | | | Merge branch 'mh/use-wincred-from-system'Junio C Hamano2023-05-111-60/+1
|\ \ \ \
| * | | | credential/wincred: include wincred.hM Hickford2023-03-271-60/+1
| |/ / /
* | | | The eighteenth batchJunio C Hamano2023-05-101-0/+30
* | | | Merge branch 'sd/doc-gitignore-and-rm-cached'Junio C Hamano2023-05-101-1/+3
|\ \ \ \
| * | | | docs: clarify git rm --cached function in gitignore noteSohom Datta2023-05-031-1/+3
| | |_|/ | |/| |
* | | | Merge branch 'fc/doc-man-lift-title-length-limit'Junio C Hamano2023-05-101-0/+3
|\ \ \ \
| * | | | doc: manpage: remove maximum title lengthFelipe Contreras2023-05-031-0/+3
* | | | | Merge branch 'fc/doc-drop-custom-callout-format'Junio C Hamano2023-05-101-15/+0
|\ \ \ \ \
| * | | | | doc: remove custom callouts formatFelipe Contreras2023-05-031-15/+0
* | | | | | Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano2023-05-107-0/+65
|\ \ \ \ \ \
| * | | | | | credential: new attribute oauth_refresh_tokenM Hickford2023-04-217-0/+65
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ah/doc-attributes-text'Junio C Hamano2023-05-101-28/+31
|\ \ \ \ \ \
| * | | | | | docs: rewrite the documentation of the text and eol attributesAlex Henrie2023-05-031-28/+31
* | | | | | | Merge branch 'ar/test-cleanup-unused-file-creation-part2'Junio C Hamano2023-05-105-15/+12
|\ \ \ \ \ \ \
| * | | | | | | t2019: don't create unused filesAndrei Rybak2023-05-031-2/+2
| * | | | | | | t1502: don't create unused filesAndrei Rybak2023-05-031-3/+3
| * | | | | | | t1450: don't create unused filesAndrei Rybak2023-05-031-4/+1
| * | | | | | | t1300: don't create unused filesAndrei Rybak2023-05-031-3/+3
| * | | | | | | t1300: fix config file syntax error descriptionsAndrei Rybak2023-05-031-2/+2
| * | | | | | | t0300: don't create unused fileAndrei Rybak2023-05-031-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ms/send-email-feed-header-to-validate-hook'Junio C Hamano2023-05-103-43/+108
|\ \ \ \ \ \ \
| * | | | | | | send-email: expose header information to git-send-email's sendemail-validate ...Michael Strawbridge2023-04-193-25/+77
| * | | | | | | send-email: refactor header generation functionsMichael Strawbridge2023-04-191-18/+31
* | | | | | | | Merge branch 'hx/negotiator-non-recursive'Junio C Hamano2023-05-102-17/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | negotiator/skipping: fix some problems in mark_common()Han Xin2023-04-261-7/+15
| * | | | | | | | negotiator/default: avoid stack overflowHan Xin2023-04-261-10/+29
* | | | | | | | | Merge branch 'ma/gittutorial-fixes'Junio C Hamano2023-05-101-65/+64
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gittutorial: wrap literal examples in backticksMartin Ågren2023-04-201-64/+64
| * | | | | | | | | gittutorial: drop early mention of originMartin Ågren2023-04-201-1/+0
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'tb/credential-long-lines'Junio C Hamano2023-05-109-511/+63
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | contrib/credential: embiggen fixed-size buffer in wincredTaylor Blau2023-05-011-4/+17
| * | | | | | | | | contrib/credential: avoid fixed-size buffer in libsecretTaylor Blau2023-05-011-8/+7
| * | | | | | | | | contrib/credential: .gitignore libsecret build artifactsTaylor Blau2023-05-011-0/+1
| * | | | | | | | | contrib/credential: remove 'gnome-keyring' credential helperTaylor Blau2023-05-013-496/+0
| * | | | | | | | | contrib/credential: avoid fixed-size buffer in osxkeychainTaylor Blau2023-05-011-3/+7
| * | | | | | | | | t/lib-credential.sh: ensure credential helpers handle long headersTaylor Blau2023-05-011-0/+29
| * | | | | | | | | credential.c: store "wwwauth[]" values in `credential_read()`Taylor Blau2023-05-011-0/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs/test-ctype-eof'Junio C Hamano2023-05-101-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test-ctype: check EOFRené Scharfe2023-05-021-0/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | The seventeenth batchJunio C Hamano2023-05-091-0/+16