gnu: Add comment to the bottom of version-control.scm.
This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelihood of conflicts when applying patches. If there are more specific ways that packages should be arranged in specific modules, this message can be updated accordingly. * gnu/packages/version-control.scm: Add comment at end of file. Change-Id: I3d20a6fd957d9cfee9d7b4a4c7979c4202a0fe3amaster
parent
a45b2c7c63
commit
99e7a93d57
|
@ -4173,3 +4173,9 @@ comes as a command line app and also an Emacs interface.")
|
|||
(description "Compute various size metrics for a Git repository, flagging
|
||||
those that might cause problems or inconvenience.")
|
||||
(license license:expat)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
;;; functionality or similar names.
|
||||
;;;
|
||||
|
|
Reference in New Issue