aboutsummaryrefslogtreecommitdiffstats
path: root/merge-blobs.c
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2019-06-05 16:10:13 -0400
committerJunio C Hamano <gitster@pobox.com>2019-06-06 09:33:42 -0700
commit459842e1c2777812130545dc52753c6f4d517e21 (patch)
tree92552a228c83a86b40d09bfa0ce095552fb2f3bd /merge-blobs.c
parentconfig/alias.txt: change " and ' to ` (diff)
downloadgit-459842e1c2777812130545dc52753c6f4d517e21.tar.gz
git-459842e1c2777812130545dc52753c6f4d517e21.zip
config/alias.txt: document alias accepting non-command first word
One can see that an alias that begins with a non-command first word, such as `loud-rebase = -c commit.verbose=true rebase`, is permitted. However, this isn't immediately obvious to users as alias instances typically begin with a command. Document the fact that an alias can begin with a non-command first word so that users will be able to discover that this is a feature. Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'merge-blobs.c')
0 files changed, 0 insertions, 0 deletions
d34664422863096f1a089f779bed1f00edf6&follow=1'>fix pread()'s short read in index-packNicolas Pitre3-6/+14 2008-10-09builtin-apply: fix typo leading to stack corruptionImre Deak1-1/+1 2008-10-09git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey1-18/+4 2008-10-09Cleanup in sha1_file.c::cache_or_unpack_entry()Miklos Vajna1-4/+2 2008-10-09builtin-merge.c: allocate correct amount of memoryBrandon Casey1-2/+2 2008-10-08Do not use errno when pread() returns 0Samuel Tardieu1-1/+4 2008-10-08Replace xmalloc/memset(0) pairs with xcallocBrandon Casey5-11/+5 2008-10-08git init: --bare/--shared overrides system/global configDeskin Miller2-2/+42 2008-10-08git-push.txt: Describe --repo option in more detailJohannes Sixt2-6/+20 2008-10-08git rm: refresh index before up-to-date checkJohannes Schindelin2-8/+18 2008-10-07Fix a few typos in relnotesMikael Magnusson1-4/+4 2008-10-06Teach git diff about Objective-C syntaxJonathan del Strother2-0/+12 2008-10-06Add git-svn branch to allow branch creation in SVN repositoriesFlorian Ragwitz3-2/+128 2008-10-06Update release notes for 1.6.0.3Shawn O. Pearce1-1/+51 2008-10-06do not segfault if make_cache_entry failedDmitry Potapov3-0/+7 2008-10-06Teach rebase -i to honor pre-rebase hookNanako Shiraishi3-7/+148 2008-10-06docs: describe pre-rebase hookNanako Shiraishi1-0/+7 2008-10-06do not segfault if make_cache_entry failedDmitry Potapov2-0/+5 2008-10-06make prefix_path() never return NULLDmitry Potapov1-7/+2 2008-10-06fix bogus "diff --git" header from "diff --no-index"Linus Torvalds2-0/+25 2008-10-06Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz1-2/+2 2008-10-05builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov1-0/+2 2008-10-05bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor1-27/+9 2008-10-03builtin-merge: refresh the index before calling a strategyMiklos Vajna2-0/+19 2008-10-03Makefile: do not set NEEDS_LIBICONV for Solaris 8Jeff King1-1/+0 2008-10-03rebase -i: remove leftover debuggingSZEDER Gábor1-1/+1 2008-10-03gitweb: Support for simple project search formPetr Baudis2-2/+14 2008-10-03gitweb: Make the by_tag filter delve in forks as wellPetr Baudis1-3/+10 2008-10-03gitweb: Support for tag cloudsPetr Baudis1-0/+109 2008-10-02rebase -i: proper prepare-commit-msg hook argument when squashingSZEDER Gábor1-6/+11 2008-10-02bash completion: Add --[no-]validate to "git send-email"Teemu Likonen1-1/+2 2008-10-02gitweb: Add support for extending the action bar with custom linksPetr Baudis1-1/+34 2008-10-02parse-opt: migrate builtin-merge-file.Pierre Habouzit1-31/+37 2008-10-02parse-opt: migrate git-merge-base.Pierre Habouzit1-21/+16 2008-10-02parse-opt: migrate fmt-merge-msg.Pierre Habouzit1-28/+21 2008-10-02xdiff-interface.c: strip newline (and cr) from line before pattern matchingBrandon Casey1-1/+11