summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | probe_utf8_pathname_composition: use internal strbufJeff King2015-10-054-11/+13
| * | | | | | | | | precompose_utf8: drop unused variableJeff King2015-10-051-2/+1
| * | | | | | | | | sha1_get_pack_name: use a strbufJeff King2015-09-251-29/+10
| * | | | | | | | | http-walker: store url in a strbufJeff King2015-09-251-9/+10
| * | | | | | | | | http-push: use strbuf instead of fwrite_bufferJeff King2015-09-251-16/+5
| * | | | | | | | | remote-ext: simplify git pkt-line generationJeff King2015-09-252-29/+33
| * | | | | | | | | upload-archive: convert sprintf to strbufJeff King2015-09-251-5/+4
| * | | | | | | | | resolve_ref: use strbufs for internal buffersJeff King2015-09-252-27/+59
| * | | | | | | | | read_remotes_file: simplify string handlingJeff King2015-09-251-37/+18
| * | | | | | | | | read_branches_file: simplify string handlingJeff King2015-09-251-34/+20
| * | | | | | | | | mailmap: replace strcpy with xstrdupJeff King2015-09-251-2/+1
| * | | | | | | | | help: drop prepend function in favor of xstrfmtJeff King2015-09-251-12/+2
| * | | | | | | | | ref-filter: drop sprintf and strcpy callsJeff King2015-09-251-48/+22
| * | | | | | | | | use strip_suffix and xstrfmt to replace suffixJeff King2015-09-253-14/+12
| * | | | | | | | | fetch: replace static buffer with xstrfmtJeff King2015-09-251-5/+2
| * | | | | | | | | config: use xstrfmt in normalize_valueJeff King2015-09-251-21/+13
| * | | | | | | | | replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-259-48/+20
| * | | | | | | | | receive-pack: convert strncpy to xsnprintfJeff King2015-09-251-2/+2
| * | | | | | | | | http-push: replace strcat with xsnprintfJeff King2015-09-251-4/+4
| * | | | | | | | | add_packed_git: convert strcpy into xsnprintfJeff King2015-09-252-9/+14
| * | | | | | | | | entry.c: convert strcpy to xsnprintfJeff King2015-09-251-2/+2
| * | | | | | | | | grep: use xsnprintf to format failure messageJeff King2015-09-251-2/+2
| * | | | | | | | | compat/hstrerror: convert sprintf to snprintfJeff King2015-09-251-1/+1
| * | | | | | | | | stop_progress_msg: convert sprintf to xsnprintfJeff King2015-09-251-1/+1
| * | | | | | | | | find_short_object_filename: convert sprintf to xsnprintfJeff King2015-09-251-2/+6
| * | | | | | | | | use xsnprintf for generating git object headersJeff King2015-09-255-12/+13
| * | | | | | | | | archive-tar: use xsnprintf for trivial formattingJeff King2015-09-251-13/+13
| * | | | | | | | | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-2520-47/+52
| * | | | | | | | | compat/inet_ntop: fix off-by-one in inet_ntop4Jeff King2015-09-251-3/+3
| * | | | | | | | | test-dump-cache-tree: avoid overflow of cache-tree nameJeff King2015-09-251-1/+1
| * | | | | | | | | progress: store throughput display in a strbufJeff King2015-09-251-10/+8
| * | | | | | | | | trace: use strbuf for quote_crnl outputJeff King2015-09-251-12/+11
| * | | | | | | | | mailsplit: make PATH_MAX buffers dynamicJeff King2015-09-251-11/+23
| * | | | | | | | | fsck: use strbuf to generate alternate directoriesJeff King2015-09-251-5/+6
| * | | | | | | | | add reentrant variants of sha1_to_hex and find_unique_abbrevJeff King2015-09-255-10/+67
| * | | | | | | | | strbuf: make strbuf_complete_line more genericJeff King2015-09-251-2/+13
| * | | | | | | | | add git_path_buf helper functionJeff King2015-09-252-0/+12
| * | | | | | | | | add xsnprintf helper functionJeff King2015-09-252-0/+19
| * | | | | | | | | fsck: don't fsck alternates for connectivity-only checkJeff King2015-09-251-8/+9
| * | | | | | | | | archive-tar: fix minor indentation violationJeff King2015-09-251-1/+1
| * | | | | | | | | mailsplit: fix FILE* leak in split_maildirJeff King2015-09-251-1/+4
| * | | | | | | | | show-branch: avoid segfault with --reflog of unborn branchJeff King2015-09-251-0/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Sync with maint for Russian translationJunio C Hamano2015-10-181-1583/+1967
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'maint' of git://github.com/git-l10n/git-po into maintJunio C Hamano2015-10-181-1583/+1967
| |\ \ \ \ \ \ \ \
| | * | | | | | | | l10n: ru.po: update Russian translationDimitriy Ryazantcev2015-09-301-1583/+1967
| | |/ / / / / / /
* | | | | | | | | Sync with 2.6.2Junio C Hamano2015-10-163-2/+68
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Git 2.6.2v2.6.2Junio C Hamano2015-10-164-3/+69
| * | | | | | | | Merge branch 'cc/quote-comments' into maintJunio C Hamano2015-10-161-5/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'es/worktree-add-cleanup' into maintJunio C Hamano2015-10-161-0/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'tk/doc-interpret-trailers-grammo' into maintJunio C Hamano2015-10-161-1/+1
| |\ \ \ \ \ \ \ \ \ \