summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-18l10n: fr.po v2.3.0 round 2Libravatar Jean-Noel Avila1-133/+137
2015-01-18l10n: git.pot: v2.3.0 round 2 (3 updated)Libravatar Jiang Xin1-124/+124
2015-01-18Merge branch 'master' of git://github.com/git-l10n/git-poLibravatar Jiang Xin7-6003/+6084
2015-01-17l10n: de.po: translate 13 new messagesLibravatar Ralf Thielow1-836/+857
2015-01-17l10n: de.po: fix typoLibravatar Ralf Thielow1-1/+1
2015-01-17l10n: de.po: translate "track" as "versionieren"Libravatar Ralf Thielow1-20/+20
2015-01-17l10n: zh_CN: translations for git v2.3.0-rc0Libravatar Jiang Xin1-830/+853
2015-01-15"log --pretty" documentation: do not forget "tformat:"Libravatar Junio C Hamano1-3/+7
2015-01-15CodingGuidelines: clarify C #include rulesLibravatar Junio C Hamano1-3/+8
2015-01-15shallow.c: make check_shallow_file_for_update() staticLibravatar Junio C Hamano2-2/+1
2015-01-15remote.c: make clear_cas_option() staticLibravatar Junio C Hamano2-2/+1
2015-01-15urlmatch.c: make match_urls() staticLibravatar Junio C Hamano2-4/+3
2015-01-15revision.c: make save_parents() and free_saved_parents() staticLibravatar Junio C Hamano2-59/+59
2015-01-15line-log.c: make line_log_data_init() staticLibravatar Junio C Hamano2-3/+1
2015-01-15pack-bitmap.c: make pack_bitmap_filename() staticLibravatar Junio C Hamano2-15/+14
2015-01-15prompt.c: remove git_getpass() nobody usesLibravatar Junio C Hamano2-6/+0
2015-01-15http.c: make finish_active_slot() and handle_curl_result() staticLibravatar Junio C Hamano2-34/+32
2015-01-15git-svn: make it play nicely with submodulesLibravatar Ramkumar Ramachandra1-0/+6
2015-01-15Git::SVN: handle missing ref_id case correctlyLibravatar Ramkumar Ramachandra1-1/+1
2015-01-14l10n: sv.po: Update Swedish translation (2298t0f0u)Libravatar Peter Krefting1-842/+865
2015-01-14t1050-large: generate large files without ddLibravatar Johannes Sixt1-6/+6
2015-01-14Fifth batch for 2.3 cycleLibravatar Junio C Hamano1-2/+27
2015-01-14Merge branch 'po/doc-core-ignorestat'Libravatar Junio C Hamano1-8/+13
2015-01-14Merge branch 'rc/for-each-ref-tracking'Libravatar Junio C Hamano2-2/+22
2015-01-14Merge branch 'rh/autoconf-rhel3'Libravatar Junio C Hamano5-1/+56
2015-01-14Merge branch 'ak/fewer-includes'Libravatar Junio C Hamano2-7/+0
2015-01-14Merge branch 'ak/doc-add-v-n-options'Libravatar Junio C Hamano1-1/+1
2015-01-14Merge branch 'ak/show-branch-usage-string'Libravatar Junio C Hamano1-1/+4
2015-01-14Merge branch 'rh/test-color-avoid-terminfo-in-original-home'Libravatar Junio C Hamano1-44/+48
2015-01-14Merge branch 'tf/prompt-preserve-exit-status'Libravatar Junio C Hamano1-5/+5
2015-01-14Merge branch 'rh/hide-prompt-in-ignored-directory'Libravatar Junio C Hamano2-7/+123
2015-01-14Merge branch 'mm/complete-rebase-autostash'Libravatar Junio C Hamano1-0/+1
2015-01-14Merge branch 'aw/doc-smtp-ssl-cert-path'Libravatar Junio C Hamano1-4/+9
2015-01-14Merge branch 'sp/subtree-doc'Libravatar Junio C Hamano1-105/+89
2015-01-14Merge branch 'km/log-usage-string-i18n'Libravatar Junio C Hamano1-2/+2
2015-01-14Merge branch 'km/imap-send-libcurl-options'Libravatar Junio C Hamano1-3/+3
2015-01-14Merge branch 'jk/prune-packed-server-info'Libravatar Junio C Hamano2-1/+12
2015-01-14Merge branch 'js/remote-add-with-insteadof'Libravatar Junio C Hamano2-1/+8
2015-01-14Document receive.advertiseatomicLibravatar Stefan Beller1-0/+5
2015-01-14http-push: trim trailing newline from remote symrefLibravatar Jeff King1-0/+3
2015-01-14git-prompt: preserve value of $? in all casesLibravatar Tony Finch1-4/+4
2015-01-14standardize usage info string formatLibravatar Alex Henrie64-105/+109
2015-01-13cat-file: use "type" and "size" from outer scopeLibravatar Alexander Kuleshov1-2/+0
2015-01-13l10n: fr.po v2.3.0 round 1Libravatar Jean-Noel Avila1-833/+852
2015-01-13log: teach --invert-grep optionLibravatar Christoph Junghans5-2/+25
2015-01-13blame.c: fix garbled error messageLibravatar Lukas Fleischer1-5/+7
2015-01-13use xstrdup_or_null to replace ternary conditionalsLibravatar Jeff King7-10/+9
2015-01-13builtin/commit.c: use xstrdup_or_null instead of envdupLibravatar Jeff King1-9/+3
2015-01-13builtin/apply.c: use xstrdup_or_null instead of null_strdupLibravatar Jeff King1-10/+5
2015-01-13git-compat-util: add xstrdup_or_null helperLibravatar Jeff King1-0/+5