summaryrefslogtreecommitdiffstats
path: root/read-cache.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-12-20daemon: be strict at parsing parameters --[no-]informative-errorsNguyễn Thái Ngọc Duy1-2/+2
2013-12-19diff: add diff.orderfile configuration variableSamuel Bronson4-0/+23
2013-12-19diff: let "git diff -O" read orderfile from any file and fail properlySamuel Bronson2-15/+34