Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line' into maint | Junio C Hamano | 2015-10-21 | 2 | -1/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | | | | | | | | | | | Sixth batch for 2.7 | Junio C Hamano | 2015-10-21 | 1 | -1/+10 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'tb/t0027-crlf' | Junio C Hamano | 2015-10-21 | 1 | -34/+157 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | t0027: improve test for not-normalized files | Torsten Bögershausen | 2015-10-13 | 1 | -34/+157 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ls/p4-test-updates' | Junio C Hamano | 2015-10-21 | 2 | -5/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | git-p4: skip t9819 test case on case insensitive file systems | Lars Schneider | 2015-10-12 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | git-p4: avoid "stat" command in t9815 git-p4-submit-fail | Lars Schneider | 2015-10-12 | 1 | -5/+2 | |
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-21 | 89 | -1056/+946 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | name-rev: use strip_suffix to avoid magic numbers | Jeff King | 2015-10-05 | 1 | -5/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | use strbuf_complete to conditionally append slash | Jeff King | 2015-10-05 | 7 | -20/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | fsck: use for_each_loose_file_in_objdir | Jeff King | 2015-10-05 | 1 | -46/+24 | |
| * | | | | | | | | | | | | | | | | | | | | | Makefile: drop D_INO_IN_DIRENT build knob | Jeff King | 2015-10-05 | 3 | -15/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | fsck: drop inode-sorting code | Jeff King | 2015-10-05 | 1 | -68/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | convert strncpy to memcpy | Jeff King | 2015-10-05 | 3 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | notes: document length of fanout path with a constant | Jeff King | 2015-10-05 | 1 | -3/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | color: add color_set helper for copying raw colors | Jeff King | 2015-10-05 | 3 | -16/+28 | |
| * | | | | | | | | | | | | | | | | | | | | | prefer memcpy to strcpy | Jeff King | 2015-10-05 | 3 | -5/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | help: clean up kfmclient munging | Jeff King | 2015-10-05 | 1 | -11/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | receive-pack: simplify keep_arg computation | Jeff King | 2015-10-05 | 1 | -7/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | avoid sprintf and strcpy with flex arrays | Jeff King | 2015-10-05 | 6 | -14/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | use alloc_ref rather than hand-allocating "struct ref" | Jeff King | 2015-10-05 | 2 | -6/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | color: add overflow checks for parsing colors | Jeff King | 2015-10-05 | 1 | -15/+26 | |
| * | | | | | | | | | | | | | | | | | | | | | drop strcpy in favor of raw sha1_to_hex | Jeff King | 2015-10-05 | 2 | -7/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | use sha1_to_hex_r() instead of strcpy | Jeff King | 2015-10-05 | 6 | -29/+31 | |
| * | | | | | | | | | | | | | | | | | | | | | daemon: use cld->env_array when re-spawning | Jeff King | 2015-10-05 | 1 | -16/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | stat_tracking_info: convert to argv_array | Jeff King | 2015-10-05 | 1 | -14/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | http-push: use an argv_array for setup_revisions | Jeff King | 2015-10-05 | 1 | -22/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | fetch-pack: use argv_array for index-pack / unpack-objects | Jeff King | 2015-10-05 | 1 | -29/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | diagnose_invalid_index_path: use strbuf to avoid strcpy/strcat | Jeff King | 2015-10-05 | 1 | -12/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | write_loose_object: convert to strbuf | Jeff King | 2015-10-05 | 1 | -20/+22 | |
| * | | | | | | | | | | | | | | | | | | | | | remove_leading_path: use a strbuf for internal storage | Jeff King | 2015-10-05 | 1 | -4/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | enter_repo: convert fixed-size buffers to strbufs | Jeff King | 2015-10-05 | 1 | -28/+29 | |
| * | | | | | | | | | | | | | | | | | | | | | merge-recursive: convert malloc / strcpy to strbuf | Jeff King | 2015-10-05 | 1 | -9/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | transport: use strbufs for status table "quickref" strings | Jeff King | 2015-10-05 | 2 | -16/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | apply: convert root string to strbuf | Jeff King | 2015-10-05 | 1 | -16/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | init: use strbufs to store paths | Jeff King | 2015-10-05 | 2 | -100/+76 | |
| * | | | | | | | | | | | | | | | | | | | | | probe_utf8_pathname_composition: use internal strbuf | Jeff King | 2015-10-05 | 4 | -11/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | precompose_utf8: drop unused variable | Jeff King | 2015-10-05 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | sha1_get_pack_name: use a strbuf | Jeff King | 2015-09-25 | 1 | -29/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | http-walker: store url in a strbuf | Jeff King | 2015-09-25 | 1 | -9/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | http-push: use strbuf instead of fwrite_buffer | Jeff King | 2015-09-25 | 1 | -16/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | remote-ext: simplify git pkt-line generation | Jeff King | 2015-09-25 | 2 | -29/+33 | |
| * | | | | | | | | | | | | | | | | | | | | | upload-archive: convert sprintf to strbuf | Jeff King | 2015-09-25 | 1 | -5/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | resolve_ref: use strbufs for internal buffers | Jeff King | 2015-09-25 | 2 | -27/+59 | |
| * | | | | | | | | | | | | | | | | | | | | | read_remotes_file: simplify string handling | Jeff King | 2015-09-25 | 1 | -37/+18 | |
| * | | | | | | | | | | | | | | | | | | | | | read_branches_file: simplify string handling | Jeff King | 2015-09-25 | 1 | -34/+20 | |
| * | | | | | | | | | | | | | | | | | | | | | mailmap: replace strcpy with xstrdup | Jeff King | 2015-09-25 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | help: drop prepend function in favor of xstrfmt | Jeff King | 2015-09-25 | 1 | -12/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | ref-filter: drop sprintf and strcpy calls | Jeff King | 2015-09-25 | 1 | -48/+22 | |
| * | | | | | | | | | | | | | | | | | | | | | use strip_suffix and xstrfmt to replace suffix | Jeff King | 2015-09-25 | 3 | -14/+12 |