summaryrefslogtreecommitdiffstats
path: root/attr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-29sequencer: do not update/refresh index if the lock cannot be heldNguyễn Thái Ngọc Duy1-1/+1
2014-04-29ewah: delete unused ewah_read_mmap_native declarationNguyễn Thái Ngọc Duy1-1/+0
2014-04-29ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy2-3/+3
2014-04-28Makefile: default to -lcurl when no CURL_CONFIG or CURLDIRDave Borowitz1-13/+28
2014-04-25Git 2.0-rc1v2.0.0-rc1Junio C Hamano2-1/+6
2014-04-23ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay1-1/+1
2014-04-21Update draft release notes to 2.0Junio C Hamano1-3/+12
2014-04-21t5801 (remote-helpers): cleanup environment setsFelipe Contreras1-7/+4
2014-04-21run_external_diff: use an argv_array for the command lineJeff King1-16/+16
2014-04-19Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not givenJohan Herland20-153/+131
2014-04-18Git 2.0-rc0v2.0.0-rc0Junio C Hamano2-1/+6
2014-04-18i18n: mention "TRANSLATORS:" marker in Documentation/CodingGuidelinesJunio C Hamano1-0/+10
2014-04-17t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto1-7/+7
2014-04-17git-tag.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-revert.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-resolve.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-repack.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-merge.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-ls-remote.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-17git-commit.sh: use the $( ... ) construct for command substitutionElia Pinto1-5/+5
2014-04-17git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto1-10/+10
2014-04-17git-checkout.sh: use the $( ... ) construct for command substitutionElia Pinto1-4/+4
2014-04-17install-webdoc.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-17howto-index.sh: use the $( ... ) construct for command substitutionElia Pinto1-6/+6
2014-04-17i18n: only extract comments marked with "TRANSLATORS:"Jiang Xin2-6/+4
2014-04-17i18n: remove obsolete comments for translators in diffstat generationJiang Xin1-8/+0
2014-04-17i18n: fix uncatchable comments for translators in date.cJiang Xin1-1/+1
2014-04-17Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"Kyle J. McKay1-10/+1
2014-04-17rebase: avoid non-function use of "return" on FreeBSDKyle J. McKay3-0/+45
2014-04-16Update draft release notes for 2.0Junio C Hamano1-0/+11
2014-04-16config.c: mark die_bad_number as NORETURNJeff King1-0/+1
2014-04-15Makefile: allow static linking against libcurlDave Borowitz1-3/+13
2014-04-15Makefile: use curl-config to determine curl flagsDave Borowitz1-12/+23
2014-04-14transport-helper: fix sync issue on crashesFelipe Contreras2-3/+30
2014-04-14transport-helper: trivial cleanupFelipe Contreras1-12/+12
2014-04-14transport-helper: propagate recvline() error pushingFelipe Contreras1-7/+11
2014-04-14remote-helpers: make recvline return an errorFelipe Contreras1-7/+14
2014-04-14transport-helper: remove barely used xchgline()Felipe Contreras1-7/+2
2014-04-14prompt: fix missing file errors in zshFelipe Contreras1-7/+14
2014-04-14remote-bzr: trivial test fixFelipe Contreras1-1/+1
2014-04-11test: fix t5560 on FreeBSDKyle J. McKay1-2/+2
2014-04-11test: fix t7001 cp to use POSIX optionsKyle J. McKay1-2/+2
2014-04-09completion: fix completing args of aliased "push", "fetch", etc.Felipe Contreras2-0/+2
2014-04-09remote-bzr: include authors field in pushed commitsdequis2-0/+26
2014-04-09remote-bzr: add support for older versionsFelipe Contreras1-2/+2
2014-04-09remote-hg: always normalize pathsFelipe Contreras1-0/+1
2014-04-09remote-helpers: allow all tests running from any dirFelipe Contreras2-2/+4
2014-04-09Git 1.9.2v1.9.2Junio C Hamano3-2/+23