๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v1.7.7
/
fsck.c
tag
a258e475eb74e183e9e68ca30e32c5253081356d
tagger
Junio C Hamano <gitster@pobox.com>
Fri Sep 30 21:21:06 2011
object
703f05ad5835cff92b12c29aecf8d724c8c847e2
Git 1.7.7
53f53cf
fsck: improve committer/author check
by Dmitry Ivankov
ยท 14 years ago
5b42477
Merge branch 'jm/maint-misc-fix' into maint
by Junio C Hamano
ยท 15 years ago
5dd5648
remove tests of always-false condition
by Jim Meyering
ยท 15 years ago
ebeb609
strbuf: add strbuf_vaddf
by Jeff King
ยท 15 years ago
0adc6a3
fsck: fix bogus commit header check
by Jonathan Nieder
ยท 16 years ago
daae192
fsck: check ident lines in commit objects
by Jonathan Nieder
ยท 16 years ago
f290974
Allow the Unix epoch to be a valid commit date
by Eric Wong
ยท 16 years ago
eb3a9dd
Remove unused function scope local variables
by Benjamin Kramer
ยท 17 years ago
8bb4646
Merge branch 'maint'
by Junio C Hamano
ยท 17 years ago
9db56f7
Fix non-literal format in printf-style calls
by Daniel Lowe
ยท 17 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
ยท 17 years ago
79b1138
fsck.c: fix bogus "empty tree" check
by Junio C Hamano
ยท 18 years ago
d6ffc8d
add common fsck error printing function
by Martin Koegler
ยท 18 years ago
ba002f3
builtin-fsck: move common object checking code to fsck.c
by Martin Koegler
ยท 18 years ago
355885d
add generic, type aware object chain walker
by Martin Koegler
ยท 18 years ago
b4dfefe
Make fsck and fsck-objects be builtins.
by Mark Wooding
ยท 19 years ago
df391b1
git-fsck-objects is now synonym to git-fsck
by Junio C Hamano
ยท 19 years ago
[Renamed (98%) from fsck-objects.c]
18af29f
fsck-objects: refactor checking for connectivity
by Linus Torvalds
ยท 19 years ago
9130ac1
Better error messages for corrupt databases
by Linus Torvalds
ยท 19 years ago
883d60f
Sanitize for_each_reflog_ent()
by Johannes Schindelin
ยท 19 years ago
55dd552
Protect commits recorded in reflog from pruning.
by Junio C Hamano
ยท 19 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
ยท 19 years ago
8da1977
Tell between packed, unpacked and symbolic refs.
by Junio C Hamano
ยท 19 years ago
cb5d709
Add callback data to for_each_ref() family.
by Junio C Hamano
ยท 19 years ago
5b10b09
fsck-objects: adjust to resolve_ref() clean-up.
by Junio C Hamano
ยท 19 years ago
9befac4
Replace uses of strdup with xstrdup.
by Shawn Pearce
ยท 19 years ago
071fa89
git-fsck-objects: lacking default references should not be fatal
by Linus Torvalds
ยท 19 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
ยท 19 years ago
96f1e58
remove unnecessary initializations
by David Rientjes
ยท 19 years ago
0bef57e
make inline is_null_sha1 global
by David Rientjes
ยท 19 years ago
b5524c8
Make fsck_dir void.
by David Rientjes
ยท 19 years ago
1974632
Remove TYPE_* constant macros and use object_type enums consistently.
by Linus Torvalds
ยท 19 years ago
fc046a7
Abstract out accesses to object hash array
by Linus Torvalds
ยท 19 years ago
3e4339e
Remove "refs" field from "struct object"
by Linus Torvalds
ยท 19 years ago
885a86a
Shrink "struct object" a bit
by Linus Torvalds
ยท 20 years ago
e9a95be
fsck-objects: avoid unnecessary tree_entry_list usage
by Linus Torvalds
ยท 20 years ago
2d9c58c
Remove "tree->entries" tree-entry list from tree parser
by Linus Torvalds
ยท 20 years ago
3a7c352
Make "tree_entry" have a SHA1 instead of a union of object pointers
by Linus Torvalds
ยท 20 years ago
136f2e5
Make "struct tree" contain the pointer to the tree buffer
by Linus Torvalds
ยท 20 years ago
6d60bbe
fsck-objects: do not segfault on missing tree in cache-tree
by Junio C Hamano
ยท 20 years ago
cdc08b3
fsck-objects: mark objects reachable from cache-tree
by Junio C Hamano
ยท 20 years ago
53dc3f3
Teach fsck-objects about cache-tree.
by Junio C Hamano
ยท 20 years ago
7aaa715
fsck-objects: Remove --standalone
by Junio C Hamano
ยท 20 years ago
962554c
Use setenv(), fix warnings
by Timo Hirvonen
ยท 20 years ago
070879c
Use a hashtable for objects instead of a sorted list
by Johannes Schindelin
ยท 20 years ago
35a730f
fsck-objects: support platforms without d_ino in struct dirent.
by Junio C Hamano
ยท 20 years ago
61e2b01
fsck-objects: work from subdirectory.
by Junio C Hamano
ยท 20 years ago
4a4e6fd
Rework object refs tracking to reduce memory usage
by Sergey Vlasov
ยท 20 years ago
545f229
git-fsck-objects: Free tree entries after use
by Sergey Vlasov
ยท 20 years ago
230f132
Create object subdirectories on demand
by Linus Torvalds
ยท 20 years ago
8098a17
Add git-symbolic-ref
by Junio C Hamano
ยท 20 years ago
a7928f8
[PATCH] Make some needlessly global stuff static
by Peter Hagervall
ยท 20 years ago
5da1606
[PATCH] Provide access to git_dir through get_git_dir().
by Sven Verdoolaege
ยท 20 years ago
f1f0d08
[PATCH] Make the git-fsck-objects diagnostics more useful
by Petr Baudis
ยท 20 years ago
a9ab586
Retire support for old environment variables.
by Junio C Hamano
ยท 20 years ago
215a7ad
Big tool rename.
by Junio C Hamano
ยท 20 years ago
[Renamed (96%) from fsck-cache.c]
e72a7d4
Replace unsetenv() and setenv() with older putenv().
by Jason Riedy
ยท 20 years ago
c7c81b3
Fix ?: statements.
by Jason Riedy
ยท 20 years ago
d5a63b9
Alternate object pool mechanism updates.
by Junio C Hamano
ยท 20 years ago
fb6a3d8
Document --strict flag to the fsck-cache command.
by Junio C Hamano
ยท 20 years ago
6407180
git-fsck-cache: be stricter about "tree" objects
by Linus Torvalds
ยท 20 years ago
de2eb7f
git-fsck-cache.c: check commit objects more carefully
by Linus Torvalds
ยท 20 years ago
a3eb250
[PATCH] alternate object store and fsck
by Junio C Hamano
ยท 20 years ago
v0.99
659cacf
git-fsck-cache: don't complain about lacking references when they are all in packs.
by Linus Torvalds
ยท 20 years ago
c333038
Make git-fsck-cache check HEAD integrity
by Linus Torvalds
ยท 20 years ago
944d858
Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache
by Linus Torvalds
ยท 20 years ago
f3bf922
[PATCH] verify-pack updates.
by Junio C Hamano
ยท 20 years ago
f925339
[PATCH] Add git-verify-pack command.
by Junio C Hamano
ยท 20 years ago
8a498a0
[PATCH] Update fsck-cache (take 2)
by Junio C Hamano
ยท 20 years ago
c4584ae
[PATCH] Remove "delta" object representation.
by Junio C Hamano
ยท 20 years ago
e4bcaac
Don't ignore reachability of tag objects in fsck
by Linus Torvalds
ยท 20 years ago
477606f
git-fsck-cache: complain if no default references found
by Linus Torvalds
ยท 21 years ago
bd1e17e
Make "parse_object()" also fill in commit message buffer data.
by Linus Torvalds
ยท 21 years ago
d1af002
[PATCH] delta check
by Nicolas Pitre
ยท 21 years ago
7c4d07c
fsck-cache: fix segfault on nonexistent referenced object
by Linus Torvalds
ยท 21 years ago
667bb59
[PATCH] cleanup of in-code names
by Alexey Nezhdanov
ยท 21 years ago
e7bd907
fsck-cache: read the default reference information even when
by Linus Torvalds
ยท 21 years ago
1024932
fsck-cache: walk the 'refs' directory if the user doesn't give any
by Linus Torvalds
ยท 21 years ago
a4f35a2
Notice tree objects with duplicate entries.
by Junio C Hamano
ยท 21 years ago
ace1534
Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.
by Junio C Hamano
ยท 21 years ago
42ea9cb
Be more careful about tree entry modes.
by Linus Torvalds
ยท 21 years ago
d0d0d0b
Merge http://members.cox.net/junkio/git-jc.git/
by Linus Torvalds
ยท 21 years ago
770896e
Teach fsck-cache to accept non-commits for reachability analysis.
by Linus Torvalds
ยท 21 years ago
ae7c0c9
Git-prune-script loses blobs referenced from an uncommitted cache.
by Junio C Hamano
ยท 21 years ago
92d4c85
fsck-cache: fix SIGSEGV on bad tag object
by Linus Torvalds
ยท 21 years ago
aa03413
fsck-cache: report broken links correctly
by Linus Torvalds
ยท 21 years ago
8500349
Make fsck-cache do better tree checking.
by Linus Torvalds
ยท 21 years ago
7e8c174
fsck-cache: sort entries by inode number
by Linus Torvalds
ยท 21 years ago
3c249c9
Add "get_sha1()" helper function.
by Linus Torvalds
ยท 21 years ago
3a6a23e
Make git-fsck-cache error printouts a bit more informative.
by Linus Torvalds
ยท 21 years ago
4b18242
Fix up d_type handling - we need to include <dirent.h> before
by Linus Torvalds
ยท 21 years ago
e1a1388
[PATCH] git-fsck-cache: Gracefully handle non-commit IDs
by Jonas Fonseca
ยท 21 years ago
c418eda
[PATCH] Rework fsck-cache to use parse_object()
by Daniel Barkalow
ยท 21 years ago
ab7df18
fsck-cache: show root objects only with "--root"
by Linus Torvalds
ยท 21 years ago
889262e
fsck-cache: only show tags if asked to do so with "--tags"
by Linus Torvalds
ยท 21 years ago
56ce69f
Make "fsck" also show what the name of the tag object is, not just
by Linus Torvalds
ยท 21 years ago
ec4465a
Add "tag" objects that can be used to sign other objects.
by Linus Torvalds
ยท 21 years ago
e6948b6
fsck-cache: warn about missing commit dates
by Linus Torvalds
ยท 21 years ago
4728b86
fsck-cache: notice missing "blob" objects.
by Linus Torvalds
ยท 21 years ago
d98b46f
Do SHA1 hash _before_ compression.
by Linus Torvalds
ยท 21 years ago
Next »