summaryrefslogtreecommitdiffstats
path: root/shell.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-25mailmap: replace strcpy with xstrdupJeff King1-2/+1
2015-09-25help: drop prepend function in favor of xstrfmtJeff King1-12/+2
2015-09-25ref-filter: drop sprintf and strcpy callsJeff King1-48/+22
2015-09-25use strip_suffix and xstrfmt to replace suffixJeff King3-14/+12
2015-09-25fetch: replace static buffer with xstrfmtJeff King1-5/+2
2015-09-25config: use xstrfmt in normalize_valueJeff King1-21/+13
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King9-48/+20
2015-09-25receive-pack: convert strncpy to xsnprintfJeff King1-2/+2
2015-09-25http-push: replace strcat with xsnprintfJeff King1-4/+4
2015-09-25add_packed_git: convert strcpy into xsnprintfJeff King2-9/+14
2015-09-25entry.c: convert strcpy to xsnprintfJeff King1-2/+2
2015-09-25grep: use xsnprintf to format failure messageJeff King1-2/+2
2015-09-25compat/hstrerror: convert sprintf to snprintfJeff King1-1/+1
2015-09-25stop_progress_msg: convert sprintf to xsnprintfJeff King1-1/+1
2015-09-25find_short_object_filename: convert sprintf to xsnprintfJeff King1-2/+6
2015-09-25use xsnprintf for generating git object headersJeff King5-12/+13
2015-09-25archive-tar: use xsnprintf for trivial formattingJeff King1-13/+13
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King20-47/+52
2015-09-25compat/inet_ntop: fix off-by-one in inet_ntop4Jeff King1-3/+3
2015-09-25test-dump-cache-tree: avoid overflow of cache-tree nameJeff King1-1/+1
2015-09-25progress: store throughput display in a strbufJeff King1-10/+8
2015-09-25trace: use strbuf for quote_crnl outputJeff King1-12/+11
2015-09-25mailsplit: make PATH_MAX buffers dynamicJeff King1-11/+23
2015-09-25fsck: use strbuf to generate alternate directoriesJeff King1-5/+6
2015-09-25add reentrant variants of sha1_to_hex and find_unique_abbrevJeff King5-10/+67
2015-09-25strbuf: make strbuf_complete_line more genericJeff King1-2/+13
2015-09-25add git_path_buf helper functionJeff King2-0/+12
2015-09-25add xsnprintf helper functionJeff King2-0/+19
2015-09-25fsck: don't fsck alternates for connectivity-only checkJeff King1-8/+9
2015-09-25archive-tar: fix minor indentation violationJeff King1-1/+1
2015-09-25mailsplit: fix FILE* leak in split_maildirJeff King1-1/+4
2015-09-25show-branch: avoid segfault with --reflog of unborn branchJeff King1-0/+2
2015-09-21Git 2.6-rc3v2.6.0-rc3Junio C Hamano1-1/+1
2015-09-21send-email: fix uninitialized var warning for $smtp_authBrian Norris1-1/+1
2015-09-20l10n: de.po: better language for one stringPhillip Sz1-1/+1
2015-09-20l10n: de.po: translate 2 messagesRalf Thielow1-101/+108
2015-09-20l10n: Update and review Vietnamese translation (2440t)Tran Ngoc Quan1-91/+90
2015-09-20l10n: fr.po v2.6.0 round 2 (2440t)Jean-Noel Avila1-112/+148
2015-09-20l10n: zh_CN: for git v2.6.0 l10n round 2Jiang Xin1-78/+77
2015-09-20l10n: ca.po: update translationAlex Henrie1-1760/+2159
2015-09-20l10n: git.pot: v2.6.0 round 2 (3 improvements)Jiang Xin1-76/+72
2015-09-20l10n: de.po: translate 123 new messagesRalf Thielow1-1640/+2125
2015-09-20l10n: fr.po v2.6.0 round 1 (2441t)Jean-Noel Avila1-1638/+2086
2015-09-17Update RelNotes to 2.6Junio C Hamano1-0/+5
2015-09-17Git 2.5.3v2.5.3Junio C Hamano4-3/+21
2015-09-16mailmap: update my entry with new email addressRamsay Jones1-1/+1
2015-09-15Update RelNotes to 2.6 to describe leftover bits since -rc2Junio C Hamano1-1/+7
2015-09-14Git 2.6-rc2v2.6.0-rc2Junio C Hamano2-1/+9
2015-09-14poll: honor the timeout on Win32Edward Thomson1-2/+14
2015-09-14doc: show usage of branch descriptionPhilip Oakley4-4/+7