Skip to content

Conversation

msaf9
Copy link
Contributor

@msaf9 msaf9 commented Oct 6, 2025

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page(s) have at most 8 examples.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

@github-actions github-actions bot added new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers. labels Oct 6, 2025
@tldr-bot
Copy link

tldr-bot commented Oct 6, 2025

The build for this PR failed with the following error(s) at commit
1683995f6129d050a115cc5c7850d4f40927f44b:

pages/common/git-fast-export.md:22: TLDR005 Example descriptions should end in a colon with no trailing characters

Please fix the error(s) and push again.

@Managor Managor changed the title git_fast_export: add page git-fast-export: add page Oct 6, 2025
@Managor
Copy link
Member

Managor commented Oct 6, 2025

What doesgit fast-export without any extra arguments do?

@msaf9
Copy link
Contributor Author

msaf9 commented Oct 6, 2025

If we run git fast-export without any arguments, Git doesn’t know what commits or refs to export, so it simply shows the usage/help message, like:

usage: git fast-export [<rev-list-opts>]

@Managor
Copy link
Member

Managor commented Oct 6, 2025

I assume you pushed that page to the wrong branch

@msaf9
Copy link
Contributor Author

msaf9 commented Oct 6, 2025

I just added one more page, but forgot about the current in-progress PR.

@Managor
Copy link
Member

Managor commented Oct 6, 2025

Why do the output files all have different names and extensions?

@msaf9
Copy link
Contributor Author

msaf9 commented Oct 6, 2025

I want to demonstrate that we can export to various file formats and use different file names to prevent confusion.

@Managor
Copy link
Member

Managor commented Oct 6, 2025

Does the export format get defined by simply changing the output extension?

@msaf9
Copy link
Contributor Author

msaf9 commented Oct 6, 2025

No, the file extension in git fast-export doesn’t affect the export format at all.

git fast-export writes a plain-text stream that describes the full commit history in a special format defined by Git.

@msaf9 msaf9 requested a review from Managor October 6, 2025 04:38
@Managor
Copy link
Member

Managor commented Oct 6, 2025

I see you accidentally used your main branch as the one you filed the pull request from. I'll help you out and call for others to quickly review this PR so that you can nuke your repo and start in a clean branch

@msaf9
Copy link
Contributor Author

msaf9 commented Oct 6, 2025

Thank you so much!

Copy link
Collaborator

@SpikeTheDragon40k SpikeTheDragon40k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm! Thank you for the contribution!

Copy link
Member

@acuteenvy acuteenvy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dmmqz dmmqz merged commit 2b7f511 into tldr-pages:main Oct 6, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants