summaryrefslogtreecommitdiff
path: root/sha1_name.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano2016-11-011-1/+2
|\
| * sha1_name: make wraparound of the index into ring-buffer explicitRené Scharfe2016-11-011-1/+2
* | Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano2016-10-271-1/+3
|\ \ | |/
| * find_unique_abbrev: use 4-buffer ringJeff King2016-10-261-1/+3
* | Merge branch 'jk/abbrev-auto'Junio C Hamano2016-10-271-25/+35
|\ \
| * | find_unique_abbrev: move logic out of get_short_sha1()jk/abbrev-autoJeff King2016-10-031-25/+35
* | | Merge branch 'lt/abbrev-auto'Junio C Hamano2016-10-271-1/+27
|\ \ \ | |/ / | | / | |/ |/|
| * abbrev: auto size the default abbreviationlt/abbrev-autoLinus Torvalds2016-10-031-1/+27
* | Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-10-171-12/+5
|\ \ | |/ |/|
| * alternates: store scratch buffer as strbufJeff King2016-10-101-6/+3
| * alternates: use a separate scratch spaceJeff King2016-10-101-1/+2
| * alternates: provide helper for allocating alternateJeff King2016-10-101-6/+1
* | 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
| |/