summaryrefslogtreecommitdiffstats
path: root/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-04-09doc/http-backend: missing accent grave in literal mark-upThomas Ackermann1-1/+1
2014-04-09utf8.c: partially update to version 6.3Torsten Bögershausen1-5/+4
2014-04-08Update draft release notes to 2.0Junio C Hamano1-17/+11
2014-04-08Update draft release notes to 1.9.2Junio C Hamano1-0/+9
2014-04-07git-p4: explicitly specify that HEAD is a revisionVlad Dogaru1-1/+1
2014-04-07git-multimail: update to version 1.0.0Michael Haggerty5-56/+249
2014-04-04pack-objects: do not reuse packfiles without --delta-base-offsetJeff King1-1/+12
2014-04-04add `ignore_missing_links` mode to revwalkVicent Marti5-5/+44
2014-04-04MSVC: allow using ExtUtils::MakeMakerMarat Radchenko1-1/+0
2014-04-03Update draft release notes to 2.0Junio C Hamano1-0/+25
2014-04-03Start preparing for 1.9.1Junio C Hamano2-1/+39
2014-04-02Revert part of 384364b (Start preparing for Git 2.0, 2014-03-07)Junio C Hamano1-5/+0
2014-04-02Revert "submodule: explicit local branch creation in module_clone"Junio C Hamano4-109/+26
2014-04-02update-ref: fail create operation over stdin if ref already existsAman Gupta2-0/+12
2014-04-01t4212: loosen far-in-future test for AIXJeff King1-4/+2
2014-04-01date: recognize bogus FreeBSD gmtime outputJeff King4-0/+45
2014-04-01rev-parse: fix typo in example on manpageRené Scharfe1-1/+1
2014-04-01Revert "Merge branch 'wt/doc-submodule-name-path-confusion-2'"Junio C Hamano1-1/+1
2014-03-31Update draft release notes to 2.0Junio C Hamano1-0/+13
2014-03-31code and test: fix misuses of "nor"Justin Lebar12-16/+16
2014-03-31comments: fix misuses of "nor"Justin Lebar20-27/+26
2014-03-31contrib: fix misuses of "nor"Justin Lebar2-3/+3
2014-03-31Documentation: fix misuses of "nor"Justin Lebar25-44/+43
2014-03-31parse-options: remove unused OPT_SET_PTRMarat Radchenko5-19/+4
2014-03-31parse-options: add cast to correct pointer type to OPT_SET_PTRJunio C Hamano2-2/+2
2014-03-31MSVC: fix t0040-parse-options crashMarat Radchenko1-1/+1
2014-03-31tests: don't rely on strerror text when testing rmdir failureCharles Bailey2-4/+2
2014-03-31dir.c: make git_fnmatch() not inlineCharles Bailey1-3/+3
2014-03-31diff-no-index: correctly diagnose error return from diff_opt_parse()Junio C Hamano1-1/+1
2014-03-31environment.c: fix constness for odb_pack_keep()Nguyễn Thái Ngọc Duy2-2/+2
2014-03-31gc --aggressive: make --depth configurableNguyễn Thái Ngọc Duy3-1/+15
2014-03-28Update draft release notes to 2.0Junio C Hamano1-0/+27
2014-03-28MSVC: link in invalidcontinue.obj for better POSIX compatibilityMarat Radchenko1-1/+1
2014-03-27doc: submodule.*.branch config is keyed by nameW. Trevor King1-1/+1
2014-03-27doc: submodule.* config are keyed by submodule namesW. Trevor King1-1/+1
2014-03-27MSVC: allow linking with the cURL libraryMarat Radchenko2-1/+2
2014-03-26fetch: handle overlaping refspecs on --pruneCarlos Martín Nieto2-7/+45
2014-03-26status: disable translation when --porcelain is usedMatthieu Moy2-5/+9