summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Merge branch 'tm/fetch-prune'Libravatar Junio C Hamano2-10/+58
2014-01-10Merge branch 'sb/diff-orderfile-config'Libravatar Junio C Hamano5-15/+125
2014-01-10Merge branch 'bc/log-decoration'Libravatar Junio C Hamano2-0/+17
2014-01-10Merge branch 'jh/rlimit-nofile-fallback'Libravatar Junio C Hamano1-7/+30
2014-01-10Merge branch 'rt/bfg-ad-in-filter-branch-doc'Libravatar Junio C Hamano1-1/+32
2014-01-10Merge branch 'mh/path-max'Libravatar Junio C Hamano2-31/+45
2014-01-10Merge branch 'ap/path-max'Libravatar Junio C Hamano3-36/+42
2014-01-10Merge branch 'cc/replace-object-info'Libravatar Junio C Hamano8-26/+141
2014-01-10Merge branch 'nd/negative-pathspec'Libravatar Junio C Hamano7-40/+354
2014-01-09rebase: fix fork-point with zero argumentsLibravatar John Keeping2-3/+12
2014-01-09shorten_unambiguous_ref(): tighten up pointer arithmeticLibravatar Michael Haggerty1-2/+2
2014-01-09gen_scanf_fmt(): delete function and use snprintf() insteadLibravatar Michael Haggerty1-26/+9
2014-01-09shorten_unambiguous_ref(): introduce a new local variableLibravatar Michael Haggerty1-4/+4
2014-01-09t5537: fix incorrect expectation in test case 10Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2014-01-07rm: better document side effects when removing a submoduleLibravatar Jens Lehmann2-0/+25
2014-01-07mv: better document side effects when moving a submoduleLibravatar Jens Lehmann2-0/+33
2014-01-07stash: handle specifying stashes with $IFSLibravatar Øystein Walle2-7/+19
2014-01-07completion: complete format.coverLetterLibravatar Ramkumar Ramachandra1-0/+1
2014-01-07sha1_name: don't resolve refs when core.warnambiguousrefs is falseLibravatar Brodie Rao1-2/+2
2014-01-07pager: set LV=-c alongside LESS=FRSXLibravatar Jonathan Nieder5-3/+28
2014-01-07git-submodule.sh: 'checkout' is a valid update modeLibravatar Francesco Pretto1-1/+12
2014-01-06user-manual: improve html and pdf formattingLibravatar Thomas Ackermann2-2/+2
2014-01-06builtin/help.c: speed up is_git_command() by checking for builtin commands firstLibravatar Sebastian Schuberth4-117/+134
2014-01-06builtin/help.c: call load_command_list() only when it is neededLibravatar Sebastian Schuberth1-1/+2
2014-01-06git.c: consistently use the term "builtin" instead of "internal command"Libravatar Sebastian Schuberth2-8/+8
2014-01-06Merge branch 'maint'Libravatar Junio C Hamano2-8/+10
2014-01-06completion: fix remote.pushdefaultLibravatar Ramkumar Ramachandra1-0/+1
2014-01-06completion: fix branch.autosetup(merge|rebase)Libravatar Ramkumar Ramachandra1-0/+1
2014-01-06completion: introduce __gitcomp_nl_append ()Libravatar Ramkumar Ramachandra2-4/+26
2014-01-06zsh completion: find matching custom bash completionLibravatar Ramkumar Ramachandra1-1/+1
2014-01-06Merge branch 'maint' of git://github.com/git-l10n/git-po into maintLibravatar Junio C Hamano1-8/+8
2014-01-06Documentation/gitmodules: Only 'update' and 'url' are requiredLibravatar W. Trevor King1-0/+2
2014-01-06shallow: remove unused codeLibravatar Ramsay Jones4-20/+0
2014-01-06send-pack.c: mark a file-local function staticLibravatar Ramsay Jones1-1/+1
2014-01-03get_octopus_merge_bases(): cleanup redundant variableLibravatar Vasily Makarov1-18/+18
2014-01-03fetch --prune: Run prune before fetchingLibravatar Tom Miller2-5/+19
2014-01-03fetch --prune: always print header urlLibravatar Tom Miller2-5/+39
2014-01-03l10n: de.po: fix translation of 'prefix'Libravatar Ralf Thielow1-8/+8
2014-01-02gc: notice gc processes run by other usersLibravatar Kyle J. McKay1-1/+1
2014-01-02t0000: drop "known breakage" testLibravatar Jeff King1-3/+0
2014-01-02t0000: simplify HARNESS_ACTIVE hackLibravatar Jeff King2-11/+5
2014-01-02t0000: set TEST_OUTPUT_DIRECTORY for sub-testsLibravatar Jeff King1-0/+2
2014-01-02use distinct username/password for http auth testsLibravatar Jeff King6-17/+26
2014-01-02Revert "prompt: clean up strbuf usage"Libravatar Jeff King1-1/+2
2014-01-02Add MirBSD support to the build system.Libravatar Benny Siegert2-1/+8
2013-12-30replace info: rename 'full' to 'long' and clarify in-code symbolsLibravatar Christian Couder3-14/+18
2013-12-30Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2013-12-30for-each-ref: remove unused variableLibravatar Ramkumar Ramachandra1-2/+1
2013-12-30merge-base --octopus: reduce the result from get_octopus_merge_bases()Libravatar Junio C Hamano2-1/+40
2013-12-30merge-base: separate "--independent" codepath into its own helperLibravatar Junio C Hamano1-6/+25