summaryrefslogtreecommitdiffstats
path: root/thread-utils.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-22Post 2.3 cycle (batch #4)Junio C Hamano1-0/+28
2015-02-18Post 2.3 cycle (batch #3)Junio C Hamano1-0/+31
2015-02-17Post 2.3 cycle (batch #2)Junio C Hamano1-0/+48
2015-02-13do not include the same header twiceДилян Палаузов4-4/+0
2015-02-12transport-helper: fix typo in error message when --signed is not supportedMike Hommey1-1/+1
2015-02-12xread/xwrite: clip MAX_IO_SIZE to SSIZE_MAXJunio C Hamano1-1/+15
2015-02-11Post 2.3 cycle (batch #1)Junio C Hamano1-1/+64
2015-02-11git-p4: support excluding paths on syncLuke Diamand3-13/+84
2015-02-11merge-file: correctly open files when in a subdirAleksander Boruch-Gruszecki2-2/+4
2015-02-10builtin/blame: destroy initialized commit_info onlyEric Sunshine1-3/+2
2015-02-09sha1_file: fix iterating loose alternate objectsJonathon Mah2-3/+18
2015-02-09for_each_loose_file_in_objdir: take an optional strbuf pathJeff King2-10/+30
2015-02-09git-compat-util: do not step on MAC_OS_X_VERSION_MIN_REQUIREDKyle J. McKay1-3/+6
2015-02-05Git 2.3v2.3.0Junio C Hamano3-1/+12
2015-02-05config_buf_ungetc: warn when pushing back a random characterJeff King1-2/+6
2015-02-05decimal_width: avoid integer overflowJeff King2-5/+5
2015-02-05config: do not ungetc EOFJeff King2-1/+11
2015-02-05check-builtins: strip executable suffix $X when enumerating builtinsSebastian Schuberth1-1/+1
2015-02-04run_diff_files(): clarify computation of sha1 validityJunio C Hamano1-2/+6
2015-02-04ewah: fix building with gcc < 3.4.0Tom G. Christensen1-1/+2
2015-02-04Makefile: handle broken curl version number in version checkTom G. Christensen1-2/+2
2015-02-03http: support curl < 7.10.7Tom G. Christensen1-0/+2
2015-02-02git-submodule.sh: fix '/././' path normalizationPatrick Steinhardt2-1/+18
2015-02-02CodingGuidelines: describe naming rules for configuration variablesJunio C Hamano1-0/+23
2015-01-30l10n: ca.po: Fix trailing whitespaceAlex Henrie1-5/+5
2015-01-29Documentation/git-remote.txt: stress that set-url is not for triangularJunio C Hamano1-6/+14
2015-01-29t/lib-gpg: sanity-check that we can actually signJeff King1-0/+2
2015-01-29t/lib-gpg: include separate public keys in keyring.gpgJeff King2-0/+56
2015-01-29t4122: use test_write_lines from test-lib-functionsJunio C Hamano1-9/+2
2015-01-29diff-format doc: a score can follow M for rewriteJunio C Hamano1-1/+2
2015-01-28git-push.txt: document the behavior of --repoMichael J Gruber1-16/+2
2015-01-28do not check truth value of flex arraysJeff King1-1/+1
2015-01-28read_and_strip_branch: fix typo'd address-of operatorJeff King1-1/+1
2015-01-28config.txt: mark deprecated variables more prominentlyJunio C Hamano1-4/+4
2015-01-28config.txt: clarify that add.ignore-errors is deprecatedJunio C Hamano1-5/+4
2015-01-28http: add Accept-Language header if possibleYi EungJun3-0/+191
2015-01-27Git 2.3.0-rc2v2.3.0-rc2Junio C Hamano1-1/+1
2015-01-27dumb-http: do not pass NULL path to parse_pack_indexJeff King2-1/+19
2015-01-27commit: reword --author error messageMichael J Gruber1-1/+1
2015-01-26l10n: de.po: correct singular formMichael J Gruber1-1/+1
2015-01-26l10n: de.po: translate "leave behind" correctlyMichael J Gruber1-2/+2
2015-01-26l10n: de.po: fix typoBenedikt Heine1-2/+2
2015-01-26l10n: ca.po: update translationAlex Henrie1-925/+937
2015-01-26wincred: fix get credential if username has "@"Aleksey Vasenev1-3/+22
2015-01-24Documentation: what does "git log --indexed-objects" even mean?Junio C Hamano1-5/+7
2015-01-23git-p4: correct --prepare-p4-only instructionsLuke Diamand1-1/+1
2015-01-22add -i: return from list_and_choose if there is no candidateAlexander Kuleshov1-0/+5
2015-01-22Documentation: fix version numberingSven van Haastregt1-1/+1
2015-01-22apply: count the size of postimage correctlyJunio C Hamano1-2/+21
2015-01-22apply: make update_pre_post_images() sanity check the given postlenJunio C Hamano2-0/+127