summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ref-filter.c: drop return from void functionkn/ref-filter-branch-listAlejandro R. Sedeño2017-07-101-1/+1
* branch: set remote color in ref-filter branch immediatelyJeff King2017-07-091-5/+6
* branch: use BRANCH_COLOR_LOCAL in ref-filter formatJeff King2017-07-092-2/+47
* branch: only perform HEAD check for local branchesJeff King2017-07-091-1/+2
* ref-filter: resolve HEAD when parsing %(HEAD) atomJeff King2017-05-201-7/+9
* branch: honor --abbrev/--no-abbrev in --list modeJunio C Hamano2017-03-102-4/+40
* ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano2017-02-073-1/+16
* branch: implement '--format' optionKarthik Nayak2017-01-313-6/+29
* branch: use ref-filter printing APIsKarthik Nayak2017-01-313-164/+87
* branch, tag: use porcelain outputKarthik Nayak2017-01-312-0/+4
* ref-filter: allow porcelain to translate messages in the outputKarthik Nayak2017-01-312-4/+27
* ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak2017-01-313-21/+81
* ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak2017-01-313-13/+36
* ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak2017-01-103-8/+2
* ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak2017-01-104-28/+28
* ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak2017-01-103-26/+33
* ref-filter: introduce refname_atom_parser()Karthik Nayak2017-01-103-33/+54
* ref-filter: introduce refname_atom_parser_internal()Karthik Nayak2017-01-101-0/+21
* ref-filter: make "%(symref)" atom work with the ':short' modifierKarthik Nayak2017-01-102-1/+25
* ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak2017-01-103-26/+53
* ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak2017-01-103-3/+6
* ref-filter: introduce format_ref_array_item()Karthik Nayak2017-01-102-4/+15
* ref-filter: move get_head_description() from branch.cKarthik Nayak2017-01-103-35/+38
* ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak2017-01-103-6/+32
* ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Karthik Nayak2017-01-103-5/+62
* ref-filter: include reference to 'used_atom' within 'atom_value'Karthik Nayak2017-01-101-5/+3
* ref-filter: implement %(if), %(then), and %(else) atomsKarthik Nayak2017-01-103-7/+237
* Third batch for 2.12Junio C Hamano2016-12-211-0/+40
* Merge branch 'jt/mailinfo-fold-in-body-headers'Junio C Hamano2016-12-211-1/+2
|\
| * mailinfo.c: move side-effects outside of assertjt/mailinfo-fold-in-body-headersKyle J. McKay2016-12-201-1/+2
* | Merge branch 'jk/index-pack-wo-repo-from-stdin'Junio C Hamano2016-12-217-47/+42
|\ \
| * | index-pack: skip collision check when not in repositoryjk/index-pack-wo-repo-from-stdinJeff King2016-12-161-4/+6
| * | t: use nongit() function where applicableJeff King2016-12-163-29/+5
| * | index-pack: complain when --stdin is used outside of a repoJeff King2016-12-162-0/+17
| * | t5000: extract nongit function to test-lib-functions.shJeff King2016-12-162-14/+14
* | | Merge branch 'jk/parseopt-usage-msg-opt'Junio C Hamano2016-12-211-1/+1
|\ \ \
| * | | parse-options: print "fatal:" before usage_msg_opt()jk/parseopt-usage-msg-optJeff King2016-12-141-1/+1
* | | | Merge branch 'jk/quote-env-path-list-component'Junio C Hamano2016-12-215-12/+102
|\ \ \ \
| * | | | t5615-alternate-env: double-quotes in file names do not work on WindowsJohannes Sixt2016-12-211-1/+1
| * | | | t5547-push-quarantine: run the path separator test on Windows, tooJohannes Sixt2016-12-131-4/+10
| * | | | tmp-objdir: quote paths we add to alternatesJeff King2016-12-122-1/+36
| * | | | alternates: accept double-quoted pathsJeff King2016-12-123-11/+60
| * | | | Merge branch 'jk/alt-odb-cleanup' into jk/quote-env-path-list-componentJunio C Hamano2016-12-122-1/+72
| |\ \ \ \
* | \ \ \ \ Merge branch 'vs/submodule-clone-nested-submodules-alternates'Junio C Hamano2016-12-212-2/+83
|\ \ \ \ \ \
| * | | | | | submodule--helper: set alternateLocation for cloned submodulesvs/submodule-clone-nested-submodules-alternatesVitaly "_Vi" Shukela2016-12-122-2/+83
* | | | | | | Merge branch 'nd/shallow-fixup'Junio C Hamano2016-12-211-19/+20
|\ \ \ \ \ \ \
| * | | | | | | shallow.c: remove useless codend/shallow-fixupNguyễn Thái Ngọc Duy2016-12-071-4/+0
| * | | | | | | shallow.c: bit manipulation tweaksRasmus Villemoes2016-12-071-4/+4
| * | | | | | | shallow.c: avoid theoretical pointer wrap-aroundRasmus Villemoes2016-12-071-1/+1
| * | | | | | | shallow.c: make paint_alloc slightly more robustNguyễn Thái Ngọc Duy2016-12-071-0/+3