summaryrefslogtreecommitdiffstats
path: root/thread-utils.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-15dir.h: move struct exclude declaration to top levelNguyễn Thái Ngọc Duy1-20/+22
2014-07-15dir.c: coding style fixNguyễn Thái Ngọc Duy1-6/+6
2014-07-10Seventh batch for 2.1Junio C Hamano1-0/+22
2014-07-10Start preparing for 2.0.2Junio C Hamano2-1/+14
2014-07-09Sixth batch for 2.1Junio C Hamano1-0/+18
2014-07-08refs: fix valgrind suppression fileDavid Turner1-4/+11
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-07t5000, t5003: simplify commitRené Scharfe2-16/+8
2014-07-07symlinks: remove PATH_MAX limitationKarsten Blees3-39/+36
2014-07-07refs.c: handle REFNAME_REFSPEC_PATTERN at end of pageDavid Turner1-1/+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-07-01sha1_file: avoid overrunning alternate object base stringRené Scharfe1-1/+2
2014-06-30wt-status: simplify building of summary limit argumentRené Scharfe1-3/+1
2014-06-30wt-status: use argv_array for environmentRené Scharfe1-5/+4
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-24t7510: test verify-commitMichael J Gruber1-1/+19
2014-06-24t7510: exit for loop with test resultMichael J Gruber1-2/+2
2014-06-24verify-commit: scriptable commit signature verificationMichael J Gruber6-0/+125
2014-06-24gpg-interface: provide access to the payloadMichael J Gruber3-0/+4
2014-06-24gpg-interface: provide clear helper for struct signature_checkMichael J Gruber4-6/+15
2014-06-23builtin/clone.c: detect a clone starting at a tag correctlyJunio C Hamano1-1/+1
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