summaryrefslogtreecommitdiffstats
path: root/bisect.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-10fsck: simplify fsck_commit_buffer() by using commit_list_count()René Scharfe1-16/+6
2014-07-10commit: use commit_list_append() instead of duplicating its codeRené Scharfe1-6/+1
2014-07-10merge: simplify merge_trivial() by using commit_list_append()René Scharfe1-6/+4
2014-07-10use strbuf_addch for adding single charactersRené Scharfe3-3/+3
2014-07-10use strbuf_addbuf for adding strbufsRené Scharfe4-5/+5
2014-07-09Sixth batch for 2.1Junio C Hamano1-0/+18
2014-07-08line-log: use commit_list_append() instead of duplicating its codeRené Scharfe1-3/+1
2014-07-08diff-tree: call free_commit_list() instead of duplicating its codeRené Scharfe1-6/+2
2014-07-02enums: remove trailing ',' after last item in enumRonnie Sahlberg1-1/+1
2014-07-02t7300: repair filesystem permissions with test_when_finishedJeff King1-2/+2
2014-07-02enums: remove trailing ',' after last item in enumRonnie Sahlberg2-2/+2
2014-06-27gitk: Add visiblerefs option, which lists always-shown branchesMax Kirillov1-4/+6
2014-06-27gitk: Catch mkdtemp errorsDavid Aguilar1-1/+3
2014-06-26move "%G" format test from t7510 to t6006Jeff King2-6/+6
2014-06-25Fifth batch for 2.1Junio C Hamano1-2/+14
2014-06-25Git 2.0.1v2.0.1Junio C Hamano4-3/+119
2014-06-25setup_git_env(): introduce git_path_from_env() helperJeff King1-9/+9
2014-06-20Fourth batch for 2.1Junio C Hamano1-0/+9
2014-06-20http-push: refactor parsing of remote object namesJeff King1-15/+23
2014-06-20imap-send: use skip_prefix instead of using magic numbersTanay Abhra1-5/+1
2014-06-20use skip_prefix to avoid repeated calculationsJeff King2-8/+6
2014-06-20git: avoid magic number with skip_prefixJeff King1-2/+2
2014-06-20fetch-pack: refactor parsing in get_ackJeff King1-6/+9
2014-06-20fast-import: refactor parsing of spacesJeff King1-13/+7
2014-06-20stat_opt: check extra strlen callJeff King1-1/+2
2014-06-20daemon: use skip_prefix to avoid magic numbersJeff King1-5/+6
2014-06-20fast-import: use skip_prefix for parsing inputJeff King1-72/+51
2014-06-20use skip_prefix to avoid repeating stringsJeff King10-54/+44
2014-06-20use skip_prefix to avoid magic numbersJeff King11-131/+149
2014-06-20transport-helper: avoid reading past end-of-stringJeff King1-7/+7
2014-06-20fast-import: fix read of uninitialized argv memoryJeff King1-5/+8
2014-06-20apply: use skip_prefix instead of raw additionJeff King1-2/+3
2014-06-20refactor skip_prefix to return a booleanJeff King18-58/+73
2014-06-20cleanup duplicate name_compare() functionsJeremiah Mahler5-34/+15
2014-06-20name-hash.c: replace cache_name_compare() with memcmp(3)Jeremiah Mahler1-1/+1
2014-06-20unique_path: fix unlikely heap overflowJeff King1-15/+26
2014-06-20walker_fetch: fix minor memory leakJeff King1-9/+9
2014-06-20merge: use argv_array when spawning merge strategyJeff King1-29/+13
2014-06-20sequencer: use argv_array_pushfJeff King1-7/+2
2014-06-20setup_git_env: use git_pathdup instead of xmalloc + sprintfJeff King1-8/+4
2014-06-20use xstrfmt to replace xmalloc + strcpy/strcatJeff King5-23/+6
2014-06-20use xstrfmt to replace xmalloc + sprintfJeff King6-41/+18
2014-06-20use xstrdup instead of xmalloc + strcpyJeff King3-10/+4
2014-06-19git-submodule.sh: avoid "echo" path-like valuesJunio C Hamano1-8/+8
2014-06-19git-submodule.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-12/+20
2014-06-19use xstrfmt in favor of manual size calculationsJeff King2-16/+7
2014-06-19strbuf: add xstrfmt helperJeff King2-0/+28
2014-06-18avoid using skip_prefix as a booleanJeff King1-1/+1
2014-06-18daemon: mark some strings as constJeff King1-7/+7
2014-06-18parse_diff_color_slot: drop ofs parameterJeff King1-10/+10