summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak2017-01-311-19/+23
* ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak2017-01-311-2/+8
* ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak2017-01-101-2/+1
* ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak2017-01-101-5/+5
* ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak2017-01-101-15/+16
* ref-filter: introduce refname_atom_parser()Karthik Nayak2017-01-101-0/+5
* ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak2017-01-101-3/+7
* ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak2017-01-101-1/+2
* ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak2017-01-101-0/+3
* ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Karthik Nayak2017-01-101-0/+3
* ref-filter: implement %(if), %(then), and %(else) atomsKarthik Nayak2017-01-101-0/+34
* Third batch for 2.12Junio C Hamano2016-12-211-0/+40
* Merge branch 'jk/quote-env-path-list-component'Junio C Hamano2016-12-211-0/+6
|\
| * alternates: accept double-quoted pathsJeff King2016-12-121-0/+6
* | Second batch for 2.12Junio C Hamano2016-12-191-3/+90
* | Merge branch 'kh/tutorial-grammofix'Junio C Hamano2016-12-191-6/+6
|\ \
| * | doc: omit needless "for"kh/tutorial-grammofixKristoffer Haugsbakk2016-12-091-1/+1
| * | doc: make the intent of sentence clearerKristoffer Haugsbakk2016-12-091-1/+1
| * | doc: add verb in front of command to runKristoffer Haugsbakk2016-12-091-1/+1
| * | doc: add articles (grammar)Kristoffer Haugsbakk2016-12-091-3/+3
* | | Merge branch 'lr/doc-fix-cet'Junio C Hamano2016-12-191-1/+1
|\ \ \
| * | | date-formats.txt: Typo fixlr/doc-fix-cetLuis Ressel2016-12-121-1/+1
* | | | Merge branch 'nd/rebase-forget'Junio C Hamano2016-12-191-1/+6
|\ \ \ \
| * | | | rebase: add --quit to cleanup rebase, leave everything else untouchednd/rebase-forgetNguyễn Thái Ngọc Duy2016-12-111-1/+6
| |/ / /
* | | | Merge branch 'jk/trailers-placeholder-in-pretty'Junio C Hamano2016-12-192-0/+4
|\ \ \ \
| * | | | ref-filter: add support to display trailers as part of contentsjk/trailers-placeholder-in-prettyJacob Keller2016-12-111-0/+2
| * | | | pretty: add %(trailers) format for displaying trailers of a commit messageJacob Keller2016-12-111-0/+2
* | | | | Merge branch 'ak/commit-only-allow-empty'Junio C Hamano2016-12-191-1/+2
|\ \ \ \ \
| * | | | | commit: make --only --allow-empty work without pathsAndreas Krey2016-12-051-1/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano2016-12-191-0/+10
|\ \ \ \ \
| * | | | | http: make redirects more obviousJeff King2016-12-061-0/+10
| |/ / / /
* | | | | Merge branch 'nd/for-each-ref-ignore-case'Junio C Hamano2016-12-193-0/+11
|\ \ \ \ \
| * | | | | tag, branch, for-each-ref: add --ignore-case for sorting and filteringnd/for-each-ref-ignore-caseNguyễn Thái Ngọc Duy2016-12-053-0/+11
* | | | | | First batch for 2.12Junio C Hamano2016-12-161-1/+34
* | | | | | Merge branch 'ls/p4-retry-thrice'Junio C Hamano2016-12-161-0/+4
|\ \ \ \ \ \
| * | | | | | git-p4: add config to retry p4 commands; retry 3 times by defaultLars Schneider2016-12-051-0/+4
| |/ / / / /
* | | | | | Merge branch 'ld/p4-update-shelve'Junio C Hamano2016-12-161-0/+4
|\ \ \ \ \ \
| * | | | | | git-p4: support updating an existing shelved changelistld/p4-update-shelveLuke Diamand2016-12-051-0/+4
* | | | | | | Merge branch 'vk/p4-submit-shelve'Junio C Hamano2016-12-161-0/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | git-p4: allow submit to create shelved changelists.vk/p4-submit-shelveVinicius Kursancew2016-11-291-0/+5
* | | | | | | Early fixes for 2.11.x seriesJunio C Hamano2016-12-131-0/+10
* | | | | | | Merge branch 'ew/svn-fixes'Junio C Hamano2016-12-131-1/+7
|\ \ \ \ \ \ \
| * | | | | | | git-svn: document useLogAuthor and addAuthorFrom config keysew/svn-fixesEric Wong2016-12-121-1/+7
* | | | | | | | Start post 2.11 cycleJunio C Hamano2016-12-051-0/+43
|/ / / / / / /
* | | | | | | Sync with maint-2.10Junio C Hamano2016-12-051-0/+48
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | preparing for 2.10.3Junio C Hamano2016-12-051-0/+48
| * | | | | | Merge branch 'nd/worktree-lock' into maintJunio C Hamano2016-11-291-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ps/common-info-doc' into maintJunio C Hamano2016-11-291-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'sc/fmt-merge-msg-doc-markup-fix' into maintJunio C Hamano2016-11-291-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/rebase-config-insn-fmt-docfix' into maintJunio C Hamano2016-11-291-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |