Commit graph

6 commits

Author SHA1 Message Date
gedankenstuecke
913b9fd0ea adds missing re-adding of origin to repo cleaning (#874)
The missing bit was [identified in the Codeberg e. V. member forum](https://forum.codeberg.org/d/265-problems-regarding-the-instructions-in-reducing-the-size-of-a-repository), this just adds the remote that gets removed back in.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/874
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2026-08-14 15:14:13 +02:00
jarrodlovas
1ef2d6fae7 docs: Updated git config command examples, outlining those commands have changed and also added a warning for users to consider migrating to the new command syntax (#802)
Updated git config syntax and added a warning for users that it's recommended to migrate to the new syntax.
This was suggested in issue #756.

Closes: #756
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/802
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
2026-06-25 21:31:22 +02:00
Gusted
ad9e3c53e0 Make linters happy (#723)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/723
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-12-19 02:12:14 +01:00
TalpaEuropaea
eec6e02abf doc: fixed typo in content/git/reduce-size.md (#717)
Added a missing "to".

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/717
Reviewed-by: Bastian Greshake Tzovaras <gedankenstuecke@noreply.codeberg.org>
Co-authored-by: TalpaEuropaea <talpaeuropaea@noreply.codeberg.org>
Co-committed-by: TalpaEuropaea <talpaeuropaea@noreply.codeberg.org>
2025-12-08 16:23:43 +01:00
Javier Pérez
941914f698 Fix lint issues (#629)
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Fixed

- Lint issues:
  - Line length ([MD013](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md)).
  -  Heading levels should only increment by one level at a time ([MD001](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md001.md)).
  - Link fragments should be valid ([MD051](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md051.md)).
---

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/629
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Javier Pérez <walpo@noreply.codeberg.org>
Co-committed-by: Javier Pérez <walpo@noreply.codeberg.org>
2025-11-21 12:35:05 +01:00
Bastian Greshake Tzovaras
43af756a75 Add docs on how to reduce git repo size/remove files (#639)
Given the plan to enable the storage quotas at some point in the future, instructions for how to reduce the size of git repos will become more relevant (and indeed, this has been a recurring question that came up on Codeberg, Matrix etc since announcing the quotas).

Building on @aral's draft in #418 I've gone ahead and took a stab at adding such a docs page, which hopefully helps outline the approach with enough warnings 😆

Closes #418

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/639
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
Co-committed-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
2025-07-12 16:10:52 +02:00