๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.7.3
/
sha1_name.c
tag
4624442d68ee402a94364191085b77137618633e
tagger
Junio C Hamano <gitster@pobox.com>
Thu Mar 10 19:14:52 2016
object
594730e980521310d88006d91f3f14ef5eff1e2b
Git 2.7.3
b7a6ec6
Merge branch 'jk/tighten-alloc' into maint
by Junio C Hamano
ยท 10 years ago
8834ea3
Merge branch 'nd/dwim-wildcards-as-pathspecs' into maint
by Junio C Hamano
ยท 10 years ago
50a6c8e
use st_add and st_mult for allocation size computation
by Jeff King
ยท 10 years ago
aac4fac
get_sha1: don't die() on bogus search strings
by Jeff King
ยท 10 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
ยท 10 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
ยท 10 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
ยท 10 years ago
43bb66a
diagnose_invalid_index_path: use strbuf to avoid strcpy/strcat
by Jeff King
ยท 10 years ago
c3bb0ac
find_short_object_filename: convert sprintf to xsnprintf
by Jeff King
ยท 10 years ago
af49c6d
add reentrant variants of sha1_to_hex and find_unique_abbrev
by Jeff King
ยท 10 years ago
a5481a6
convert "enum date_mode" into a struct
by Jeff King
ยท 10 years ago
5455ee0
Merge branch 'bc/object-id'
by Junio C Hamano
ยท 11 years ago
c4a8354
Merge branch 'jk/at-push-sha1'
by Junio C Hamano
ยท 11 years ago
67f0b6f
Merge branch 'dt/cat-file-follow-symlinks'
by Junio C Hamano
ยท 11 years ago
9c5fe0b
handle_one_ref(): rewrite to take an object_id argument
by Michael Haggerty
ยท 11 years ago
2b2a5be
each_ref_fn: change to take an object_id parameter
by Michael Haggerty
ยท 11 years ago
adfe5d0
sha1_name: implement @{push} shorthand
by Jeff King
ยท 11 years ago
48c5847
sha1_name: refactor interpret_upstream_mark
by Jeff King
ยท 11 years ago
a1ad0eb
sha1_name: refactor upstream_mark
by Jeff King
ยท 11 years ago
3a429d0
remote.c: report specific errors from branch_get_upstream
by Jeff King
ยท 11 years ago
dbe44fa
use file_exists() to check if a file exists in the worktree
by Renรฉ Scharfe
ยท 11 years ago
c4ec967
sha1_name: get_sha1_with_context learns to follow symlinks
by David Turner
ยท 11 years ago
daea6fc
Merge branch 'rs/use-isxdigit'
by Junio C Hamano
ยท 11 years ago
6f75d45
use isxdigit() for checking if a character is a hexadecimal digit
by Renรฉ Scharfe
ยท 11 years ago
8a6444d
Merge branch 'rs/simple-cleanups'
by Junio C Hamano
ยท 11 years ago
2ce63e9
sha1_name: use strlcpy() to copy strings
by Renรฉ Scharfe
ยท 11 years ago
0985015
Merge branch 'jc/merge-bases'
by Junio C Hamano
ยท 11 years ago
5109f2a
Merge branch 'mh/find-uniq-abbrev'
by Junio C Hamano
ยท 11 years ago
61e704e
sha1_name: avoid unnecessary sha1 lookup in find_unique_abbrev
by Mike Hommey
ยท 11 years ago
2ce406c
get_merge_bases(): always clean-up object flags
by Junio C Hamano
ยท 11 years ago
c41a87d
refs: make rev-parse --quiet actually quiet
by David Aguilar
ยท 11 years ago
2947923
Merge branch 'rs/list-optim'
by Junio C Hamano
ยท 11 years ago
e8d1dfe
sha1_name: avoid quadratic list insertion in handle_one_ref
by Renรฉ Scharfe
ยท 11 years ago
ad524f8
Merge branch 'jk/misc-fixes-maint'
by Junio C Hamano
ยท 11 years ago
28b3563
free ref string returned by dwim_ref
by Jeff King
ยท 11 years ago
e992d1e
use strbuf_addbuf for adding strbufs
by Renรฉ Scharfe
ยท 11 years ago
3b8e8af
Merge branch 'jk/xstrfmt'
by Junio C Hamano
ยท 11 years ago
e91ae32
Merge branch 'jk/skip-prefix'
by Junio C Hamano
ยท 11 years ago
95b567c
use skip_prefix to avoid repeating strings
by Jeff King
ยท 11 years ago
b2724c8
use xstrfmt to replace xmalloc + strcpy/strcat
by Jeff King
ยท 11 years ago
8597ea3
commit: record buffer length in cache
by Jeff King
ยท 12 years ago
ba41c1c
use get_commit_buffer to avoid duplicate code
by Jeff King
ยท 12 years ago
b407d40
Merge branch 'nd/log-show-linear-break'
by Junio C Hamano
ยท 12 years ago
208acbf
object.h: centralize object flag allocation
by Nguyแป n Thรกi Ngแปc Duy
ยท 12 years ago
4e9f932
Merge branch 'jk/interpret-branch-name-fix'
by Junio C Hamano
ยท 12 years ago
9892d5d
interpret_branch_name: find all possible @-marks
by Jeff King
ยท 12 years ago
3f6eb30
interpret_branch_name: avoid @{upstream} past colon
by Jeff King
ยท 12 years ago
8cd4249
interpret_branch_name: always respect "namelen" parameter
by Jeff King
ยท 12 years ago
f278f40
interpret_branch_name: rename "cp" variable to "at"
by Jeff King
ยท 12 years ago
a39c14a
interpret_branch_name: factor out upstream handling
by Jeff King
ยท 12 years ago
0a8cb03
Merge branch 'br/sha1-name-40-hex-no-disambiguation'
by Junio C Hamano
ยท 12 years ago
832cf74
sha1_name: don't resolve refs when core.warnambiguousrefs is false
by Brodie Rao
ยท 12 years ago
ad70448
Merge branch 'cc/starts-n-ends-with'
by Junio C Hamano
ยท 12 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
ยท 12 years ago
5bb6205
Merge branch 'jk/robustify-parse-commit'
by Junio C Hamano
ยท 12 years ago
57b15ea
sha1-name: trivial style cleanup
by Felipe Contreras
ยท 12 years ago
5e7d4d3
assume parse_commit checks for NULL commit
by Jeff King
ยท 12 years ago
f406140
Merge branch 'fc/at-head'
by Junio C Hamano
ยท 12 years ago
638924f
Merge branch 'rh/peeling-tag-to-tag'
by Junio C Hamano
ยท 12 years ago
9ba89f4
Add new @ shortcut for HEAD
by Felipe Contreras
ยท 12 years ago
a8a5406
use 'commit-ish' instead of 'committish'
by Richard Hansen
ยท 12 years ago
c969b6a
peel_onion: do not assume length of x_type globals
by Jeff King
ยท 12 years ago
75aa26d
peel_onion(): add support for <rev>^{tag}
by Richard Hansen
ยท 12 years ago
cf99a76
sha1-name: pass len argument to interpret_branch_name()
by Felipe Contreras
ยท 12 years ago
2c2b664
Revert "Add new @ shortcut for HEAD"
by Junio C Hamano
ยท 12 years ago
8dc84fd
Rename advice.object_name_warning to objectNameWarning
by Thomas Rast
ยท 12 years ago
0def712
Merge branch 'ob/typofixes'
by Junio C Hamano
ยท 12 years ago
356df9b
Merge branch 'jk/cat-file-batch-optim'
by Junio C Hamano
ยท 12 years ago
749f763
typofix: in-code comments
by Ondลej Bรญlka
ยท 12 years ago
d3aeb31
Merge branch 'nd/const-struct-cache-entry'
by Junio C Hamano
ยท 12 years ago
25fba78
cat-file: disable object/refname ambiguity check for batch mode
by Jeff King
ยท 12 years ago
ee6e584
Merge branch 'nd/warn-ambiguous-object-name' into jk/cat-file-batch-optim
by Junio C Hamano
ยท 12 years ago
eb40e51
Merge branch 'jc/t1512-fix'
by Junio C Hamano
ยท 12 years ago
9c5e6c8
Convert "struct cache_entry *" to "const ..." wherever possible
by Nguyแป n Thรกi Ngแปc Duy
ยท 12 years ago
94d75d1
get_short_sha1(): correctly disambiguate type-limited abbreviation
by Junio C Hamano
ยท 12 years ago
bb1c8fb
Merge branch 'fc/at-head'
by Junio C Hamano
ยท 13 years ago
f4c52a0
Merge branch 'nd/warn-ambiguous-object-name'
by Junio C Hamano
ยท 13 years ago
03b1558
Merge branch 'rr/die-on-missing-upstream'
by Junio C Hamano
ยท 13 years ago
305ebea
sha1_name: fix error message for @{<N>}, @{<date>}
by Ramkumar Ramachandra
ยท 13 years ago
798c35f
get_sha1: warn about full or short object names that look like refs
by Nguyแป n Thรกi Ngแปc Duy
ยท 13 years ago
17bf4ff
sha1_name: fix error message for @{u}
by Ramkumar Ramachandra
ยท 13 years ago
84cf246
strbuf_branchname(): do not double-expand @{-1}~22
by Junio C Hamano
ยท 13 years ago
1f27e7d
sha1_name: compare variable with constant, not constant with variable
by Felipe Contreras
ยท 13 years ago
cdfd948
Add new @ shortcut for HEAD
by Felipe Contreras
ยท 13 years ago
7a0a49a
sha1_name: refactor reinterpret()
by Felipe Contreras
ยท 13 years ago
83d16bc
sha1_name: check @{-N} errors sooner
by Ramkumar Ramachandra
ยท 13 years ago
128fd54
sha1_name: reorganize get_sha1_basic()
by Felipe Contreras
ยท 13 years ago
e883a05
sha1_name: don't waste cycles in the @-parsing loop
by Ramkumar Ramachandra
ยท 13 years ago
b5f769a
sha1_name: remove unnecessary braces
by Felipe Contreras
ยท 13 years ago
1ef2d8d
sha1_name: remove no-op
by Felipe Contreras
ยท 13 years ago
1b7b22b
Merge branch 'jc/sha1-name-object-peeler'
by Junio C Hamano
ยท 13 years ago
a6a3f2c
peel_onion(): teach $foo^{object} peeler
by Junio C Hamano
ยท 13 years ago
ed1ca60
peel_onion: disambiguate to favor tree-ish when we know we want a tree-ish
by Junio C Hamano
ยท 13 years ago
6beb484
Merge branch 'jc/reflog-reverse-walk'
by Junio C Hamano
ยท 13 years ago
b2981d0
sha1_name: pass object name length to diagnose_invalid_sha1_path()
by Renรฉ Scharfe
ยท 13 years ago
98f85ff
reflog: add for_each_reflog_ent_reverse() API
by Junio C Hamano
ยท 13 years ago
0958a24
Merge branch 'jc/sha1-name-more'
by Junio C Hamano
ยท 13 years ago
957d740
rev-parse --disambiguate=<prefix>
by Junio C Hamano
ยท 13 years ago
daba53a
sha1_name.c: add support for disambiguating other types
by Junio C Hamano
ยท 13 years ago
cd74e47
sha1_name.c: introduce get_sha1_committish()
by Junio C Hamano
ยท 13 years ago
Next »