summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-26Doc format-patch: clarify --notes use caseLibravatar Philip Oakley1-7/+6
2012-10-26Use character class for sed expression instead of \sLibravatar Ben Walton1-1/+1
2012-10-25configure: fix some output messageLibravatar Stefano Lattarini1-2/+2
2012-10-25Doc repository-layout: Show refs/replaceLibravatar Philip Oakley1-0/+6
2012-10-25Documentation: remote tracking branch -> remote-tracking branchLibravatar Matthieu Moy4-6/+6
2012-10-25Merge branch 'jk/strbuf-detach-always-non-null'Libravatar Jeff King1-1/+3
2012-10-25Merge branch 'js/mingw-fflush-errno'Libravatar Jeff King3-6/+26
2012-10-25Merge branch 'da/mergetools-p4'Libravatar Jeff King1-0/+25
2012-10-25Merge branch 'jc/test-say-color-avoid-echo-escape'Libravatar Jeff King1-1/+1
2012-10-25Merge branch 'nd/attr-match-optim'Libravatar Jeff King1-8/+13
2012-10-25Merge branch 'jk/peel-ref'Libravatar Jeff King5-36/+19
2012-10-25Merge branch 'bw/config-lift-variable-name-length-limit'Libravatar Jeff King1-30/+29
2012-10-25Merge branch 'fa/remote-svn'Libravatar Jeff King16-38/+655
2012-10-25Merge branch 'jm/diff-context-config'Libravatar Jeff King3-1/+104
2012-10-25Merge branch 'jk/no-more-pre-exec-callback'Libravatar Jeff King3-29/+0
2012-10-25Doc notes: Include the format-patch --notes optionLibravatar Philip Oakley1-0/+4
2012-10-25Doc SubmittingPatches: Mention --notes option after "cover letter"Libravatar Philip Oakley1-1/+2
2012-10-25git-send-email: add rfc2047 quoting for "=?"Libravatar Krzysztof Mazur1-1/+1
2012-10-25git-send-email: introduce quote_subject()Libravatar Krzysztof Mazur1-6/+19
2012-10-25git-send-email: skip RFC2047 quoting for ASCII subjectsLibravatar Krzysztof Mazur2-1/+19
2012-10-25git-send-email: use compose-encoding for SubjectLibravatar Krzysztof Mazur2-4/+18
2012-10-25Documentation: build html for all files in technical and howtoLibravatar Thomas Ackermann1-2/+24
2012-10-25git-pull: Avoid merge-base on detached headLibravatar Phil Hord1-0/+1
2012-10-25git-submodule: wrap branch option with "<>" in usage strings.Libravatar W. Trevor King2-2/+2
2012-10-24git-config: use git_config_with_optionsLibravatar Jeff King1-42/+2
2012-10-24git-config: do not complain about duplicate entriesLibravatar Jeff King3-22/+14
2012-10-24git-config: collect values instead of immediately printingLibravatar Jeff King1-15/+35
2012-10-24git-config: fix regexp memory leaks on error conditionsLibravatar Jeff King2-10/+14
2012-10-24git-config: remove memory leak of key regexpLibravatar Jeff King1-0/+4
2012-10-24t1300: test "git config --get-all" more thoroughlyLibravatar Jeff King1-2/+7
2012-10-24t1300: remove redundant testLibravatar Jeff King1-4/+0
2012-10-24t1300: style updatesLibravatar Jeff King1-123/+178
2012-10-21Git 1.8.0Libravatar Junio C Hamano3-10/+19
2012-10-21git symbolic-ref --delete $symrefLibravatar Johan Herland3-11/+62
2012-10-21Fix failure to delete a packed ref through a symrefLibravatar Johan Herland2-2/+2
2012-10-21t1400-update-ref: Add test verifying bug with symrefs in delete_ref()Libravatar Johan Herland1-0/+18
2012-10-19get_fetch_map(): tighten checks on dest refsLibravatar Junio C Hamano1-2/+2
2012-10-19Fix potential hang in https handshakeLibravatar Stefan Zager1-0/+12
2012-10-19tree-walk: use enum interesting instead of integerLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2012-10-19Documentation: decribe format-patch --notesLibravatar Junio C Hamano1-1/+14
2012-10-18filter-branch: use git-sh-setup's ident parsing functionsLibravatar Jeff King2-35/+16
2012-10-18git-sh-setup: refactor ident-parsing functionsLibravatar Jeff King1-19/+43
2012-10-18status: add --long output format optionLibravatar Jeff King3-6/+30
2012-10-18branch: show targets of deleted symrefs, not sha1sLibravatar René Scharfe2-11/+13
2012-10-18branch: skip commit checks when deleting symref branchesLibravatar René Scharfe2-2/+17
2012-10-18branch: delete symref branch, not its targetLibravatar René Scharfe2-1/+12
2012-10-18branch: factor out delete_branch_config()Libravatar René Scharfe1-5/+10
2012-10-18branch: factor out check_branch_commit()Libravatar René Scharfe1-12/+21
2012-10-18format-patch tests: check quoting/encoding in To: and Cc: headersLibravatar Jan H. Schönherr1-32/+66
2012-10-18format-patch: fix rfc2047 address encoding with respect to rfc822 specialsLibravatar Jan H. Schönherr2-18/+33