0
Commit Graph

7 Commits

Author SHA1 Message Date
Hong Xu
747ba9f8ad Add a tip to speed up git
Recommend the git option `feature.manyFiles` due to the size of the Chromium repo.

Bug: None
Change-Id: I7da21057260382bc11b2d26d4e128ed02d368cae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4708749
Reviewed-by: Vignesh Shenvi <vshenvi@google.com>
Commit-Queue: Hong Xu <xuhong@google.com>
Reviewed-by: Leonid Baraz <lbaraz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1173772}
2023-07-22 00:14:11 +00:00
Ernesto Izquierdo Clua
8fed53ea6f Fix broken link in git tips docs.
This patch fixes a link in the Git Tips documentation page.

Change-Id: I1a2eceb192c78a97868ef93a0bdc9f5af6ef618d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4515378
Commit-Queue: Ernesto Izquierdo Clua <eic@google.com>
Reviewed-by: Veronique Nguyen <veronguyen@google.com>
Cr-Commit-Position: refs/heads/main@{#1141454}
2023-05-09 16:34:25 +00:00
Andrew Williams
bbc1a1ee3e Update URLs in docs; replace some uses of 'master'
Bug: 1231155
Change-Id: I0634229c0739c97ac0d7530dd58c33771958149a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3042058
Reviewed-by: Toby Huang <tobyhuang@chromium.org>
Commit-Queue: Andrew Williams <awillia@google.com>
Cr-Commit-Position: refs/heads/master@{#903745}
2021-07-21 01:51:22 +00:00
Colin Blundell
4fcadea005 git tips: Add instructions about displaying commit date
Gives documentation for how to have "git log" display the commit date
rather than the author date.

Hat tip to tapted@chromium.org, aberent@chromium.org, and
michaelpg@chromium.org for developing the magic incantation.

Cf. this chromium-dev@ discussion:

https: //groups.google.com/a/chromium.org/d/topic/chromium-dev/q3qJT2tu7Oc/discussion
Change-Id: Ib87d232f031cf1fc0363f88d677a5e559eef5acb
Reviewed-on: https://chromium-review.googlesource.com/531164
Commit-Queue: Colin Blundell <blundell@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#479018}
2017-06-13 15:01:11 +00:00
boushley
c9e9749225 Fix typos in git_tips.md doc.
R=andybons@chromium.org

Review-Url: https://codereview.chromium.org/2786413004
Cr-Commit-Position: refs/heads/master@{#461206}
2017-03-31 20:20:41 +00:00
andybons
22afb31800 [Docs]: Updates to match style guide.
TBR=nodir
BUG=524256

Review URL: https://codereview.chromium.org/1314513007

Cr-Commit-Position: refs/heads/master@{#346334}
2015-08-31 02:25:23 +00:00
andybons
3322f7611b Per https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/irLAQ8f8uGk
Initial migration of wiki content over to src/docs

There will be a follow-up CL to ensure docs are following chromium’s style guide, links are fixed, etc. The file auditing was becoming too much for a single change and per Nico’s suggestion, it seems to be better to do

+ Bulk import with initial prune.
+ Follow-up CLs to clean up the documentation.

So that each CL has its own purpose.

BUG=none

Review URL: https://codereview.chromium.org/1309473002

Cr-Commit-Position: refs/heads/master@{#345186}
2015-08-24 21:39:36 +00:00