summaryrefslogtreecommitdiff
path: root/sha1_name.c
Commit message (Expand)AuthorAgeFilesLines
* get_short_sha1: make default disambiguation configurableJeff King2016-09-271-0/+32
* get_short_sha1: list ambiguous objects on errorJeff King2016-09-261-2/+48
* for_each_abbrev: drop duplicate objectsJeff King2016-09-261-4/+15
* get_short_sha1: mark ambiguity error for translationJeff King2016-09-261-1/+1
* get_short_sha1: NUL-terminate hex prefixJeff King2016-09-261-3/+3
* get_short_sha1: refactor init of disambiguation codeJeff King2016-09-261-44/+35
* get_short_sha1: parse tags when looking for treeishJeff King2016-09-261-1/+1
* get_sha1: propagate flags to child functionsJeff King2016-09-261-6/+12
* get_sha1: avoid repeating ourselves via ONLY_TO_DIEJeff King2016-09-261-0/+3
* get_sha1: detect buggy calls with multiple disambiguatorsJeff King2016-09-261-0/+4
* sha1_name: convert get_sha1_mb to struct object_idbrian m. carlson2016-09-071-9/+9
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-1/+1
* Merge branch 'bc/object-id'Junio C Hamano2016-05-061-0/+9
|\
| * sha1-name: introduce a get_oid() functionbrian m. carlson2016-04-191-0/+9
* | setup: make startup_info available everywhereJeff King2016-03-061-3/+0
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-3/+2
|\
| * use st_add and st_mult for allocation size computationJeff King2016-02-221-3/+2
* | Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano2016-02-241-2/+2
|\ \
| * | get_sha1: don't die() on bogus search stringsnd/dwim-wildcards-as-pathspecsJeff King2016-02-101-2/+2
* | | Merge branch 'wp/sha1-name-negative-match'Junio C Hamano2016-02-101-5/+15
|\ \ \ | |_|/ |/| |
| * | object name: introduce '^{/!-<negative pattern>}' notationwp/sha1-name-negative-matchWill Palmer2016-02-011-5/+15
| |/
* | Remove get_object_hash.brian m. carlson2015-11-201-8/+8
* | Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-8/+8
* | diagnose_invalid_index_path: use strbuf to avoid strcpy/strcatJeff King2015-10-051-12/+9
* | find_short_object_filename: convert sprintf to xsnprintfJeff King2015-09-251-2/+6
* | add reentrant variants of sha1_to_hex and find_unique_abbrevJeff King2015-09-251-5/+11
* | convert "enum date_mode" into a structJeff King2015-06-291-1/+1
* | Merge branch 'bc/object-id'Junio C Hamano2015-06-051-3/+4
|\ \
| * | handle_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-6/+4
| * | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+4
| |/
* | Merge branch 'jk/at-push-sha1'Junio C Hamano2015-06-051-36/+45
|\ \
| * | sha1_name: implement @{push} shorthandJeff King2015-05-221-1/+13
| * | sha1_name: refactor interpret_upstream_markJeff King2015-05-221-21/+23
| * | sha1_name: refactor upstream_markJeff King2015-05-221-3/+9
| * | remote.c: report specific errors from branch_get_upstreamJeff King2015-05-211-18/+7
| |/
* | Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano2015-06-011-5/+15
|\ \
| * | sha1_name: get_sha1_with_context learns to follow symlinksDavid Turner2015-05-201-5/+15
| |/
* | use file_exists() to check if a file exists in the worktreeRené Scharfe2015-05-201-4/+3
|/
* Merge branch 'rs/use-isxdigit'Junio C Hamano2015-03-201-1/+1
|\
| * use isxdigit() for checking if a character is a hexadecimal digitrs/use-isxdigitRené Scharfe2015-03-101-1/+1
* | Merge branch 'rs/simple-cleanups'Junio C Hamano2015-03-051-6/+2
|\ \
| * | sha1_name: use strlcpy() to copy stringsrs/simple-cleanupsRené Scharfe2015-02-221-6/+2
* | | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-071-1/+1
|\ \ \
| * | | get_merge_bases(): always clean-up object flagsjc/merge-basesJunio C Hamano2014-10-301-1/+1
| | |/ | |/|
* | | Merge branch 'mh/find-uniq-abbrev'Junio C Hamano2014-12-221-1/+1
|\ \ \
| * | | sha1_name: avoid unnecessary sha1 lookup in find_unique_abbrevmh/find-uniq-abbrevMike Hommey2014-11-261-1/+1
* | | | refs: make rev-parse --quiet actually quietDavid Aguilar2014-09-191-9/+15
* | | | Merge branch 'rs/list-optim'Junio C Hamano2014-09-111-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | sha1_name: avoid quadratic list insertion in handle_one_refRené Scharfe2014-08-251-1/+2