summaryrefslogtreecommitdiff
path: root/sha1_name.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge branch 'jk/misc-fixes-maint'Junio C Hamano2014-07-281-1/+3
|\ \ \ \
| * | | | free ref string returned by dwim_refJeff King2014-07-241-1/+3
* | | | | use strbuf_addbuf for adding strbufsRené Scharfe2014-07-101-1/+1
* | | | | Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-091-4/+1
|\ \ \ \ \
| * | | | | use xstrfmt to replace xmalloc + strcpy/strcatJeff King2014-06-191-4/+1
| |/ / / /
* | | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-3/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | use skip_prefix to avoid repeating stringsJeff King2014-06-201-3/+1
| |/ / /
* | | | commit: record buffer length in cacheJeff King2014-06-131-1/+1
* | | | use get_commit_buffer to avoid duplicate codeJeff King2014-06-131-14/+4
|/ / /
* | | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-0/+2
|\ \ \ | |/ / |/| |
| * | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-0/+2
* | | Merge branch 'jk/interpret-branch-name-fix'Junio C Hamano2014-01-271-44/+73
|\ \ \ | |/ / |/| |