Skip to content

Commit c444c16

Browse files
committed
Merge "Move 'builtin-*' into a 'builtin/' subdirectory"
2 parents 77f143b + 81b50f3 commit c444c16

File tree

943 files changed

+77997
-17539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

943 files changed

+77997
-17539
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* whitespace=!indent,trail,space
2-
*.[ch] whitespace
2+
*.[ch] whitespace=indent,trail,space
3+
*.sh whitespace=indent,trail,space

.gitignore

Lines changed: 196 additions & 173 deletions
Original file line numberDiff line numberDiff line change
@@ -1,179 +1,202 @@
1-
GIT-BUILD-OPTIONS
2-
GIT-CFLAGS
3-
GIT-GUI-VARS
4-
GIT-VERSION-FILE
5-
git
6-
git-add
7-
git-add--interactive
8-
git-am
9-
git-annotate
10-
git-apply
11-
git-archimport
12-
git-archive
13-
git-bisect
14-
git-bisect--helper
15-
git-blame
16-
git-branch
17-
git-bundle
18-
git-cat-file
19-
git-check-attr
20-
git-check-ref-format
21-
git-checkout
22-
git-checkout-index
23-
git-cherry
24-
git-cherry-pick
25-
git-clean
26-
git-clone
27-
git-commit
28-
git-commit-tree
29-
git-config
30-
git-count-objects
31-
git-cvsexportcommit
32-
git-cvsimport
33-
git-cvsserver
34-
git-daemon
35-
git-diff
36-
git-diff-files
37-
git-diff-index
38-
git-diff-tree
39-
git-difftool
40-
git-difftool--helper
41-
git-describe
42-
git-fast-export
43-
git-fast-import
44-
git-fetch
45-
git-fetch--tool
46-
git-fetch-pack
47-
git-filter-branch
48-
git-fmt-merge-msg
49-
git-for-each-ref
50-
git-format-patch
51-
git-fsck
52-
git-fsck-objects
53-
git-gc
54-
git-get-tar-commit-id
55-
git-grep
56-
git-hash-object
57-
git-help
58-
git-http-fetch
59-
git-http-push
60-
git-imap-send
61-
git-index-pack
62-
git-init
63-
git-init-db
64-
git-instaweb
65-
git-log
66-
git-lost-found
67-
git-ls-files
68-
git-ls-remote
69-
git-ls-tree
70-
git-mailinfo
71-
git-mailsplit
72-
git-merge
73-
git-merge-base
74-
git-merge-index
75-
git-merge-file
76-
git-merge-tree
77-
git-merge-octopus
78-
git-merge-one-file
79-
git-merge-ours
80-
git-merge-recursive
81-
git-merge-resolve
82-
git-merge-subtree
83-
git-mergetool
84-
git-mergetool--lib
85-
git-mktag
86-
git-mktree
87-
git-name-rev
88-
git-mv
89-
git-pack-redundant
90-
git-pack-objects
91-
git-pack-refs
92-
git-parse-remote
93-
git-patch-id
94-
git-peek-remote
95-
git-prune
96-
git-prune-packed
97-
git-pull
98-
git-push
99-
git-quiltimport
100-
git-read-tree
101-
git-rebase
102-
git-rebase--interactive
103-
git-receive-pack
104-
git-reflog
105-
git-relink
106-
git-remote
107-
git-repack
108-
git-repo-config
109-
git-request-pull
110-
git-rerere
111-
git-reset
112-
git-rev-list
113-
git-rev-parse
114-
git-revert
115-
git-rm
116-
git-send-email
117-
git-send-pack
118-
git-sh-setup
119-
git-shell
120-
git-shortlog
121-
git-show
122-
git-show-branch
123-
git-show-index
124-
git-show-ref
125-
git-stage
126-
git-stash
127-
git-status
128-
git-stripspace
129-
git-submodule
130-
git-svn
131-
git-symbolic-ref
132-
git-tag
133-
git-tar-tree
134-
git-unpack-file
135-
git-unpack-objects
136-
git-update-index
137-
git-update-ref
138-
git-update-server-info
139-
git-upload-archive
140-
git-upload-pack
141-
git-var
142-
git-verify-pack
143-
git-verify-tag
144-
git-web--browse
145-
git-whatchanged
146-
git-write-tree
147-
git-core-*/?*
148-
gitk-wish
149-
gitweb/gitweb.cgi
150-
test-chmtime
151-
test-ctype
152-
test-date
153-
test-delta
154-
test-dump-cache-tree
155-
test-genrandom
156-
test-match-trees
157-
test-parse-options
158-
test-path-utils
159-
test-sha1
160-
test-sigchain
161-
common-cmds.h
1+
/GIT-BUILD-OPTIONS
2+
/GIT-CFLAGS
3+
/GIT-GUI-VARS
4+
/GIT-VERSION-FILE
5+
/bin-wrappers/
6+
/git
7+
/git-add
8+
/git-add--interactive
9+
/git-am
10+
/git-annotate
11+
/git-apply
12+
/git-archimport
13+
/git-archive
14+
/git-bisect
15+
/git-bisect--helper
16+
/git-blame
17+
/git-branch
18+
/git-bundle
19+
/git-cat-file
20+
/git-check-attr
21+
/git-check-ref-format
22+
/git-checkout
23+
/git-checkout-index
24+
/git-cherry
25+
/git-cherry-pick
26+
/git-clean
27+
/git-clone
28+
/git-commit
29+
/git-commit-tree
30+
/git-config
31+
/git-count-objects
32+
/git-cvsexportcommit
33+
/git-cvsimport
34+
/git-cvsserver
35+
/git-daemon
36+
/git-diff
37+
/git-diff-files
38+
/git-diff-index
39+
/git-diff-tree
40+
/git-difftool
41+
/git-difftool--helper
42+
/git-describe
43+
/git-fast-export
44+
/git-fast-import
45+
/git-fetch
46+
/git-fetch--tool
47+
/git-fetch-pack
48+
/git-filter-branch
49+
/git-fmt-merge-msg
50+
/git-for-each-ref
51+
/git-format-patch
52+
/git-fsck
53+
/git-fsck-objects
54+
/git-gc
55+
/git-get-tar-commit-id
56+
/git-grep
57+
/git-hash-object
58+
/git-help
59+
/git-http-backend
60+
/git-http-fetch
61+
/git-http-push
62+
/git-imap-send
63+
/git-index-pack
64+
/git-init
65+
/git-init-db
66+
/git-instaweb
67+
/git-log
68+
/git-lost-found
69+
/git-ls-files
70+
/git-ls-remote
71+
/git-ls-tree
72+
/git-mailinfo
73+
/git-mailsplit
74+
/git-merge
75+
/git-merge-base
76+
/git-merge-index
77+
/git-merge-file
78+
/git-merge-tree
79+
/git-merge-octopus
80+
/git-merge-one-file
81+
/git-merge-ours
82+
/git-merge-recursive
83+
/git-merge-resolve
84+
/git-merge-subtree
85+
/git-mergetool
86+
/git-mergetool--lib
87+
/git-mktag
88+
/git-mktree
89+
/git-name-rev
90+
/git-mv
91+
/git-notes
92+
/git-pack-redundant
93+
/git-pack-objects
94+
/git-pack-refs
95+
/git-parse-remote
96+
/git-patch-id
97+
/git-peek-remote
98+
/git-prune
99+
/git-prune-packed
100+
/git-pull
101+
/git-push
102+
/git-quiltimport
103+
/git-read-tree
104+
/git-rebase
105+
/git-rebase--interactive
106+
/git-receive-pack
107+
/git-reflog
108+
/git-relink
109+
/git-remote
110+
/git-remote-curl
111+
/git-remote-http
112+
/git-remote-https
113+
/git-remote-ftp
114+
/git-remote-ftps
115+
/git-repack
116+
/git-replace
117+
/git-repo-config
118+
/git-request-pull
119+
/git-rerere
120+
/git-reset
121+
/git-rev-list
122+
/git-rev-parse
123+
/git-revert
124+
/git-rm
125+
/git-send-email
126+
/git-send-pack
127+
/git-sh-setup
128+
/git-shell
129+
/git-shortlog
130+
/git-show
131+
/git-show-branch
132+
/git-show-index
133+
/git-show-ref
134+
/git-stage
135+
/git-stash
136+
/git-status
137+
/git-stripspace
138+
/git-submodule
139+
/git-svn
140+
/git-symbolic-ref
141+
/git-tag
142+
/git-tar-tree
143+
/git-unpack-file
144+
/git-unpack-objects
145+
/git-update-index
146+
/git-update-ref
147+
/git-update-server-info
148+
/git-upload-archive
149+
/git-upload-pack
150+
/git-var
151+
/git-verify-pack
152+
/git-verify-tag
153+
/git-web--browse
154+
/git-whatchanged
155+
/git-write-tree
156+
/git-core-*/?*
157+
/gitk-git/gitk-wish
158+
/gitweb/gitweb.cgi
159+
/test-chmtime
160+
/test-ctype
161+
/test-date
162+
/test-delta
163+
/test-dump-cache-tree
164+
/test-genrandom
165+
/test-index-version
166+
/test-match-trees
167+
/test-parse-options
168+
/test-path-utils
169+
/test-run-command
170+
/test-sha1
171+
/test-sigchain
172+
/common-cmds.h
162173
*.tar.gz
163174
*.dsc
164175
*.deb
165-
git.spec
176+
/git.spec
166177
*.exe
167178
*.[aos]
168179
*.py[co]
169-
config.mak
170-
autom4te.cache
171-
config.cache
172-
config.log
173-
config.status
174-
config.mak.autogen
175-
config.mak.append
176-
configure
177-
tags
178-
TAGS
179-
cscope*
180+
*+
181+
/config.mak
182+
/autom4te.cache
183+
/config.cache
184+
/config.log
185+
/config.status
186+
/config.mak.autogen
187+
/config.mak.append
188+
/configure
189+
/tags
190+
/TAGS
191+
/cscope*
192+
*.obj
193+
*.lib
194+
*.sln
195+
*.suo
196+
*.ncb
197+
*.vcproj
198+
*.user
199+
*.idb
200+
*.pdb
201+
/Debug/
202+
/Release/

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Michele Ballabio <[email protected]>
4141
Nanako Shiraishi <[email protected]>
4242
Nanako Shiraishi <[email protected]>
4343
Nguyễn Thái Ngọc Duy <[email protected]>
44+
4445
Philippe Bruhat <[email protected]>
4546
Ramsay Allan Jones <[email protected]>
4647
René Scharfe <[email protected]>

0 commit comments

Comments
 (0)