Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | object: convert lookup_unknown_object() to use object_id | Jeff King | 2019-06-20 | 1 | -1/+1 |
* | Merge branch 'nd/worktree-name-sanitization' | Junio C Hamano | 2019-06-13 | 1 | -20/+90 |
|\ | |||||
| * | worktree add: sanitize worktree names | Nguyễn Thái Ngọc Duy | 2019-05-15 | 1 | -20/+90 |
* | | refs.c: remove the_repo from read_ref_at() | Nguyễn Thái Ngọc Duy | 2019-04-08 | 1 | -3/+4 |
* | | refs.c: add repo_dwim_log() | Nguyễn Thái Ngọc Duy | 2019-04-08 | 1 | -6/+15 |
* | | refs.c: add repo_dwim_ref() | Nguyễn Thái Ngọc Duy | 2019-04-08 | 1 | -3/+9 |
* | | refs.c: remove the_repo from expand_ref() | Nguyễn Thái Ngọc Duy | 2019-04-08 | 1 | -4/+6 |
* | | refs.c: remove the_repo from substitute_branch_name() | Nguyễn Thái Ngọc Duy | 2019-04-08 | 1 | -4/+5 |
* | | refs.c: add refs_shorten_unambiguous_ref() | Nguyễn Thái Ngọc Duy | 2019-04-08 | 1 | -2/+9 |
* | | refs.c: add refs_ref_exists() | Nguyễn Thái Ngọc Duy | 2019-04-08 | 1 | -1/+6 |
|/ | |||||
* | convert has_sha1_file() callers to has_object_file() | Jeff King | 2019-01-08 | 1 | -1/+1 |
* | Merge branch 'ra/rev-parse-exclude-glob' | Junio C Hamano | 2018-11-18 | 1 | -0/+4 |
|\ | |||||
| * | refs: fix some exclude patterns being ignored | Rafael Ascensão | 2018-11-13 | 1 | -0/+4 |
* | | Merge branch 'nd/per-worktree-ref-iteration' | Junio C Hamano | 2018-11-13 | 1 | -1/+23 |
|\ \ | |||||
| * | | refs: new ref types to make per-worktree refs visible to all worktrees | Nguyễn Thái Ngọc Duy | 2018-10-22 | 1 | -0/+21 |
| * | | Add a place for (not) sharing stuff between worktrees | Nguyễn Thái Ngọc Duy | 2018-10-07 | 1 | -0/+1 |
| * | | refs.c: indent with tabs, not spaces | Nguyễn Thái Ngọc Duy | 2018-10-07 | 1 | -1/+1 |
* | | | Merge branch 'ds/commit-graph-with-grafts' | Junio C Hamano | 2018-10-16 | 1 | -7/+41 |
|\ \ \ | |/ / |/| | | |||||
| * | | refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback | Stefan Beller | 2018-08-21 | 1 | -5/+4 |
| * | | refs.c: migrate internal ref iteration to pass thru repository argument | Stefan Beller | 2018-08-21 | 1 | -2/+37 |
* | | | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 2018-08-29 | 1 | -4/+4 |
| |/ |/| | |||||
* | | Merge branch 'jt/refspec-dwim-precedence-fix' | Junio C Hamano | 2018-08-17 | 1 | -5/+13 |
|\ \ | |||||
| * | | remote: make refspec follow the same disambiguation rule as local refs | Junio C Hamano | 2018-08-02 | 1 | -5/+13 |
* | | | Merge branch 'nd/i18n' | Junio C Hamano | 2018-08-15 | 1 | -20/+20 |
|\ \ \ | |_|/ |/| | | |||||
| * | | refs.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -20/+20 |
| * | | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -6/+6 |
* | | | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 2018-08-02 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | object: add repository argument to object_as_type | Stefan Beller | 2018-06-29 | 1 | -1/+1 |
| * | | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 2018-06-29 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |/| | | |||||
* | | | | Merge branch 'bp/log-ref-write-fd-with-strbuf' | Junio C Hamano | 2018-07-24 | 1 | -8/+4 |
|\ \ \ \ | |||||
| * | | | | convert log_ref_write_fd() to use strbuf | Ben Peart | 2018-07-10 | 1 | -8/+4 |
| |/ / / | |||||
* | | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 |
* | | | Merge branch 'jk/snprintf-truncation' | Junio C Hamano | 2018-05-30 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | shorten_unambiguous_ref: use xsnprintf | Jeff King | 2018-05-21 | 1 | -2/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'ma/create-pseudoref-with-null-old-oid' | Junio C Hamano | 2018-05-30 | 1 | -5/+17 |
|\ \ \ | |||||
| * | | | refs: handle zero oid for pseudorefs | Martin Ågren | 2018-05-13 | 1 | -3/+13 |
| * | | | refs.c: refer to "object ID", not "sha1", in error messages | Martin Ågren | 2018-05-13 | 1 | -2/+4 |
* | | | | Merge branch 'js/use-bug-macro' | Junio C Hamano | 2018-05-30 | 1 | -17/+17 |
|\ \ \ \ | |||||
| * | | | | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -17/+17 |
* | | | | | Merge branch 'ma/lockfile-cleanup' | Junio C Hamano | 2018-05-30 | 1 | -7/+9 |
|\ \ \ \ \ | |||||
| * | | | | | refs.c: do not die if locking fails in `delete_pseudoref()` | Martin Ågren | 2018-05-10 | 1 | -4/+7 |
| * | | | | | refs.c: do not die if locking fails in `write_pseudoref()` | Martin Ågren | 2018-05-10 | 1 | -3/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'js/rebase-recreate-merge' | Junio C Hamano | 2018-05-23 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | sequencer: make refs generated by the `label` command worktree-local | Johannes Schindelin | 2018-04-26 | 1 | -1/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'sb/oid-object-info' | Junio C Hamano | 2018-05-23 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | cache.h: add repository argument to oid_object_info | Stefan Beller | 2018-04-26 | 1 | -1/+1 |
* | | | | | Merge branch 'sb/object-store-replace' | Junio C Hamano | 2018-05-23 | 1 | -0/+3 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | get_main_ref_store: BUG() when outside a repository | Jeff King | 2018-05-21 | 1 | -0/+3 |
| |/ / / | |||||
* | | | | Merge branch 'sb/object-store-replace' | Junio C Hamano | 2018-05-08 | 1 | -41/+39 |
|\ \ \ \ | |/ / / |