Closed
Bug 676599
Opened 14 years ago
Closed 14 years ago
Copy .hgignore to .gitignore to help out people using git
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla10
People
(Reporter: cjones, Assigned: cjones)
Details
Attachments
(1 file, 2 obsolete files)
|
1.00 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #550760 -
Flags: review?(ted.mielczarek)
Comment 1•14 years ago
|
||
Comment on attachment 550760 [details] [diff] [review]
Symlink .gitignore to .hgignore to help out gits
Does git support symlinks on Windows? (I know hg doesn't.)
| Assignee | ||
Comment 2•14 years ago
|
||
Ugh really? I guess b/c of FAT32?
No idea about git. Alright, lowest common denominator.
| Assignee | ||
Comment 3•14 years ago
|
||
Assignee: nobody → jones.chris.g
Attachment #550760 -
Attachment is obsolete: true
Attachment #550760 -
Flags: review?(ted.mielczarek)
Attachment #550764 -
Flags: review?(ted.mielczarek)
| Assignee | ||
Updated•14 years ago
|
Summary: Symlink .gitignore to .hgignore to help out people using git → Copy .hgignore to .gitignore to help out people using git
Comment 4•14 years ago
|
||
No, I mean, hg supports symlinks on other platforms, just not Windows.
| Assignee | ||
Comment 5•14 years ago
|
||
I understood what you meant. I don't want to leave broken stuff in the repo for windows users.
| Assignee | ||
Comment 6•14 years ago
|
||
Comment on attachment 550764 [details] [diff] [review]
Copy .gitignore to .hgignore to help out gits
Whoops, .hgignore and .gitignore are incompatible by default. Great.
Attachment #550764 -
Flags: review?(ted.mielczarek)
| Assignee | ||
Updated•14 years ago
|
Attachment #550764 -
Attachment is obsolete: true
Comment 7•14 years ago
|
||
Feel free to add a git-compatible .gitignore.
Comment 8•14 years ago
|
||
I didn't convert some of the patterns because I wasn't sure what they meant.
Attachment #569700 -
Flags: review?(ted.mielczarek)
Updated•14 years ago
|
Attachment #569700 -
Flags: review?(ted.mielczarek) → review+
Comment 9•14 years ago
|
||
> +# .hgignore - List of filenames hg should ignore
Probably should fix this?
Comment 10•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•