aboutsummaryrefslogtreecommitdiffstats
path: root/range-diff.c
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-10-13 17:39:15 +0200
committerJunio C Hamano <gitster@pobox.com>2022-10-13 09:32:56 -0700
commite8eeda1f9e1e125e268e97cfea42bf3ea8232b68 (patch)
tree6f9a0c3a42359c018cfbc92be63cdfbcc09f4187 /range-diff.c
parentdoc txt & -h consistency: make "rerere" consistent (diff)
downloadgit-e8eeda1f9e1e125e268e97cfea42bf3ea8232b68.tar.gz
git-e8eeda1f9e1e125e268e97cfea42bf3ea8232b68.zip
doc txt & -h consistency: make "read-tree" consistent
The C version was right to use "()" in place of "[]" around the option listing, let's update the *.txt version accordingly, and furthermore list the *.c options in the same order as the *.txt. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'range-diff.c')
0 files changed, 0 insertions, 0 deletions
c6b64f00ba69825294c40db07&follow=1'>combine-diff: fix hunks at the end (take #2).Junio C Hamano1-28/+21 2006-04-11combine-diff: do not lose hunks with only deletion at end.Junio C Hamano1-11/+29 2006-04-11Replace index() with strchr().Dennis Stosberg2-7/+7 2006-04-11Solaris 9 also wants our own unsetenv/setenv.Dennis Stosberg1-0/+4 2006-04-11Retire git-log.sh (take #3)Junio C Hamano1-2/+3 2006-04-11Separate the raw diff and patch with a newlinePetr Baudis2-0/+2 2006-04-11Document --patch-with-rawPetr Baudis2-0/+5 2006-04-10diff-* --patch-with-rawJunio C Hamano3-33/+61 2006-04-10Implement limited context matching in git-apply.Eric W. Biederman2-19/+112 2006-04-10Retire git-log.sh (take#2)Junio C Hamano1-3/+3 2006-04-10blame and friends: adjust to multiple pathspec change.Junio C Hamano6-23/+34 2006-04-10Retire git-log.shJunio C Hamano1-3/+8 2006-04-10git log --full-diffJunio C Hamano1-1/+12 2006-04-10tree-diff: do not assume we use only one pathspecJunio C Hamano4-24/+32 2006-04-10Retire diffcore-pathspec.Junio C Hamano5-81/+11 2006-04-09Improve the git-diff-tree -c/-cc documentationPetr Baudis1-9/+16 2006-04-09git log [diff-tree options]...Junio C Hamano1-1/+31 2006-04-09log-tree: separate major part of diff-tree.Junio C Hamano4-204/+224 2006-04-08Make "--parents" logs also be incrementalLinus Torvalds4-18/+18 2006-04-08xdiff/xdiffi.c: fix warnings about possibly uninitialized variablesMarco Roeland1-2/+3 2006-04-08diffcore-rename: fix merging back a broken pair.Junio C Hamano1-4/+10 2006-04-08diff: fix output of total-rewrite diff.Junio C Hamano1-2/+3 2006-04-08git-log: match rev-list --abbrev and --abbrev-commitJunio C Hamano1-2/+13 2006-04-07GIT 1.3.0-rc3v1.3.0-rc3Junio C Hamano1-1/+1 2006-04-07count-delta: match get_delta_hdr_size() changes.v1.2.6Junio C Hamano1-2/+2 2006-04-07check patch_delta bounds more carefullyNicolas Pitre3-9/+28 2006-04-07git-svnimport: Don't assume that copied files haven't changedKarl Hasselström1-5/+10 2006-04-07rev-list --abbrev-commitJunio C Hamano1-1/+14 2006-04-07Thin pack generation: optimization.Junio C Hamano1-48/+236