Age | Commit message (Expand) | Author | Files | Lines |
2016-11-01 | Merge branch 'jk/no-looking-at-dotgit-outside-repo' | Junio C Hamano | 1 | -1/+2 |
2016-11-01 | sha1_name: make wraparound of the index into ring-buffer explicit | René Scharfe | 1 | -1/+2 |
2016-10-27 | Merge branch 'jk/no-looking-at-dotgit-outside-repo' | Junio C Hamano | 1 | -1/+3 |
2016-10-27 | Merge branch 'jk/abbrev-auto' | Junio C Hamano | 1 | -25/+35 |
2016-10-27 | Merge branch 'lt/abbrev-auto' | Junio C Hamano | 1 | -1/+27 |
2016-10-26 | find_unique_abbrev: use 4-buffer ring | Jeff King | 1 | -1/+3 |
2016-10-17 | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 1 | -12/+5 |
2016-10-10 | alternates: store scratch buffer as strbuf | Jeff King | 1 | -6/+3 |
2016-10-10 | alternates: use a separate scratch space | Jeff King | 1 | -1/+2 |
2016-10-10 | alternates: provide helper for allocating alternate | Jeff King | 1 | -6/+1 |
2016-10-03 | find_unique_abbrev: move logic out of get_short_sha1() | Jeff King | 1 | -25/+35 |
2016-10-03 | abbrev: auto size the default abbreviation | Linus Torvalds | 1 | -1/+27 |
2016-09-27 | get_short_sha1: make default disambiguation configurable | Jeff King | 1 | -0/+32 |
2016-09-26 | get_short_sha1: list ambiguous objects on error | Jeff King | 1 | -2/+48 |
2016-09-26 | for_each_abbrev: drop duplicate objects | Jeff King | 1 | -4/+15 |
2016-09-26 | get_short_sha1: mark ambiguity error for translation | Jeff King | 1 | -1/+1 |
2016-09-26 | get_short_sha1: NUL-terminate hex prefix | Jeff King | 1 | -3/+3 |
2016-09-26 | get_short_sha1: refactor init of disambiguation code | Jeff King | 1 | -44/+35 |
2016-09-26 | get_short_sha1: parse tags when looking for treeish | Jeff King | 1 | -1/+1 |
2016-09-26 | get_sha1: propagate flags to child functions | Jeff King | 1 | -6/+12 |
2016-09-26 | get_sha1: avoid repeating ourselves via ONLY_TO_DIE | Jeff King | 1 | -0/+3 |
2016-09-26 | get_sha1: detect buggy calls with multiple disambiguators | Jeff King | 1 | -0/+4 |
2016-09-07 | sha1_name: convert get_sha1_mb to struct object_id | brian m. carlson | 1 | -9/+9 |
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 |