summaryrefslogtreecommitdiffstats
path: root/git-cvsserver.perl (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-13Update draft release notes to 1.9Junio C Hamano1-0/+15
2014-01-13Git 1.8.5.3v1.8.5.3Junio C Hamano4-3/+31
2014-01-13pack-heuristics.txt: mark up the file header properlyThomas Ackermann1-2/+2
2014-01-13t5531: further "matching" fixupsJeff King1-0/+1
2014-01-11diff test: reading a directory as a file need not error outJonathan Nieder1-4/+0
2014-01-10mv: let 'git mv file no-such-dir/' error out on Windows, tooJohannes Sixt1-0/+2
2014-01-10Update draft release notes to 1.9Junio C Hamano1-1/+114
2014-01-10rebase: fix fork-point with zero argumentsJohn Keeping2-3/+12
2014-01-10shorten_unambiguous_ref(): tighten up pointer arithmeticMichael Haggerty1-2/+2
2014-01-09gen_scanf_fmt(): delete function and use snprintf() insteadMichael Haggerty1-26/+9
2014-01-09shorten_unambiguous_ref(): introduce a new local variableMichael Haggerty1-4/+4
2014-01-07rm: better document side effects when removing a submoduleJens Lehmann2-0/+25
2014-01-07mv: better document side effects when moving a submoduleJens Lehmann2-0/+33
2014-01-07stash: handle specifying stashes with $IFSØystein Walle2-7/+19
2014-01-07completion: complete format.coverLetterRamkumar Ramachandra1-0/+1
2014-01-07sha1_name: don't resolve refs when core.warnambiguousrefs is falseBrodie Rao1-2/+2
2014-01-07pager: set LV=-c alongside LESS=FRSXJonathan Nieder5-3/+28
2014-01-06user-manual: improve html and pdf formattingThomas Ackermann2-2/+2
2014-01-06builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth4-117/+134
2014-01-06builtin/help.c: call load_command_list() only when it is neededSebastian Schuberth1-1/+2
2014-01-06git.c: consistently use the term "builtin" instead of "internal command"Sebastian Schuberth2-8/+8
2014-01-06completion: fix remote.pushdefaultRamkumar Ramachandra1-0/+1
2014-01-06completion: fix branch.autosetup(merge|rebase)Ramkumar Ramachandra1-0/+1
2014-01-06completion: introduce __gitcomp_nl_append ()Ramkumar Ramachandra2-4/+26
2014-01-06zsh completion: find matching custom bash completionRamkumar Ramachandra1-1/+1
2014-01-06Documentation/gitmodules: Only 'update' and 'url' are requiredW. Trevor King1-0/+2
2014-01-03get_octopus_merge_bases(): cleanup redundant variableVasily Makarov1-18/+18
2014-01-03fetch --prune: Run prune before fetchingTom Miller2-5/+19
2014-01-03fetch --prune: always print header urlTom Miller2-5/+39
2014-01-03l10n: de.po: fix translation of 'prefix'Ralf Thielow1-8/+8
2014-01-03gc: notice gc processes run by other usersKyle J. McKay1-1/+1
2014-01-02t0000: drop "known breakage" testJeff King1-3/+0
2014-01-02t0000: simplify HARNESS_ACTIVE hackJeff King2-11/+5
2014-01-02t0000: set TEST_OUTPUT_DIRECTORY for sub-testsJeff King1-0/+2
2014-01-02use distinct username/password for http auth testsJeff King6-17/+26
2014-01-02Revert "prompt: clean up strbuf usage"Jeff King1-1/+2
2014-01-02Add MirBSD support to the build system.Benny Siegert2-1/+8
2013-12-30replace info: rename 'full' to 'long' and clarify in-code symbolsChristian Couder3-14/+18
2013-12-30for-each-ref: remove unused variableRamkumar Ramachandra1-2/+1
2013-12-30merge-base --octopus: reduce the result from get_octopus_merge_bases()Junio C Hamano2-1/+40
2013-12-30merge-base: separate "--independent" codepath into its own helperJunio C Hamano1-6/+25
2013-12-28Remove the line length limit for graft filesJohannes Schindelin4-10/+45
2013-12-27git-svn: workaround for a bug in svn serf backendRoman Kagan1-2/+8
2013-12-26commit.c: make "tree" a const pointer in commit_tree*()Nguyễn Thái Ngọc Duy2-4/+4
2013-12-26cat-file: provide %(deltabase) batch formatJeff King3-3/+49
2013-12-26sha1_object_info_extended: provide delta base sha1sJeff King2-0/+54
2013-12-26do not pretend sha1write returns errorsJeff King4-7/+3
2013-12-26add: don't complain when adding empty project rootNguyễn Thái Ngọc Duy2-1/+20
2013-12-26remote-hg: test 'shared_path' in a moved cloneAntoine Pelisse1-0/+11
2013-12-20log: properly handle decorations with chained tagsbrian m. carlson2-0/+17