summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-07silence a bunch of format-zero-length warningsLibravatar Felipe Contreras2-12/+12
2014-05-07grep: use run-command's "dir" option for --open-files-in-pagerLibravatar Jeff King1-3/+1
2014-05-07git-p4: format-patch to diff-tree change breaks binary patchesLibravatar Tolga Ceylan1-1/+1
2014-05-07l10n: Fix a couple of typos in the Swedish translationLibravatar Peter Krefting1-7/+7
2014-05-06RelNotes/2.0.0: Grammar and typo fixesLibravatar Øyvind A. Holm1-5/+5
2014-05-06api-strbuf.txt: add docs for _trim and _ltrimLibravatar Brian Gesiak1-0/+9
2014-05-06strbuf: use _rtrim and _ltrim in strbuf_trimLibravatar Brian Gesiak1-9/+2
2014-05-06Bump core.deltaBaseCacheLimit to 96mLibravatar David Kastrup2-2/+2
2014-05-06let clang use the constant-return error() macroLibravatar Jeff King3-3/+3
2014-05-06inline constant return from error() functionLibravatar Jeff King3-3/+7
2014-05-06config: preserve config file permissions on editsLibravatar Eric Wong2-0/+26
2014-05-06MSVC: link dynamically to the CRTLibravatar Karsten Blees1-3/+3
2014-05-02commit: accept more date formats for "--date"Libravatar Jeff King2-4/+35
2014-05-02commit: print "Date" line when the user has set dateLibravatar Jeff King4-0/+37
2014-05-02pretty: make show_ident_date publicLibravatar Jeff King2-2/+9
2014-05-02commit: use split_ident_line to compare author/committerLibravatar Jeff King1-17/+16
2014-05-02Git 2.0-rc2Libravatar Junio C Hamano2-2/+7
2014-05-02Merge branch 'mw/symlinks'Libravatar Junio C Hamano1-2/+2
2014-05-02Merge branch 'km/git-svn-workaround-older-getopt-long'Libravatar Junio C Hamano2-4/+7
2014-05-02Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'Libravatar Junio C Hamano2-24/+54
2014-05-02Merge branch 'mk/doc-git-gui-display-untracked'Libravatar Junio C Hamano1-0/+4
2014-04-30docs: document RUN_SETUP_GENTLY and clarify RUN_SETUPLibravatar David Turner1-5/+8
2014-04-30t5000-tar-tree.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2014-04-30t4204-patch-id.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-30t4119-apply-config.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-30t4116-apply-reverse.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-6/+6
2014-04-30t4057-diff-combined-paths.sh: use the $( ... ) construct for command substitu...Libravatar Elia Pinto1-1/+1
2014-04-30t4038-diff-combined.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-30t4036-format-patch-signer-mime.sh: use the $( ... ) construct for command sub...Libravatar Elia Pinto1-1/+1
2014-04-30t4014-format-patch.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-5/+5
2014-04-30t4013-diff-various.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2014-04-30t4012-diff-binary.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-8/+8
2014-04-30t4010-diff-pathspec.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-30t4006-diff-mode.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-30t3910-mac-os-precompose.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-8/+8
2014-04-30t3905-stash-include-untracked.sh: use the $( ... ) construct for command subs...Libravatar Elia Pinto1-2/+2
2014-04-30Merge git://github.com/git-l10n/git-poLibravatar Junio C Hamano6-7963/+8342
2014-04-30Revert the whole "ask curl-config" topic for nowLibravatar Junio C Hamano1-50/+14
2014-04-30rerere: fix for merge.conflictstyleLibravatar Felipe Contreras1-0/+2
2014-04-29t1050-large.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-29t1020-subdirectory.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-11/+11
2014-04-29t1004-read-tree-m-u-wf.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-4/+4
2014-04-29t1003-read-tree-prefix.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-29t1002-read-tree-m-u-2way.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-5/+5
2014-04-29t1001-read-tree-m-2way.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-9/+9
2014-04-29t1000-read-tree-m-3way.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-29t0300-credentials.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-29t0030-stripspace.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-10/+10
2014-04-29t0026-eol-config.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-10/+10
2014-04-29t0025-crlf-auto.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-19/+19