summaryrefslogtreecommitdiff
path: root/sha1_name.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add new @ shortcut for HEAD"Junio C Hamano2013-08-141-17/+0
* Rename advice.object_name_warning to objectNameWarningThomas Rast2013-07-311-1/+1
* Merge branch 'ob/typofixes'Junio C Hamano2013-07-241-1/+1
|\
| * typofix: in-code commentsOndřej Bílka2013-07-221-1/+1
* | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-07-241-6/+8
|\ \ | |/ |/|
| * cat-file: disable object/refname ambiguity check for batch modeJeff King2013-07-121-6/+8
| * Merge branch 'nd/warn-ambiguous-object-name' into jk/cat-file-batch-optimJunio C Hamano2013-07-121-2/+23
| |\
* | \ Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-221-2/+2
|\ \ \
| * | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-2/+2
* | | | Merge branch 'jc/t1512-fix'Junio C Hamano2013-07-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | get_short_sha1(): correctly disambiguate type-limited abbreviationJunio C Hamano2013-07-011-1/+1
* | | | Merge branch 'fc/at-head'Junio C Hamano2013-06-111-37/+66
|\ \ \ \
| * | | | sha1_name: compare variable with constant, not constant with variableFelipe Contreras2013-05-081-5/+7
| * | | | Add new @ shortcut for HEADFelipe Contreras2013-05-081-0/+17
| * | | | sha1_name: refactor reinterpret()Felipe Contreras2013-05-081-19/+23
| * | | | sha1_name: check @{-N} errors soonerRamkumar Ramachandra2013-05-081-5/+4
| * | | | sha1_name: reorganize get_sha1_basic()Felipe Contreras2013-05-081-11/+19
| * | | | sha1_name: don't waste cycles in the @-parsing loopRamkumar Ramachandra2013-05-081-1/+1
| * | | | sha1_name: remove unnecessary bracesFelipe Contreras2013-05-081-3/+2
| * | | | sha1_name: remove no-opFelipe Contreras2013-05-081-1/+1
| | |/ / | |/| |
* | | | Merge branch 'nd/warn-ambiguous-object-name'Junio C Hamano2013-06-111-2/+23
|\ \ \ \ | | |_|/ | |/| |
| * | | get_sha1: warn about full or short object names that look like refsNguyễn Thái Ngọc Duy2013-05-291-2/+23
* | | | Merge branch 'rr/die-on-missing-upstream'Junio C Hamano2013-06-111-7/+17
|\ \ \ \
| * | | | sha1_name: fix error message for @{<N>}, @{<date>}Ramkumar Ramachandra2013-06-021-1/+10
| * | | | sha1_name: fix error message for @{u}Ramkumar Ramachandra2013-05-221-6/+7
| | |/ / | |/| |
* | | | strbuf_branchname(): do not double-expand @{-1}~22Junio C Hamano2013-05-161-2/+6
|/ / /
* | | Merge branch 'jc/sha1-name-object-peeler'Junio C Hamano2013-04-031-1/+5
|\ \ \
| * | | peel_onion(): teach $foo^{object} peelerJunio C Hamano2013-03-311-1/+3
| * | | peel_onion: disambiguate to favor tree-ish when we know we want a tree-ishJunio C Hamano2013-03-311-0/+2
* | | | Merge branch 'jc/reflog-reverse-walk'Junio C Hamano2013-03-261-30/+18
|\ \ \ \ | |/ / / |/| | |
| * | | reflog: add for_each_reflog_ent_reverse() APIJunio C Hamano2013-03-081-30/+18
| |/ /
* | | sha1_name: pass object name length to diagnose_invalid_sha1_path()René Scharfe2013-03-171-18/+14
|/ /
* | Merge branch 'jc/sha1-name-more'Junio C Hamano2012-07-221-128/+366
|\ \ | |/
| * rev-parse --disambiguate=<prefix>Junio C Hamano2012-07-091-9/+50
| * sha1_name.c: add support for disambiguating other typesJunio C Hamano2012-07-091-1/+65
| * sha1_name.c: introduce get_sha1_committish()Junio C Hamano2012-07-091-2/+19
| * sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano2012-07-091-9/+13
| * sha1_name.c: many short names can only be committishJunio C Hamano2012-07-091-4/+28
| * sha1_name.c: get_sha1_1() takes lookup flagsJunio C Hamano2012-07-091-8/+8
| * sha1_name.c: get_describe_name() by definition groks only commitsJunio C Hamano2012-07-091-1/+2
| * sha1_name.c: teach get_short_sha1() a commit-only optionJunio C Hamano2012-07-031-0/+9
| * sha1_name.c: allow get_short_sha1() to take other flagsJunio C Hamano2012-07-031-3/+4
| * get_sha1(): fix error status regressionJunio C Hamano2012-07-031-1/+1
| * sha1_name.c: restructure disambiguation of short namesJunio C Hamano2012-07-031-60/+112
| * sha1_name.c: correct misnamed "canonical" and "res"Junio C Hamano2012-07-031-22/+22
| * sha1_name.c: refactor find_short_packed_object()Junio C Hamano2012-07-031-47/+56
| * sha1_name.c: rename "now" to "current"Junio C Hamano2012-07-031-8/+8
| * sha1_name.c: clarify what "fake" is for in find_short_object_filename()Junio C Hamano2012-07-031-0/+7
| * sha1_name.c: get rid of get_sha1_with_mode()Junio C Hamano2012-07-031-8/+0
| * sha1_name.c: get rid of get_sha1_with_mode_1()Junio C Hamano2012-07-031-4/+16