OSDN Git Service

git-core/git.git
2015-10-23 Johannes Sixtread_branches_file: plug a FILE* leak
2015-10-05 Jeff Kingname-rev: use strip_suffix to avoid magic numbers
2015-10-05 Jeff Kinguse strbuf_complete to conditionally append slash
2015-10-05 Jeff Kingfsck: use for_each_loose_file_in_objdir
2015-10-05 Jeff KingMakefile: drop D_INO_IN_DIRENT build knob
2015-10-05 Jeff Kingfsck: drop inode-sorting code
2015-10-05 Jeff Kingconvert strncpy to memcpy
2015-10-05 Jeff Kingnotes: document length of fanout path with a constant
2015-10-05 Jeff Kingcolor: add color_set helper for copying raw colors
2015-10-05 Jeff Kingprefer memcpy to strcpy
2015-10-05 Jeff Kinghelp: clean up kfmclient munging
2015-10-05 Jeff Kingreceive-pack: simplify keep_arg computation
2015-10-05 Jeff Kingavoid sprintf and strcpy with flex arrays
2015-10-05 Jeff Kinguse alloc_ref rather than hand-allocating "struct ref"
2015-10-05 Jeff Kingcolor: add overflow checks for parsing colors
2015-10-05 Jeff Kingdrop strcpy in favor of raw sha1_to_hex
2015-10-05 Jeff Kinguse sha1_to_hex_r() instead of strcpy
2015-10-05 Jeff Kingdaemon: use cld->env_array when re-spawning
2015-10-05 Jeff Kingstat_tracking_info: convert to argv_array
2015-10-05 Jeff Kinghttp-push: use an argv_array for setup_revisions
2015-10-05 Jeff Kingfetch-pack: use argv_array for index-pack / unpack...
2015-10-05 Jeff Kingdiagnose_invalid_index_path: use strbuf to avoid strcpy...
2015-10-05 Jeff Kingwrite_loose_object: convert to strbuf
2015-10-05 Jeff Kingremove_leading_path: use a strbuf for internal storage
2015-10-05 Jeff Kingenter_repo: convert fixed-size buffers to strbufs
2015-10-05 Jeff Kingmerge-recursive: convert malloc / strcpy to strbuf
2015-10-05 Jeff Kingtransport: use strbufs for status table "quickref"...
2015-10-05 Jeff Kingapply: convert root string to strbuf
2015-10-05 Jeff Kinginit: use strbufs to store paths
2015-10-05 Jeff Kingprobe_utf8_pathname_composition: use internal strbuf
2015-10-05 Jeff Kingprecompose_utf8: drop unused variable
2015-09-25 Jeff Kingsha1_get_pack_name: use a strbuf
2015-09-25 Jeff Kinghttp-walker: store url in a strbuf
2015-09-25 Jeff Kinghttp-push: use strbuf instead of fwrite_buffer
2015-09-25 Jeff Kingremote-ext: simplify git pkt-line generation
2015-09-25 Jeff Kingupload-archive: convert sprintf to strbuf
2015-09-25 Jeff Kingresolve_ref: use strbufs for internal buffers
2015-09-25 Jeff Kingread_remotes_file: simplify string handling
2015-09-25 Jeff Kingread_branches_file: simplify string handling
2015-09-25 Jeff Kingmailmap: replace strcpy with xstrdup
2015-09-25 Jeff Kinghelp: drop prepend function in favor of xstrfmt
2015-09-25 Jeff Kingref-filter: drop sprintf and strcpy calls
2015-09-25 Jeff Kinguse strip_suffix and xstrfmt to replace suffix
2015-09-25 Jeff Kingfetch: replace static buffer with xstrfmt
2015-09-25 Jeff Kingconfig: use xstrfmt in normalize_value
2015-09-25 Jeff Kingreplace trivial malloc + sprintf / strcpy calls with...
2015-09-25 Jeff Kingreceive-pack: convert strncpy to xsnprintf
2015-09-25 Jeff Kinghttp-push: replace strcat with xsnprintf
2015-09-25 Jeff Kingadd_packed_git: convert strcpy into xsnprintf
2015-09-25 Jeff Kingentry.c: convert strcpy to xsnprintf
2015-09-25 Jeff Kinggrep: use xsnprintf to format failure message
2015-09-25 Jeff Kingcompat/hstrerror: convert sprintf to snprintf
2015-09-25 Jeff Kingstop_progress_msg: convert sprintf to xsnprintf
2015-09-25 Jeff Kingfind_short_object_filename: convert sprintf to xsnprintf
2015-09-25 Jeff Kinguse xsnprintf for generating git object headers
2015-09-25 Jeff Kingarchive-tar: use xsnprintf for trivial formatting
2015-09-25 Jeff Kingconvert trivial sprintf / strcpy calls to xsnprintf
2015-09-25 Jeff Kingcompat/inet_ntop: fix off-by-one in inet_ntop4
2015-09-25 Jeff Kingtest-dump-cache-tree: avoid overflow of cache-tree...
2015-09-25 Jeff Kingprogress: store throughput display in a strbuf
2015-09-25 Jeff Kingtrace: use strbuf for quote_crnl output
2015-09-25 Jeff Kingmailsplit: make PATH_MAX buffers dynamic
2015-09-25 Jeff Kingfsck: use strbuf to generate alternate directories
2015-09-25 Jeff Kingadd reentrant variants of sha1_to_hex and find_unique_a...
2015-09-25 Jeff Kingstrbuf: make strbuf_complete_line more generic
2015-09-25 Jeff Kingadd git_path_buf helper function
2015-09-25 Jeff Kingadd xsnprintf helper function
2015-09-25 Jeff Kingfsck: don't fsck alternates for connectivity-only check
2015-09-25 Jeff Kingarchive-tar: fix minor indentation violation
2015-09-25 Jeff Kingmailsplit: fix FILE* leak in split_maildir
2015-09-25 Jeff Kingshow-branch: avoid segfault with --reflog of unborn...
2015-09-21 Junio C HamanoGit 2.6-rc3 v2.6.0-rc3
2015-09-21 Junio C HamanoMerge branch 'rj/mailmap-ramsay'
2015-09-21 Junio C HamanoMerge branch 'bn/send-email-smtp-auth-error-message...
2015-09-21 Junio C HamanoMerge tag 'l10n-2.6.0-rnd2+de' of git://github.com...
2015-09-21 Brian Norrissend-email: fix uninitialized var warning for $smtp_auth
2015-09-20 Phillip Szl10n: de.po: better language for one string
2015-09-20 Ralf Thielowl10n: de.po: translate 2 messages
2015-09-20 Tran Ngoc Quanl10n: Update and review Vietnamese translation (2440t)
2015-09-20 Jean-Noel Avilal10n: fr.po v2.6.0 round 2 (2440t)
2015-09-20 Jiang Xinl10n: zh_CN: for git v2.6.0 l10n round 2
2015-09-20 Alex Henriel10n: ca.po: update translation
2015-09-20 Jiang Xinl10n: git.pot: v2.6.0 round 2 (3 improvements)
2015-09-20 Jiang XinMerge branch 'master' of git://github.com/git-l10n...
2015-09-20 Ralf Thielowl10n: de.po: translate 123 new messages
2015-09-20 Jean-Noel Avilal10n: fr.po v2.6.0 round 1 (2441t)
2015-09-17 Junio C HamanoUpdate RelNotes to 2.6
2015-09-17 Junio C HamanoSync with 2.5.3
2015-09-17 Junio C HamanoMerge branch 'po/doc-branch-desc'
2015-09-17 Junio C HamanoMerge branch 'et/win32-poll-timeout'
2015-09-17 Junio C HamanoMerge branch 'as/config-doc-markup-fix'
2015-09-17 Junio C HamanoGit 2.5.3 v2.5.3
2015-09-17 Junio C HamanoMerge branch 'dt/untracked-subdir' into maint
2015-09-17 Junio C HamanoMerge branch 'br/svn-doc-include-paths-config' into...
2015-09-17 Junio C HamanoMerge branch 'ah/submodule-typofix-in-error' into maint
2015-09-17 Junio C HamanoMerge branch 'js/maint-am-skip-performance-regression...
2015-09-16 Ramsay Jonesmailmap: update my entry with new email address
2015-09-14 Junio C HamanoUpdate RelNotes to 2.6 to describe leftover bits since...
2015-09-14 Junio C HamanoMerge branch 'js/maint-am-skip-performance-regression'
2015-09-14 Junio C HamanoMerge branch 'ah/show-ref-usage-string'
next