Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | diff: fix a double off-by-one with --ignore-space-at-eoljs/ignore-space-at-eol | Johannes Schindelin | 2016-07-11 | 3 | -4/+6 | |
| * | | | | | | | | | | diff: demonstrate a bug with --patience and --ignore-space-at-eol | Johannes Schindelin | 2016-07-11 | 1 | -0/+8 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'mh/ref-iterators' | Junio C Hamano | 2016-07-25 | 11 | -324/+1460 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | for_each_reflog(): reimplement using iteratorsmh/ref-iterators | Michael Haggerty | 2016-06-20 | 2 | -42/+78 | |
| * | | | | | | | | | | dir_iterator: new API for iterating over a directory tree | Michael Haggerty | 2016-06-20 | 3 | -0/+290 | |
| * | | | | | | | | | | for_each_reflog(): don't abort for bad references | Michael Haggerty | 2016-06-20 | 1 | -1/+1 | |
| * | | | | | | | | | | do_for_each_ref(): reimplement using reference iteration | Michael Haggerty | 2016-06-20 | 4 | -213/+77 | |
| * | | | | | | | | | | refs: introduce an iterator interface | Michael Haggerty | 2016-06-20 | 6 | -1/+915 | |
| * | | | | | | | | | | ref_resolves_to_object(): new function | Michael Haggerty | 2016-06-20 | 1 | -7/+20 | |
| * | | | | | | | | | | entry_resolves_to_object(): rename function from ref_resolves_to_object() | Michael Haggerty | 2016-06-20 | 1 | -3/+3 | |
| * | | | | | | | | | | get_ref_cache(): only create an instance if there is a submodule | Michael Haggerty | 2016-06-20 | 1 | -11/+22 | |
| * | | | | | | | | | | remote rm: handle symbolic refs correctly | Michael Haggerty | 2016-06-20 | 1 | -5/+1 | |
| * | | | | | | | | | | delete_refs(): add a flags argument | Michael Haggerty | 2016-06-20 | 4 | -7/+8 | |
| * | | | | | | | | | | refs: use name "prefix" consistently | Michael Haggerty | 2016-06-20 | 2 | -19/+19 | |
| * | | | | | | | | | | do_for_each_ref(): move docstring to the header file | Michael Haggerty | 2016-06-20 | 2 | -10/+9 | |
| * | | | | | | | | | | refs: remove unnecessary "extern" keywords | Michael Haggerty | 2016-06-13 | 1 | -61/+73 | |
* | | | | | | | | | | | Merge branch 'mh/update-ref-errors' | Junio C Hamano | 2016-07-25 | 3 | -213/+449 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | lock_ref_for_update(): avoid a symref resolutionmh/update-ref-errors | Michael Haggerty | 2016-06-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | lock_ref_for_update(): make error handling more uniform | Michael Haggerty | 2016-06-20 | 2 | -39/+49 | |
| * | | | | | | | | | | | t1404: add more tests of update-ref error handling | Michael Haggerty | 2016-06-20 | 1 | -2/+219 | |
| * | | | | | | | | | | | t1404: document function test_update_rejected | Michael Haggerty | 2016-06-20 | 1 | -0/+10 | |
| * | | | | | | | | | | | t1404: remove "prefix" argument to test_update_rejected | Michael Haggerty | 2016-06-20 | 1 | -14/+13 | |
| * | | | | | | | | | | | t1404: rename file to t1404-update-ref-errors.sh | Michael Haggerty | 2016-06-20 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'mh/split-under-lock' | Junio C Hamano | 2016-07-25 | 10 | -260/+1016 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | lock_ref_sha1_basic(): only handle REF_NODEREF modemh/split-under-lock | Michael Haggerty | 2016-06-13 | 1 | -34/+20 | |
| * | | | | | | | | | | commit_ref_update(): remove the flags parameter | Michael Haggerty | 2016-06-13 | 1 | -7/+7 | |
| * | | | | | | | | | | lock_ref_for_update(): don't resolve symrefs | Michael Haggerty | 2016-06-13 | 2 | -30/+95 | |
| * | | | | | | | | | | lock_ref_for_update(): don't re-read non-symbolic references | Michael Haggerty | 2016-06-13 | 1 | -18/+30 | |
| * | | | | | | | | | | refs: resolve symbolic refs first | Michael Haggerty | 2016-06-13 | 3 | -40/+514 | |
| * | | | | | | | | | | ref_transaction_update(): check refname_is_safe() at a minimum | Michael Haggerty | 2016-06-13 | 3 | -4/+5 | |
| * | | | | | | | | | | unlock_ref(): move definition higher in the file | Michael Haggerty | 2016-06-13 | 1 | -10/+10 | |
| * | | | | | | | | | | lock_ref_for_update(): new function | Michael Haggerty | 2016-06-13 | 1 | -67/+85 | |
| * | | | | | | | | | | add_update(): initialize the whole ref_update | Michael Haggerty | 2016-06-13 | 2 | -22/+40 | |
| * | | | | | | | | | | verify_refname_available(): adjust constness in declaration | Michael Haggerty | 2016-06-13 | 2 | -4/+4 | |
| * | | | | | | | | | | refs: don't dereference on rename | David Turner | 2016-06-13 | 2 | -5/+25 | |
| * | | | | | | | | | | refs: allow log-only updates | David Turner | 2016-06-13 | 2 | -6/+17 | |
| * | | | | | | | | | | delete_branches(): use resolve_refdup() | Michael Haggerty | 2016-06-13 | 1 | -8/+11 | |
| * | | | | | | | | | | ref_transaction_commit(): correctly report close_ref() failure | Michael Haggerty | 2016-06-13 | 1 | -0/+1 | |
| * | | | | | | | | | | ref_transaction_create(): disallow recursive pruning | Michael Haggerty | 2016-06-13 | 3 | -2/+5 | |
| * | | | | | | | | | | refs: make error messages more consistent | Michael Haggerty | 2016-06-13 | 3 | -22/+22 | |
| * | | | | | | | | | | lock_ref_sha1_basic(): remove unneeded local variable | Michael Haggerty | 2016-06-13 | 1 | -6/+3 | |
| * | | | | | | | | | | read_raw_ref(): move docstring to header file | Michael Haggerty | 2016-06-13 | 2 | -38/+38 | |
| * | | | | | | | | | | read_raw_ref(): improve docstring | Michael Haggerty | 2016-06-13 | 1 | -17/+24 | |
| * | | | | | | | | | | read_raw_ref(): rename symref argument to referent | Michael Haggerty | 2016-06-13 | 2 | -11/+12 | |
| * | | | | | | | | | | read_raw_ref(): clear *type at start of function | Michael Haggerty | 2016-06-13 | 1 | -0/+1 | |
| * | | | | | | | | | | read_raw_ref(): rename flags argument to type | Michael Haggerty | 2016-06-13 | 2 | -10/+10 | |
| * | | | | | | | | | | ref_transaction_commit(): remove local variables n and updates | Michael Haggerty | 2016-06-13 | 1 | -22/+20 | |
| * | | | | | | | | | | rename_ref(): remove unneeded local variable | Michael Haggerty | 2016-05-05 | 1 | -6/+3 | |
| * | | | | | | | | | | commit_ref_update(): write error message to *err, not stderr | Michael Haggerty | 2016-05-05 | 1 | -1/+1 | |
| * | | | | | | | | | | refname_is_safe(): insist that the refname already be normalized | Michael Haggerty | 2016-05-05 | 1 | -2/+7 |