summaryrefslogtreecommitdiffstats
path: root/INSTALL (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-02commit: print "Date" line when the user has set dateJeff King4-0/+37
2014-05-02pretty: make show_ident_date publicJeff King2-2/+9
2014-05-02commit: use split_ident_line to compare author/committerJeff King1-17/+16
2014-05-02Git 2.0-rc2v2.0.0-rc2Junio C Hamano2-2/+7
2014-04-30Revert the whole "ask curl-config" topic for nowJunio C Hamano1-50/+14
2014-04-29l10n: de.po: improve hint for autocorrected command executionRalf Thielow1-2/+2
2014-04-29l10n: de.po: translate 45 new messagesRalf Thielow1-1340/+1425
2014-04-29l10n: de.po: correct translation of "completed" after resolving deltasRalf Thielow1-1/+1
2014-04-28Makefile: default to -lcurl when no CURL_CONFIG or CURLDIRDave Borowitz1-13/+28
2014-04-25Git 2.0-rc1v2.0.0-rc1Junio C Hamano2-1/+6
2014-04-24setup: fix windows path buffer over-steppingMartin Erik Werner1-2/+2
2014-04-23t9117: use --prefix "" instead of --prefix=""Kyle J. McKay2-4/+7
2014-04-23l10n: zh_CN.po: translate 46 new messages (2229t0f0u)Jiang Xin1-1313/+1392
2014-04-23ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay1-1/+1
2014-04-22l10n: fr translation for v2.0.0rc0 (2228t)Jean-Noel Avila1-1340/+1409
2014-04-22git-prompt.sh: don't put unsanitized branch names in $PS1Richard Hansen2-24/+54
2014-04-22l10n: Update Swedish translation (2228t0f0u)Peter Krefting1-1319/+1391
2014-04-21Update draft release notes to 2.0Junio C Hamano1-3/+12
2014-04-21t5801 (remote-helpers): cleanup environment setsFelipe Contreras1-7/+4
2014-04-21Documentation: git-gui: describe gui.displayuntrackedMax Kirillov1-0/+4
2014-04-21run_external_diff: use an argv_array for the command lineJeff King1-16/+16
2014-04-20l10n: vi.po (2228t): Update and minor fixTran Ngoc Quan1-1385/+1458
2014-04-19Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not givenJohan Herland20-153/+131
2014-04-19l10n: git.pot: v2.0.0 round 1 (45 new, 28 removed)Jiang Xin1-1263/+1264
2014-04-18Git 2.0-rc0v2.0.0-rc0Junio C Hamano2-1/+6
2014-04-18i18n: mention "TRANSLATORS:" marker in Documentation/CodingGuidelinesJunio C Hamano1-0/+10
2014-04-17t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto1-7/+7
2014-04-17git-tag.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-revert.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-resolve.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-repack.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-merge.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-ls-remote.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-17git-commit.sh: use the $( ... ) construct for command substitutionElia Pinto1-5/+5
2014-04-17git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto1-10/+10
2014-04-17git-checkout.sh: use the $( ... ) construct for command substitutionElia Pinto1-4/+4
2014-04-17install-webdoc.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-17howto-index.sh: use the $( ... ) construct for command substitutionElia Pinto1-6/+6
2014-04-17i18n: only extract comments marked with "TRANSLATORS:"Jiang Xin2-6/+4
2014-04-17i18n: remove obsolete comments for translators in diffstat generationJiang Xin1-8/+0
2014-04-17i18n: fix uncatchable comments for translators in date.cJiang Xin1-1/+1
2014-04-17Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"Kyle J. McKay1-10/+1
2014-04-17rebase: avoid non-function use of "return" on FreeBSDKyle J. McKay3-0/+45
2014-04-16Update draft release notes for 2.0Junio C Hamano1-0/+11
2014-04-16config.c: mark die_bad_number as NORETURNJeff King1-0/+1
2014-04-15Makefile: allow static linking against libcurlDave Borowitz1-3/+13
2014-04-15Makefile: use curl-config to determine curl flagsDave Borowitz1-12/+23
2014-04-14transport-helper: fix sync issue on crashesFelipe Contreras2-3/+30