Age | Commit message (Expand) | Author | Files | Lines |
2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -1/+1 |
2016-05-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -0/+9 |
2016-04-19 | sha1-name: introduce a get_oid() function | brian m. carlson | 1 | -0/+9 |
2016-03-06 | setup: make startup_info available everywhere | Jeff King | 1 | -3/+0 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -3/+2 |
2016-02-24 | Merge branch 'nd/dwim-wildcards-as-pathspecs' | Junio C Hamano | 1 | -2/+2 |
2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 1 | -3/+2 |
2016-02-10 | Merge branch 'wp/sha1-name-negative-match' | Junio C Hamano | 1 | -5/+15 |
2016-02-10 | get_sha1: don't die() on bogus search strings | Jeff King | 1 | -2/+2 |
2016-02-01 | object name: introduce '^{/!-<negative pattern>}' notation | Will Palmer | 1 | -5/+15 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -8/+8 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -2/+2 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -8/+8 |
2015-10-05 | diagnose_invalid_index_path: use strbuf to avoid strcpy/strcat | Jeff King | 1 | -12/+9 |
2015-09-25 | find_short_object_filename: convert sprintf to xsnprintf | Jeff King | 1 | -2/+6 |
2015-09-25 | add reentrant variants of sha1_to_hex and find_unique_abbrev | Jeff King | 1 | -5/+11 |
2015-06-29 | convert "enum date_mode" into a struct | Jeff King | 1 | -1/+1 |
2015-06-05 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+4 |
2015-06-05 | Merge branch 'jk/at-push-sha1' | Junio C Hamano | 1 | -36/+45 |
2015-06-01 | Merge branch 'dt/cat-file-follow-symlinks' | Junio C Hamano | 1 | -5/+15 |
2015-05-25 | handle_one_ref(): rewrite to take an object_id argument | Michael Haggerty | 1 | -6/+4 |
2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -1/+4 |
2015-05-22 | sha1_name: implement @{push} shorthand | Jeff King | 1 | -1/+13 |
2015-05-22 | sha1_name: refactor interpret_upstream_mark | Jeff King | 1 | -21/+23 |
2015-05-22 | sha1_name: refactor upstream_mark | Jeff King | 1 | -3/+9 |
2015-05-21 | remote.c: report specific errors from branch_get_upstream | Jeff King | 1 | -18/+7 |
2015-05-20 | use file_exists() to check if a file exists in the worktree | René Scharfe | 1 | -4/+3 |
2015-05-20 | sha1_name: get_sha1_with_context learns to follow symlinks | David Turner | 1 | -5/+15 |
2015-03-20 | Merge branch 'rs/use-isxdigit' | Junio C Hamano | 1 | -1/+1 |
2015-03-10 | use isxdigit() for checking if a character is a hexadecimal digit | René Scharfe | 1 | -1/+1 |
2015-03-05 | Merge branch 'rs/simple-cleanups' | Junio C Hamano | 1 | -6/+2 |
2015-02-22 | sha1_name: use strlcpy() to copy strings | René Scharfe | 1 | -6/+2 |
2015-01-07 | Merge branch 'jc/merge-bases' | Junio C Hamano | 1 | -1/+1 |
2014-12-22 | Merge branch 'mh/find-uniq-abbrev' | Junio C Hamano | 1 | -1/+1 |
2014-11-26 | sha1_name: avoid unnecessary sha1 lookup in find_unique_abbrev | Mike Hommey | 1 | -1/+1 |
2014-10-30 | get_merge_bases(): always clean-up object flags | Junio C Hamano | 1 | -1/+1 |
2014-09-19 | refs: make rev-parse --quiet actually quiet | David Aguilar | 1 | -9/+15 |
2014-09-11 | Merge branch 'rs/list-optim' | Junio C Hamano | 1 | -1/+2 |
2014-08-25 | sha1_name: avoid quadratic list insertion in handle_one_ref | René Scharfe | 1 | -1/+2 |
2014-07-28 | Merge branch 'jk/misc-fixes-maint' | Junio C Hamano | 1 | -1/+3 |
2014-07-24 | free ref string returned by dwim_ref | Jeff King | 1 | -1/+3 |
2014-07-10 | use strbuf_addbuf for adding strbufs | René Scharfe | 1 | -1/+1 |
2014-07-09 | Merge branch 'jk/xstrfmt' | Junio C Hamano | 1 | -4/+1 |
2014-07-09 | Merge branch 'jk/skip-prefix' | Junio C Hamano | 1 | -3/+1 |
2014-06-20 | use skip_prefix to avoid repeating strings | Jeff King | 1 | -3/+1 |
2014-06-19 | use xstrfmt to replace xmalloc + strcpy/strcat | Jeff King | 1 | -4/+1 |
2014-06-13 | commit: record buffer length in cache | Jeff King | 1 | -1/+1 |
2014-06-13 | use get_commit_buffer to avoid duplicate code | Jeff King | 1 | -14/+4 |
2014-04-03 | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 1 | -0/+2 |
2014-03-25 | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |