index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sha1_name.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'lj/refs'
Junio C Hamano
2006-11-01
1
-23
/
+33
|
\
|
*
sha1_name.c: avoid compilation warnings.
Junio C Hamano
2006-10-24
1
-1
/
+1
|
*
ref-log: allow ref@{count} syntax.
Junio C Hamano
2006-10-06
1
-17
/
+27
|
*
Merge branch 'master' into lj/refs
Junio C Hamano
2006-09-28
1
-0
/
+26
|
|
\
|
*
|
Tell between packed, unpacked and symbolic refs.
Junio C Hamano
2006-09-21
1
-1
/
+1
|
*
|
Make ref resolution saner
Linus Torvalds
2006-09-18
1
-7
/
+7
*
|
|
Reject hexstring longer than 40-bytes in get_short_sha1()
pclouds@gmail.com
2006-10-19
1
-1
/
+1
|
|
/
|
/
|
*
|
sha1_name.c: understand "describe" output as a valid object name
Junio C Hamano
2006-09-21
1
-0
/
+26
|
/
*
Replace uses of strdup with xstrdup.
Shawn Pearce
2006-09-02
1
-1
/
+1
*
Convert memset(hash,0,20) to hashclr(hash).
Junio C Hamano
2006-08-23
1
-1
/
+1
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-11
/
+11
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
1
-3
/
+3
*
make inline is_null_sha1 global
David Rientjes
2006-08-16
1
-1
/
+1
*
find_unique_abbrev() with len=0 should not abbreviate
Junio C Hamano
2006-08-09
1
-1
/
+1
*
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
2006-07-13
1
-6
/
+6
*
Rename safe_strncpy() to strlcpy().
Peter Eriksen
2006-06-25
1
-1
/
+1
*
Shrink "struct object" a bit
Linus Torvalds
2006-06-18
1
-11
/
+11
*
Implement safe_strncpy() as strlcpy() and use it more.
Peter Eriksen
2006-06-17
1
-2
/
+1
*
Change 'master@noon' syntax to 'master@{noon}'.
Shawn Pearce
2006-05-20
1
-10
/
+17
*
Fix ref log parsing so it works properly.
Shawn Pearce
2006-05-18
1
-0
/
+1
*
Support 'master@2 hours ago' syntax
Shawn Pearce
2006-05-18
1
-17
/
+42
*
get_sha1() - fix infinite loop on nonexistent stage.
Junio C Hamano
2006-05-09
1
-0
/
+1
*
get_sha1(): :path and :[0-3]:path to extract from index.
Junio C Hamano
2006-05-01
1
-8
/
+46
*
get_tree_entry(): make it available from tree-walk
Junio C Hamano
2006-04-19
1
-52
/
+0
*
sha1_name.c: no need to include diff.h; tree-walk.h will do.
Junio C Hamano
2006-04-19
1
-1
/
+1
*
sha1_name.c: prepare to make get_tree_entry() reusable from others.
Junio C Hamano
2006-04-19
1
-9
/
+10
*
get_sha1() shorthands for blob/tree objects
Linus Torvalds
2006-04-19
1
-1
/
+66
*
sha1_name: warning ambiguous refs.
Junio C Hamano
2006-03-24
1
-3
/
+2
*
get_sha1_basic(): try refs/... and finally refs/remotes/$foo/HEAD
Junio C Hamano
2006-03-21
1
-11
/
+12
*
core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...
Junio C Hamano
2006-03-21
1
-3
/
+20
*
find_unique_abbrev() simplification.
Junio C Hamano
2006-02-10
1
-2
/
+4
*
get_sha1_1: allow octopus^12 to be properly parsed.
Junio C Hamano
2006-02-03
1
-23
/
+16
*
abbrev cleanup: use symbolic constants
Junio C Hamano
2006-01-28
1
-1
/
+1
*
Use symbolic name SHORT_NAME_AMBIGUOUS as error return value
Uwe Zeisberger
2006-01-27
1
-1
/
+1
*
diff: --abbrev option
Junio C Hamano
2005-12-20
1
-0
/
+3
*
Revert "get_sha1_basic(): corner case ambiguity fix"
Junio C Hamano
2005-12-18
1
-1
/
+1
*
Remove misguided branch disambiguation.
Junio C Hamano
2005-12-18
1
-30
/
+3
*
get_sha1_basic(): corner case ambiguity fix
Junio C Hamano
2005-12-15
1
-9
/
+26
*
Make sure heads/foo and tags/foo do not confuse things.
Junio C Hamano
2005-11-21
1
-3
/
+14
*
Be careful when dereferencing tags.
Junio C Hamano
2005-11-03
1
-1
/
+1
*
Be more careful about reference parsing
Linus Torvalds
2005-10-28
1
-0
/
+27
*
Make sure we barf on ref^{type} failure.
Junio C Hamano
2005-10-20
1
-1
/
+3
*
Introduce notation "ref^{type}".
Junio C Hamano
2005-10-15
1
-0
/
+83
*
show-branch: optionally use unique prefix as name.
Junio C Hamano
2005-10-12
1
-7
/
+33
*
Make sure get_sha1 does not accept ambiguous sha1 prefix (again).
Junio C Hamano
2005-10-04
1
-6
/
+15
*
Error message from get_sha1() on ambiguous short SHA1.
Junio C Hamano
2005-10-03
1
-1
/
+1
*
Make sure get_sha1 does not accept ambiguous sha1 prefix.
Junio C Hamano
2005-10-03
1
-21
/
+68
*
[PATCH] Allow reading "symbolic refs" that point to other refs
Linus Torvalds
2005-10-02
1
-16
/
+1
*
Fix extended short SHA1 name completion
Linus Torvalds
2005-09-21
1
-7
/
+5
*
[PATCH] Add a new extended SHA1 syntax <name>~<num>
Junio C Hamano
2005-08-23
1
-0
/
+41
[next]