]> Kevux Git Server - rit/shortlog
rit
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-10-03 Lars Schneidergit-p4: add Git LFS backend for large file system
2015-10-03 Lars Schneidergit-p4: add support for large file systems
2015-10-03 Lars Schneidergit-p4: check free space during streaming
2015-10-03 Lars Schneidergit-p4: add file streaming progress in verbose mode
2015-10-03 Lars Schneidergit-p4: return an empty list if a list config has no...
2015-10-03 Lars Schneidergit-p4: add gitConfigInt reader
2015-10-03 Lars Schneidergit-p4: add optional type specifier to gitConfig reader
2015-10-02 Alex Henriemerge: grammofix in please-commit-before-merge message
2015-10-02 Michael Rappazzoworktree: add top-level worktree.c
2015-10-02 Matthieu Moyrebase-i: explicitly accept tab as separator in commands
2015-10-02 Matthieu Moystatus: don't say 'HEAD detached at HEAD'
2015-10-02 Matthieu Moyt3203: test 'detached at' after checkout --detach
2015-09-30 Renee Margaret... am: configure gpg at startup
2015-09-30 Stefan Agnergit-send-email.perl: Fixed sending of many/huge changes...
2015-09-30 Dimitriy Ryazantcevl10n: ru.po: update Russian translation
2015-09-29 Junio C HamanoGit 2.6.1
2015-09-29 Junio C HamanoSync with v2.5.4
2015-09-28 Junio C HamanoGit 2.5.4
2015-09-28 Junio C HamanoSync with 2.4.10
2015-09-28 Junio C HamanoGit 2.4.10
2015-09-28 Junio C HamanoSync with 2.3.10
2015-09-28 Junio C HamanoGit 2.3.10
2015-09-28 Junio C HamanoMerge branch 'jk/xdiff-memory-limits' into maint-2.3
2015-09-28 Jeff Kingmerge-file: enforce MAX_XDIFF_SIZE on incoming files
2015-09-28 Jeff Kingxdiff: reject files larger than ~1GB
2015-09-28 Jeff Kingreact to errors in xdi_diff
2015-09-28 Junio C HamanoMerge branch 'jk/transfer-limit-redirection' into maint-2.3
2015-09-28 Junio C HamanoMerge branch 'jk/transfer-limit-protocol' into maint-2.3
2015-09-28 Junio C HamanoGit 2.6
2015-09-28 Nguyễn Thái... ls-remote.txt: delete unsupported option
2015-09-28 Johannes Schindelinsetup: fix "inside work tree" detection on case-insensi...
2015-09-28 Nguyễn Thái... clone: better error when --reference is a linked checkout
2015-09-28 Nguyễn Thái... clone: allow --local from a linked checkout
2015-09-28 Nguyễn Thái... enter_repo: allow .git files in strict mode
2015-09-28 Nguyễn Thái... enter_repo: avoid duplicating logic, use is_git_directo...
2015-09-28 Nguyễn Thái... t0002: add test for enter_repo(), non-strict mode
2015-09-25 Blake Burkharthttp: limit redirection depth
2015-09-25 Blake Burkharthttp: limit redirection to protocol-whitelist
2015-09-25 Jeff Kingtransport: refactor protocol whitelist code
2015-09-25 John KeepingDocumentation: fix section header mark-up
2015-09-25 Stephan Beyert/perf: make runner work even if Git is not installed
2015-09-25 Jeff Kingreplace trivial malloc + sprintf / strcpy calls with...
2015-09-25 Jeff Kingsha1_get_pack_name: use a strbuf
2015-09-25 Jeff Kingreceive-pack: convert strncpy to xsnprintf
2015-09-25 Jeff Kinghttp-walker: store url in a strbuf
2015-09-25 Jeff Kinghttp-push: replace strcat with xsnprintf
2015-09-25 Jeff Kinghttp-push: use strbuf instead of fwrite_buffer
2015-09-25 Jeff Kingadd_packed_git: convert strcpy into xsnprintf
2015-09-25 Jeff Kingremote-ext: simplify git pkt-line generation
2015-09-25 Jeff Kingentry.c: convert strcpy to xsnprintf
2015-09-25 Jeff Kingupload-archive: convert sprintf to strbuf
2015-09-25 Jeff Kinggrep: use xsnprintf to format failure message
2015-09-25 Jeff Kingresolve_ref: use strbufs for internal buffers
2015-09-25 Jeff Kingcompat/hstrerror: convert sprintf to snprintf
2015-09-25 Jeff Kingread_remotes_file: simplify string handling
2015-09-25 Jeff Kingstop_progress_msg: convert sprintf to xsnprintf
2015-09-25 Jeff Kingread_branches_file: simplify string handling
2015-09-25 Jeff Kingfind_short_object_filename: convert sprintf to xsnprintf
2015-09-25 Jeff Kingmailmap: replace strcpy with xstrdup
2015-09-25 Jeff Kinguse xsnprintf for generating git object headers
2015-09-25 Jeff Kinghelp: drop prepend function in favor of xstrfmt
2015-09-25 Jeff Kingarchive-tar: use xsnprintf for trivial formatting
2015-09-25 Jeff Kingref-filter: drop sprintf and strcpy calls
2015-09-25 Jeff Kingconvert trivial sprintf / strcpy calls to xsnprintf
2015-09-25 Jeff Kinguse strip_suffix and xstrfmt to replace suffix
2015-09-25 Jeff Kingcompat/inet_ntop: fix off-by-one in inet_ntop4
2015-09-25 Jeff Kingfetch: replace static buffer with xstrfmt
2015-09-25 Jeff Kingtest-dump-cache-tree: avoid overflow of cache-tree...
2015-09-25 Jeff Kingconfig: use xstrfmt in normalize_value
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-25 Tobias Klauserconnect: fix typo in result string of prot_name()
2015-09-25 Karthik Nayakbranch: add '--points-at' option
next