summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-25help: drop prepend function in favor of xstrfmtJeff King
2015-09-25ref-filter: drop sprintf and strcpy callsJeff King
2015-09-25use strip_suffix and xstrfmt to replace suffixJeff King
2015-09-25fetch: replace static buffer with xstrfmtJeff King
2015-09-25config: use xstrfmt in normalize_valueJeff King
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-09-25receive-pack: convert strncpy to xsnprintfJeff King
2015-09-25http-push: replace strcat with xsnprintfJeff King
2015-09-25add_packed_git: convert strcpy into xsnprintfJeff King
2015-09-25entry.c: convert strcpy to xsnprintfJeff King
2015-09-25grep: use xsnprintf to format failure messageJeff King
2015-09-25compat/hstrerror: convert sprintf to snprintfJeff King
2015-09-25stop_progress_msg: convert sprintf to xsnprintfJeff King
2015-09-25find_short_object_filename: convert sprintf to xsnprintfJeff King
2015-09-25use xsnprintf for generating git object headersJeff King
2015-09-25archive-tar: use xsnprintf for trivial formattingJeff King
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-09-25compat/inet_ntop: fix off-by-one in inet_ntop4Jeff King
2015-09-25test-dump-cache-tree: avoid overflow of cache-tree nameJeff King
2015-09-25progress: store throughput display in a strbufJeff King
2015-09-25trace: use strbuf for quote_crnl outputJeff King
2015-09-25mailsplit: make PATH_MAX buffers dynamicJeff King
2015-09-25fsck: use strbuf to generate alternate directoriesJeff King
2015-09-25add reentrant variants of sha1_to_hex and find_unique_abbrevJeff King
2015-09-25strbuf: make strbuf_complete_line more genericJeff King
2015-09-25add git_path_buf helper functionJeff King
2015-09-25add xsnprintf helper functionJeff King
2015-09-25fsck: don't fsck alternates for connectivity-only checkJeff King
2015-09-25archive-tar: fix minor indentation violationJeff King
2015-09-25mailsplit: fix FILE* leak in split_maildirJeff King
2015-09-25show-branch: avoid segfault with --reflog of unborn branchJeff King
2015-09-21Git 2.6-rc3v2.6.0-rc3Junio C Hamano
2015-09-21Merge branch 'rj/mailmap-ramsay'Junio C Hamano
2015-09-21Merge branch 'bn/send-email-smtp-auth-error-message-fix'Junio C Hamano
2015-09-21Merge tag 'l10n-2.6.0-rnd2+de' of git://github.com/git-l10n/git-poJunio C Hamano
2015-09-21send-email: fix uninitialized var warning for $smtp_authBrian Norris
2015-09-20l10n: de.po: better language for one stringPhillip Sz
2015-09-20l10n: de.po: translate 2 messagesRalf Thielow
2015-09-20l10n: Update and review Vietnamese translation (2440t)Tran Ngoc Quan
2015-09-20l10n: fr.po v2.6.0 round 2 (2440t)Jean-Noel Avila
2015-09-20l10n: zh_CN: for git v2.6.0 l10n round 2Jiang Xin
2015-09-20l10n: ca.po: update translationAlex Henrie
2015-09-20l10n: git.pot: v2.6.0 round 2 (3 improvements)Jiang Xin
2015-09-20Merge branch 'master' of git://github.com/git-l10n/git-poJiang Xin
2015-09-20l10n: de.po: translate 123 new messagesRalf Thielow
2015-09-20l10n: fr.po v2.6.0 round 1 (2441t)Jean-Noel Avila
2015-09-17Update RelNotes to 2.6Junio C Hamano
2015-09-17Sync with 2.5.3Junio C Hamano
2015-09-17Merge branch 'po/doc-branch-desc'Junio C Hamano
2015-09-17Merge branch 'et/win32-poll-timeout'Junio C Hamano