aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/build_bug.c
blob: e994f7b5928c0151e375ad7303fd02b12f522fbd (plain) (blame)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-2.0

#include <linux/export.h>
#include <linux/errname.h>

const char *rust_helper_errname(int err)
{
	return errname(err);
}
ot accept .git/refs/snap/.Junio C Hamano1-1/+0 2005-08-21[PATCH] possible memory leak in diff.c::diff_free_filepair()Yasushi SHOJI1-2/+1 2005-08-20Create objects/info/ directory in init-db.Junio C Hamano2-3/+6 2005-08-20[PATCH] Fix git-commit-script to output on stderr when -v failsMarco Costalba1-6/+6 2005-08-20git-resolve: dying is good, not showing help is bad.Junio C Hamano1-4/+8 2005-08-20Make sample pre-commit hook output Emacs friendly.Junio C Hamano1-1/+2 2005-08-19Call prune-packed from "git prune" as well.Junio C Hamano2-6/+16 2005-08-19Add hooks to tools/git-applypatch.Junio C Hamano3-18/+97 2005-08-19Add commit hook and make the verification customizable.Junio C Hamano4-52/+105 2005-08-19[PATCH] Allow file removal when "git commit --all" is used.Junio C Hamano1-2/+2 2005-08-19[PATCH] git-rev-list: avoid crash on broken repositorySergey Vlasov1-0/+2 2005-08-19[PATCH] Fix git-format-patch-script to handle empty messagesMarco Costalba1-1/+1 2005-08-19Display the contents of a tag when the user clicks on it.Paul Mackerras1-29/+64 2005-08-19Added re-read refs command, and display all refs.Paul Mackerras1-6/+93 2005-08-19Fix __attribute__ changes.Junio C Hamano1-2/+1 2005-08-18[PATCH] Spell __attribute__ correctly in cache.h.Jason Riedy1-1/+1 2005-08-19Save the maxwidth setting in the ~/.gitk file.Paul Mackerras1-0/+2 2005-08-19Fix a bug where commits with no children weren't marked as on-screen.Paul Mackerras1-8/+4 2005-08-18Also make git-rebase-script stricter about dirty working tree.Junio C Hamano1-1/+3 2005-08-18[PATCH] git-applymbox: verify that index is cleanLinus Torvalds1-0/+8 2005-08-18Link the glossary document from the main manual.Junio C Hamano1-6/+1 2005-08-18Stupid typo fix for git rebase.Junio C Hamano1-1/+1 2005-08-18[PATCH] Updates to glossaryJohannes Schindelin1-6/+22 2005-08-18[PATCH] updates for Documentation/howto/using-topic-branches.txtLuck, Tony1-2/+113 2005-08-18[PATCH] Add Makefile target glossary.htmlJohannes Schindelin2-1/+76 2005-08-18Use the --parents flag to git-rev-list.Paul Mackerras1-69/+32 2005-08-17[PATCH] Assorted changes to glossaryJohannes Schindelin1-43/+61 2005-08-18Allow graph lines to jump through hyperspace.Paul Mackerras1-166/+413 2005-08-17Make rebase script saner.Junio C Hamano1-7/+10 2005-08-17Make sure alternates are carried over from the original repository.Junio C Hamano1-1/+5 2005-08-17Fix git-commit without paths.Junio C Hamano1-2/+4 2005-08-17[PATCH] Make git-update-cache take relative pathnamesLinus Torvalds1-0/+2 2005-08-17[PATCH] Export relative path handling "prefix_path()" functionLinus Torvalds2-1/+2 2005-08-17[PATCH] git-cvsimport - remove hardcoded reference to originMartin Langhoff1-1/+1 2005-08-17[PATCH] Add merge detection to git-cvsimportMartin Langhoff2-5/+55