Skip to content

Commit

Permalink
fixup! builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Sep 5, 2024
1 parent dd4d60f commit a0fff30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builtin/init-db.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*
* Copyright (C) Linus Torvalds, 2005
*/
#define USE_THE_REPOSITORY_VARIABLE

#include "builtin.h"
#include "abspath.h"
#include "environment.h"
Expand Down
2 changes: 2 additions & 0 deletions builtin/mailinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* Another stupid program, this one parsing the headers of an
* email to figure out authorship and subject
*/
#define USE_THE_REPOSITORY_VARIABLE

#include "builtin.h"
#include "abspath.h"
#include "environment.h"
Expand Down

0 comments on commit a0fff30

Please sign in to comment.