Age | Commit message (Expand) | Author | Files | Lines |
2013-10-31 | sha1-name: trivial style cleanup | Felipe Contreras | 1 | -1/+0 |
2013-09-20 | Merge branch 'fc/at-head' | Junio C Hamano | 1 | -4/+34 |
2013-09-20 | Merge branch 'rh/peeling-tag-to-tag' | Junio C Hamano | 1 | -3/+5 |
2013-09-12 | Add new @ shortcut for HEAD | Felipe Contreras | 1 | -0/+28 |
2013-09-04 | use 'commit-ish' instead of 'committish' | Richard Hansen | 1 | -3/+3 |
2013-09-03 | peel_onion: do not assume length of x_type globals | Jeff King | 1 | -4/+4 |
2013-09-03 | peel_onion(): add support for <rev>^{tag} | Richard Hansen | 1 | -0/+2 |
2013-09-03 | sha1-name: pass len argument to interpret_branch_name() | Felipe Contreras | 1 | -4/+6 |
2013-08-14 | Revert "Add new @ shortcut for HEAD" | Junio C Hamano | 1 | -17/+0 |
2013-07-31 | Rename advice.object_name_warning to objectNameWarning | Thomas Rast | 1 | -1/+1 |
2013-07-24 | Merge branch 'ob/typofixes' | Junio C Hamano | 1 | -1/+1 |
2013-07-24 | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 1 | -6/+8 |
2013-07-22 | typofix: in-code comments | Ondřej Bílka | 1 | -1/+1 |
2013-07-22 | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 1 | -2/+2 |
2013-07-12 | cat-file: disable object/refname ambiguity check for batch mode | Jeff King | 1 | -6/+8 |
2013-07-12 | Merge branch 'nd/warn-ambiguous-object-name' into jk/cat-file-batch-optim | Junio C Hamano | 1 | -2/+23 |
2013-07-11 | Merge branch 'jc/t1512-fix' | Junio C Hamano | 1 | -1/+1 |
2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2013-07-01 | get_short_sha1(): correctly disambiguate type-limited abbreviation | Junio C Hamano | 1 | -1/+1 |
2013-06-11 | Merge branch 'fc/at-head' | Junio C Hamano | 1 | -37/+66 |
2013-06-11 | Merge branch 'nd/warn-ambiguous-object-name' | Junio C Hamano | 1 | -2/+23 |
2013-06-11 | Merge branch 'rr/die-on-missing-upstream' | Junio C Hamano | 1 | -7/+17 |
2013-06-02 | sha1_name: fix error message for @{<N>}, @{<date>} | Ramkumar Ramachandra | 1 | -1/+10 |
2013-05-29 | get_sha1: warn about full or short object names that look like refs | Nguyễn Thái Ngọc Duy | 1 | -2/+23 |
2013-05-22 | sha1_name: fix error message for @{u} | Ramkumar Ramachandra | 1 | -6/+7 |
2013-05-16 | strbuf_branchname(): do not double-expand @{-1}~22 | Junio C Hamano | 1 | -2/+6 |
2013-05-08 | sha1_name: compare variable with constant, not constant with variable | Felipe Contreras | 1 | -5/+7 |
2013-05-08 | Add new @ shortcut for HEAD | Felipe Contreras | 1 | -0/+17 |
2013-05-08 | sha1_name: refactor reinterpret() | Felipe Contreras | 1 | -19/+23 |
2013-05-08 | sha1_name: check @{-N} errors sooner | Ramkumar Ramachandra | 1 | -5/+4 |
2013-05-08 | sha1_name: reorganize get_sha1_basic() | Felipe Contreras | 1 | -11/+19 |
2013-05-08 | sha1_name: don't waste cycles in the @-parsing loop | Ramkumar Ramachandra | 1 | -1/+1 |
2013-05-08 | sha1_name: remove unnecessary braces | Felipe Contreras | 1 | -3/+2 |
2013-05-08 | sha1_name: remove no-op | Felipe Contreras | 1 | -1/+1 |
2013-04-03 | Merge branch 'jc/sha1-name-object-peeler' | Junio C Hamano | 1 | -1/+5 |
2013-03-31 | peel_onion(): teach $foo^{object} peeler | Junio C Hamano | 1 | -1/+3 |
2013-03-31 | peel_onion: disambiguate to favor tree-ish when we know we want a tree-ish | Junio C Hamano | 1 | -0/+2 |
2013-03-26 | Merge branch 'jc/reflog-reverse-walk' | Junio C Hamano | 1 | -30/+18 |
2013-03-17 | sha1_name: pass object name length to diagnose_invalid_sha1_path() | René Scharfe | 1 | -18/+14 |
2013-03-08 | reflog: add for_each_reflog_ent_reverse() API | Junio C Hamano | 1 | -30/+18 |
2012-07-22 | Merge branch 'jc/sha1-name-more' | Junio C Hamano | 1 | -128/+366 |
2012-07-09 | rev-parse --disambiguate=<prefix> | Junio C Hamano | 1 | -9/+50 |
2012-07-09 | sha1_name.c: add support for disambiguating other types | Junio C Hamano | 1 | -1/+65 |
2012-07-09 | sha1_name.c: introduce get_sha1_committish() | Junio C Hamano | 1 | -2/+19 |
2012-07-09 | sha1_name.c: teach lookup context to get_sha1_with_context() | Junio C Hamano | 1 | -9/+13 |
2012-07-09 | sha1_name.c: many short names can only be committish | Junio C Hamano | 1 | -4/+28 |
2012-07-09 | sha1_name.c: get_sha1_1() takes lookup flags | Junio C Hamano | 1 | -8/+8 |
2012-07-09 | sha1_name.c: get_describe_name() by definition groks only commits | Junio C Hamano | 1 | -1/+2 |
2012-07-03 | sha1_name.c: teach get_short_sha1() a commit-only option | Junio C Hamano | 1 | -0/+9 |
2012-07-03 | sha1_name.c: allow get_short_sha1() to take other flags | Junio C Hamano | 1 | -3/+4 |