Skip to content

Commit 03f94ae

Browse files
committed
Update jk/maint-strbuf-missing-init to builtin/ rename
2 parents 2c47789 + 81b50f3 commit 03f94ae

File tree

1,331 files changed

+138058
-35313
lines changed

Some content is hidden

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

1,331 files changed

+138058
-35313
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 & 165 deletions
Original file line numberDiff line numberDiff line change
@@ -1,171 +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-blame
15-
git-branch
16-
git-bundle
17-
git-cat-file
18-
git-check-attr
19-
git-check-ref-format
20-
git-checkout
21-
git-checkout-index
22-
git-cherry
23-
git-cherry-pick
24-
git-clean
25-
git-clone
26-
git-commit
27-
git-commit-tree
28-
git-config
29-
git-count-objects
30-
git-cvsexportcommit
31-
git-cvsimport
32-
git-cvsserver
33-
git-daemon
34-
git-diff
35-
git-diff-files
36-
git-diff-index
37-
git-diff-tree
38-
git-describe
39-
git-fast-export
40-
git-fast-import
41-
git-fetch
42-
git-fetch--tool
43-
git-fetch-pack
44-
git-filter-branch
45-
git-fmt-merge-msg
46-
git-for-each-ref
47-
git-format-patch
48-
git-fsck
49-
git-fsck-objects
50-
git-gc
51-
git-get-tar-commit-id
52-
git-grep
53-
git-hash-object
54-
git-http-fetch
55-
git-http-push
56-
git-imap-send
57-
git-index-pack
58-
git-init
59-
git-init-db
60-
git-instaweb
61-
git-log
62-
git-lost-found
63-
git-ls-files
64-
git-ls-remote
65-
git-ls-tree
66-
git-mailinfo
67-
git-mailsplit
68-
git-merge
69-
git-merge-base
70-
git-merge-index
71-
git-merge-file
72-
git-merge-tree
73-
git-merge-octopus
74-
git-merge-one-file
75-
git-merge-ours
76-
git-merge-recursive
77-
git-merge-resolve
78-
git-merge-subtree
79-
git-mergetool
80-
git-mktag
81-
git-mktree
82-
git-name-rev
83-
git-mv
84-
git-pack-redundant
85-
git-pack-objects
86-
git-pack-refs
87-
git-parse-remote
88-
git-patch-id
89-
git-peek-remote
90-
git-prune
91-
git-prune-packed
92-
git-pull
93-
git-push
94-
git-quiltimport
95-
git-read-tree
96-
git-rebase
97-
git-rebase--interactive
98-
git-receive-pack
99-
git-reflog
100-
git-relink
101-
git-remote
102-
git-repack
103-
git-repo-config
104-
git-request-pull
105-
git-rerere
106-
git-reset
107-
git-rev-list
108-
git-rev-parse
109-
git-revert
110-
git-rm
111-
git-send-email
112-
git-send-pack
113-
git-sh-setup
114-
git-shell
115-
git-shortlog
116-
git-show
117-
git-show-branch
118-
git-show-index
119-
git-show-ref
120-
git-stash
121-
git-status
122-
git-stripspace
123-
git-submodule
124-
git-svn
125-
git-symbolic-ref
126-
git-tag
127-
git-tar-tree
128-
git-unpack-file
129-
git-unpack-objects
130-
git-update-index
131-
git-update-ref
132-
git-update-server-info
133-
git-upload-archive
134-
git-upload-pack
135-
git-var
136-
git-verify-pack
137-
git-verify-tag
138-
git-web--browse
139-
git-whatchanged
140-
git-write-tree
141-
git-core-*/?*
142-
gitk-wish
143-
gitweb/gitweb.cgi
144-
test-chmtime
145-
test-date
146-
test-delta
147-
test-dump-cache-tree
148-
test-genrandom
149-
test-match-trees
150-
test-parse-options
151-
test-path-utils
152-
test-sha1
153-
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
154173
*.tar.gz
155174
*.dsc
156175
*.deb
157-
git.spec
176+
/git.spec
158177
*.exe
159178
*.[aos]
160179
*.py[co]
161-
config.mak
162-
autom4te.cache
163-
config.cache
164-
config.log
165-
config.status
166-
config.mak.autogen
167-
config.mak.append
168-
configure
169-
tags
170-
TAGS
171-
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)