summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refs.c: optimize check_refname_component()dt/refs-check-refname-component-optimDavid Turner2014-06-052-29/+44
* First batch for 2.1tb/sed-bs-n-not-portableJunio C Hamano2014-06-033-2/+88
* Merge branch 'sk/msvc-dynlink-crt'Junio C Hamano2014-06-031-3/+3
|\
| * MSVC: link dynamically to the CRTsk/msvc-dynlink-crtKarsten Blees2014-05-061-3/+3
* | Merge branch 'ew/config-protect-mode'Junio C Hamano2014-06-032-0/+26
|\ \
| * | config: preserve config file permissions on editsew/config-protect-modeEric Wong2014-05-062-0/+26
* | | Merge branch 'bg/strbuf-trim'Junio C Hamano2014-06-032-9/+11
|\ \ \
| * | | api-strbuf.txt: add docs for _trim and _ltrimbg/strbuf-trimBrian Gesiak2014-05-061-0/+9
| * | | strbuf: use _rtrim and _ltrim in strbuf_trimBrian Gesiak2014-05-061-9/+2
* | | | Merge branch 'jk/commit-date-approxidate'Junio C Hamano2014-06-036-23/+97
|\ \ \ \
| * | | | commit: accept more date formats for "--date"Jeff King2014-05-022-4/+35
| * | | | commit: print "Date" line when the user has set dateJeff King2014-05-024-0/+37
| * | | | pretty: make show_ident_date publicJeff King2014-05-022-2/+9
| * | | | commit: use split_ident_line to compare author/committerJeff King2014-05-021-17/+16
* | | | | Merge branch 'ep/shell-command-substitution'Junio C Hamano2014-06-0341-174/+174
|\ \ \ \ \
| * | | | | t5000-tar-tree.sh: use the $( ... ) construct for command substitutionep/shell-command-substitutionElia Pinto2014-04-301-3/+3
| * | | | | t4204-patch-id.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-301-2/+2
| * | | | | t4119-apply-config.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-301-1/+1
| * | | | | t4116-apply-reverse.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-301-6/+6
| * | | | | t4057-diff-combined-paths.sh: use the $( ... ) construct for command substitu...Elia Pinto2014-04-301-1/+1
| * | | | | t4038-diff-combined.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-301-1/+1
| * | | | | t4036-format-patch-signer-mime.sh: use the $( ... ) construct for command sub...Elia Pinto2014-04-301-1/+1
| * | | | | t4014-format-patch.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-301-5/+5
| * | | | | t4013-diff-various.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-301-3/+3
| * | | | | t4012-diff-binary.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-301-8/+8
| * | | | | t4010-diff-pathspec.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-301-2/+2
| * | | | | t4006-diff-mode.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-301-1/+1
| * | | | | t3910-mac-os-precompose.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-301-8/+8
| * | | | | t3905-stash-include-untracked.sh: use the $( ... ) construct for command subs...Elia Pinto2014-04-301-2/+2
| * | | | | t1050-large.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-2/+2
| * | | | | t1020-subdirectory.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-11/+11
| * | | | | t1004-read-tree-m-u-wf.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-4/+4
| * | | | | t1003-read-tree-prefix.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-1/+1
| * | | | | t1002-read-tree-m-u-2way.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-5/+5
| * | | | | t1001-read-tree-m-2way.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-9/+9
| * | | | | t1000-read-tree-m-3way.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-2/+2
| * | | | | t0300-credentials.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-1/+1
| * | | | | t0030-stripspace.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-10/+10
| * | | | | t0026-eol-config.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-10/+10
| * | | | | t0025-crlf-auto.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-19/+19
| * | | | | t0020-crlf.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-21/+21
| * | | | | t0010-racy-git.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-2/+2
| * | | | | t0001-init.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-6/+6
| * | | | | p5302-pack-index.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
| * | | | | lib-gpg.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
| * | | | | lib-cvs.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
| * | | | | lib-credential.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
| * | | | | git-web--browse.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-3/+3
| * | | | | git-stash.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
| * | | | | git-rebase.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-4/+4