summaryrefslogtreecommitdiff
path: root/sha1_name.c
AgeCommit message (Expand)Author
2013-07-11Merge branch 'jc/t1512-fix'Junio C Hamano
2013-07-02get_short_sha1(): correctly disambiguate type-limited abbreviationJunio C Hamano
2013-06-11Merge branch 'fc/at-head'Junio C Hamano
2013-06-11Merge branch 'nd/warn-ambiguous-object-name'Junio C Hamano
2013-06-11Merge branch 'rr/die-on-missing-upstream'Junio C Hamano
2013-06-02sha1_name: fix error message for @{<N>}, @{<date>}Ramkumar Ramachandra
2013-05-29get_sha1: warn about full or short object names that look like refsNguyễn Thái Ngọc Duy
2013-05-22sha1_name: fix error message for @{u}Ramkumar Ramachandra
2013-05-16strbuf_branchname(): do not double-expand @{-1}~22Junio C Hamano
2013-05-08sha1_name: compare variable with constant, not constant with variableFelipe Contreras
2013-05-08Add new @ shortcut for HEADFelipe Contreras
2013-05-08sha1_name: refactor reinterpret()Felipe Contreras
2013-05-08sha1_name: check @{-N} errors soonerRamkumar Ramachandra
2013-05-08sha1_name: reorganize get_sha1_basic()Felipe Contreras
2013-05-08sha1_name: don't waste cycles in the @-parsing loopRamkumar Ramachandra
2013-05-08sha1_name: remove unnecessary bracesFelipe Contreras
2013-05-08sha1_name: remove no-opFelipe Contreras
2013-04-03Merge branch 'jc/sha1-name-object-peeler'Junio C Hamano
2013-03-31peel_onion(): teach $foo^{object} peelerJunio C Hamano
2013-03-31peel_onion: disambiguate to favor tree-ish when we know we want a tree-ishJunio C Hamano
2013-03-26Merge branch 'jc/reflog-reverse-walk'Junio C Hamano
2013-03-17sha1_name: pass object name length to diagnose_invalid_sha1_path()René Scharfe
2013-03-08reflog: add for_each_reflog_ent_reverse() APIJunio C Hamano
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-09rev-parse --disambiguate=<prefix>Junio C Hamano
2012-07-09sha1_name.c: add support for disambiguating other typesJunio C Hamano
2012-07-09sha1_name.c: introduce get_sha1_committish()Junio C Hamano
2012-07-09sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano
2012-07-09sha1_name.c: many short names can only be committishJunio C Hamano
2012-07-09sha1_name.c: get_sha1_1() takes lookup flagsJunio C Hamano
2012-07-09sha1_name.c: get_describe_name() by definition groks only commitsJunio C Hamano
2012-07-03sha1_name.c: teach get_short_sha1() a commit-only optionJunio C Hamano
2012-07-03sha1_name.c: allow get_short_sha1() to take other flagsJunio C Hamano
2012-07-03get_sha1(): fix error status regressionJunio C Hamano
2012-07-03sha1_name.c: restructure disambiguation of short namesJunio C Hamano
2012-07-03sha1_name.c: correct misnamed "canonical" and "res"Junio C Hamano
2012-07-03sha1_name.c: refactor find_short_packed_object()Junio C Hamano
2012-07-03sha1_name.c: rename "now" to "current"Junio C Hamano
2012-07-03sha1_name.c: clarify what "fake" is for in find_short_object_filename()Junio C Hamano
2012-07-03sha1_name.c: get rid of get_sha1_with_mode()Junio C Hamano
2012-07-03sha1_name.c: get rid of get_sha1_with_mode_1()Junio C Hamano
2012-07-02sha1_name.c: hide get_sha1_with_context_1() uglinessJunio C Hamano
2012-06-28Merge branch 'mm/verify-filename-fix'Junio C Hamano
2012-06-18sha1_name: do not trigger detailed diagnosis for file argumentsMatthieu Moy
2012-06-18sha1_name.c: indentation fixJunio C Hamano
2012-04-15i18n: mark @{upstream} error messages for translationZbigniew Jędrzejewski-Szmek
2012-04-15Be more specific if upstream branch is not trackedZbigniew Jędrzejewski-Szmek
2012-04-15Provide better message for barnhc_wiht_tpyo@{u}Zbigniew Jędrzejewski-Szmek
2012-04-15Provide branch name in error message when using @{u}Zbigniew Jędrzejewski-Szmek
2011-10-21Merge branch 'jc/broken-ref-dwim-fix'Junio C Hamano