aboutsummaryrefslogtreecommitdiff
path: root/sha1_name.c
Commit message (Expand)AuthorAge
* interpret_branch_name: find all possible @-marksJeff King2014-01-15
* interpret_branch_name: avoid @{upstream} past colonJeff King2014-01-15
* interpret_branch_name: always respect "namelen" parameterJeff King2014-01-15
* interpret_branch_name: rename "cp" variable to "at"Jeff King2014-01-15
* interpret_branch_name: factor out upstream handlingJeff King2014-01-15
* sha1-name: trivial style cleanupFelipe Contreras2013-10-31
* Merge branch 'fc/at-head'Junio C Hamano2013-09-20
|\
| * Add new @ shortcut for HEADFelipe Contreras2013-09-12
| * sha1-name: pass len argument to interpret_branch_name()Felipe Contreras2013-09-03
* | Merge branch 'rh/peeling-tag-to-tag'Junio C Hamano2013-09-20
|\ \
| * | peel_onion: do not assume length of x_type globalsJeff King2013-09-03
| * | peel_onion(): add support for <rev>^{tag}Richard Hansen2013-09-03
| |/
* | use 'commit-ish' instead of 'committish'Richard Hansen2013-09-04
|/
* Revert "Add new @ shortcut for HEAD"Junio C Hamano2013-08-14
* Rename advice.object_name_warning to objectNameWarningThomas Rast2013-07-31
* Merge branch 'ob/typofixes'Junio C Hamano2013-07-24
|\
| * typofix: in-code commentsOndřej Bílka2013-07-22
* | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-07-24
|\ \ | |/ |/|
| * cat-file: disable object/refname ambiguity check for batch modeJeff King2013-07-12
| * Merge branch 'nd/warn-ambiguous-object-name' into jk/cat-file-batch-optimJunio C Hamano2013-07-12
| |\
* | \ Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-22
|\ \ \
| * | | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
* | | | Merge branch 'jc/t1512-fix'Junio C Hamano2013-07-11
|\ \ \ \ | |/ / / |/| | |
| * | | get_short_sha1(): correctly disambiguate type-limited abbreviationJunio C Hamano2013-07-01
* | | | Merge branch 'fc/at-head'Junio C Hamano2013-06-11
|\ \ \ \
| * | | | sha1_name: compare variable with constant, not constant with variableFelipe Contreras2013-05-08
| * | | | Add new @ shortcut for HEADFelipe Contreras2013-05-08
| * | | | sha1_name: refactor reinterpret()Felipe Contreras2013-05-08
| * | | | sha1_name: check @{-N} errors soonerRamkumar Ramachandra2013-05-08
| * | | | sha1_name: reorganize get_sha1_basic()Felipe Contreras2013-05-08
| * | | | sha1_name: don't waste cycles in the @-parsing loopRamkumar Ramachandra2013-05-08
| * | | | sha1_name: remove unnecessary bracesFelipe Contreras2013-05-08
| * | | | sha1_name: remove no-opFelipe Contreras2013-05-08
| | |/ / | |/| |
* | | | Merge branch 'nd/warn-ambiguous-object-name'Junio C Hamano2013-06-11
|\ \ \ \ | | |_|/ | |/| |
| * | | get_sha1: warn about full or short object names that look like refsNguyễn Thái Ngọc Duy2013-05-29
* | | | Merge branch 'rr/die-on-missing-upstream'Junio C Hamano2013-06-11
|\ \ \ \
| * | | | sha1_name: fix error message for @{<N>}, @{<date>}Ramkumar Ramachandra2013-06-02
| * | | | sha1_name: fix error message for @{u}Ramkumar Ramachandra2013-05-22
| | |/ / | |/| |
* | | | strbuf_branchname(): do not double-expand @{-1}~22Junio C Hamano2013-05-16
|/ / /
* | | Merge branch 'jc/sha1-name-object-peeler'Junio C Hamano2013-04-03
|\ \ \
| * | | peel_onion(): teach $foo^{object} peelerJunio C Hamano2013-03-31
| * | | peel_onion: disambiguate to favor tree-ish when we know we want a tree-ishJunio C Hamano2013-03-31
* | | | Merge branch 'jc/reflog-reverse-walk'Junio C Hamano2013-03-26
|\ \ \ \ | |/ / / |/| | |
| * | | reflog: add for_each_reflog_ent_reverse() APIJunio C Hamano2013-03-08
| |/ /
* | | sha1_name: pass object name length to diagnose_invalid_sha1_path()René Scharfe2013-03-17
|/ /
* | Merge branch 'jc/sha1-name-more'Junio C Hamano2012-07-22
|\ \ | |/
| * rev-parse --disambiguate=<prefix>Junio C Hamano2012-07-09
| * sha1_name.c: add support for disambiguating other typesJunio C Hamano2012-07-09
| * sha1_name.c: introduce get_sha1_committish()Junio C Hamano2012-07-09
| * sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano2012-07-09