summaryrefslogtreecommitdiffstats
path: root/varint.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-28submodule-config: fix test binary crashing when no arguments givenHeiko Voigt1-1/+1
2016-07-28submodule-config: combine early return code into one gotoHeiko Voigt1-19/+12
2016-07-28submodule-config: passing name reference for .gitmodule blobsHeiko Voigt2-9/+28
2016-07-28Some fixes for 2.9.3Junio C Hamano2-1/+59
2016-07-26subtree: fix "git subtree split --rejoin"David Aguilar2-0/+17
2016-07-26t7900-subtree.sh: fix quoting and broken && chainsDavid Aguilar1-8/+8
2016-07-26submodule deinit: remove outdated commentStefan Beller1-2/+0
2016-07-26commit: describe that --no-verify skips the commit-msg hook in the help textOrgad Shaneh1-1/+1
2016-07-26config.mak.uname: correct perl path on FreeBSDNguyễn Thái Ngọc Duy1-0/+1
2016-07-25grep: further simplify setting the pattern typeJunio C Hamano4-16/+29
2016-07-22Documentation: pack-protocol correct NAK responseStefan Beller1-1/+1
2016-07-22diff: do not reuse worktree files that need "clean" conversionJeff King2-0/+18
2016-07-22Windows: add missing definition of ENOTSOCKJohannes Sixt1-0/+3
2016-07-22contrib/persistent-https: use Git version for build labelParker Moore1-1/+1
2016-07-22contrib/persistent-https: update ldflags syntax for Go 1.7+Parker Moore1-1/+3
2016-07-22status: suggest 'git merge --abort' when appropriateMatthieu Moy3-2/+10
2016-07-22strbuf: avoid calling strbuf_grow() twice in strbuf_addbuf()René Scharfe2-5/+8
2016-07-21t5541: fix url scrubbing test when GPG is not setJeff King1-2/+4
2016-07-19submodule-config: use explicit empty string instead of strbuf in config_from()René Scharfe1-2/+1
2016-07-19use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe3-3/+3
2016-07-18t/t8003-blame-corner-cases.sh: Use here documentsMike Hommey1-17/+17
2016-07-18blame: allow to blame paths freshly added to the indexMike Hommey2-1/+54
2016-07-18cache-tree: do not generate empty trees as a result of all i-t-a subentriesNguyễn Thái Ngọc Duy2-1/+23
2016-07-18cache-tree.c: fix i-t-a entry skipping directory updates sometimesNguyễn Thái Ngọc Duy2-2/+19
2016-07-18test-lib.sh: introduce and use $EMPTY_BLOBNguyễn Thái Ngọc Duy8-38/+35
2016-07-18test-lib.sh: introduce and use $EMPTY_TREENguyễn Thái Ngọc Duy6-13/+11
2016-07-18configure.ac: stronger test for pthread linkageEric Wong1-0/+5
2016-07-18daemon: ignore ENOTSOCK from setsockoptEric Wong1-3/+5
2016-07-15Git 2.9.2v2.9.2Junio C Hamano4-3/+17
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughJeff King3-3/+18
2016-07-14diff: document diff-filter exclusionJunio C Hamano1-0/+3
2016-07-14push: anonymize URL in status outputJeff King2-2/+12
2016-07-13fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy4-6/+29
2016-07-13pack-objects: do not truncate result in-pack object size on 32-bit systemsNguyễn Thái Ngọc Duy1-7/+8
2016-07-13index-pack: correct "offset" type in unpack_entry_data()Nguyễn Thái Ngọc Duy1-1/+1
2016-07-13index-pack: report correct bad object offsets even if they are largeNguyễn Thái Ngọc Duy1-3/+4
2016-07-13index-pack: correct "len" type in unpack_data()Nguyễn Thái Ngọc Duy1-7/+7
2016-07-13sha1_file.c: use type off_t* for object_info->disk_sizepNguyễn Thái Ngọc Duy2-3/+3
2016-07-13worktree: use strbuf_add_absolute_path() directlyRené Scharfe1-2/+2
2016-07-13rm: reuse strbuf for all remove_dir_recursively() callsRené Scharfe1-2/+3
2016-07-12pack-objects: pass length to check_pack_crc() without truncationNguyễn Thái Ngọc Duy2-2/+2
2016-07-12travis-ci: enable web server tests t55xx on LinuxLars Schneider1-0/+2
2016-07-11t/test-lib.sh: fix running tests with --valgrindJohannes Schindelin1-1/+1
2016-07-11diff: fix a double off-by-one with --ignore-space-at-eolJohannes Schindelin3-4/+6
2016-07-11diff: demonstrate a bug with --patience and --ignore-space-at-eolJohannes Schindelin1-0/+8
2016-07-11Git 2.9.1v2.9.1Junio C Hamano3-2/+58
2016-07-11hoist out handle_nonblock function for xread and xwriteEric Wong1-28/+20
2016-07-08am: counteract gender biasJohannes Schindelin1-8/+8
2016-07-07notes-merge: use O_EXCL to avoid overwriting existing filesRené Scharfe1-5/+1
2016-07-07.gitattributes: set file type for C filesRené Scharfe1-1/+1