summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* do_one_ref(): save and restore value of current_refmh/packed-refs-do-one-ref-recursionMichael Haggerty2013-07-171-1/+5
* Merge branch 'mh/packed-refs-various'Junio C Hamano2013-05-299-341/+640
|\
| * refs: handle the main ref_cache speciallyMichael Haggerty2013-05-011-29/+31
| * refs: change do_for_each_*() functions to take ref_cache argumentsMichael Haggerty2013-05-011-15/+14
| * pack_one_ref(): do some cheap tests before a more expensive oneMichael Haggerty2013-05-011-6/+5
| * pack_one_ref(): use write_packed_entry() to do the writingMichael Haggerty2013-05-011-25/+8
| * pack_one_ref(): use function peel_entry()Michael Haggerty2013-05-011-16/+23
| * refs: inline function do_not_prune()Michael Haggerty2013-05-011-9/+2
| * pack_refs(): change to use do_for_each_entry()Michael Haggerty2013-05-011-14/+15
| * refs: use same lock_file object for both ref-packing functionsMichael Haggerty2013-05-011-6/+4
| * pack_one_ref(): rename "path" parameter to "refname"Michael Haggerty2013-05-011-7/+7
| * pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty2013-05-017-170/+159
| * pack-refs: rename handle_one_ref() to pack_one_ref()Michael Haggerty2013-05-011-2/+2
| * refs: extract a function write_packed_entry()Michael Haggerty2013-05-011-16/+30
| * repack_without_ref(): write peeled refs in the rewritten fileMichael Haggerty2013-05-012-1/+24
| * t3211: demonstrate loss of peeled refs if a packed ref is deletedMichael Haggerty2013-05-011-0/+9
| * refs: change how packed refs are deletedMichael Haggerty2013-05-011-16/+68
| * search_ref_dir(): return an index rather than a pointerMichael Haggerty2013-05-011-12/+18
| * repack_without_ref(): silence errors for dangling packed refsMichael Haggerty2013-05-012-3/+36
| * t3210: test for spurious error messages for dangling packed refsMichael Haggerty2013-05-011-0/+33
| * refs: change the internal reference-iteration APIMichael Haggerty2013-05-011-61/+83
| * refs: extract a function peel_entry()Michael Haggerty2013-05-011-14/+49
| * peel_ref(): fix return value for non-peelable, not-current referenceMichael Haggerty2013-05-012-1/+12
| * peel_object(): give more specific information in return valueMichael Haggerty2013-05-011-8/+24
| * refs: extract function peel_object()Michael Haggerty2013-05-011-20/+30
| * refs: extract a function ref_resolves_to_object()Michael Haggerty2013-05-011-8/+20
| * repack_without_ref(): use function get_packed_ref()Michael Haggerty2013-05-011-3/+5
| * peel_ref(): use function get_packed_ref()Michael Haggerty2013-05-011-3/+2
| * get_packed_ref(): return a ref_entryMichael Haggerty2013-05-011-11/+9
| * do_for_each_ref_in_dirs(): remove dead codeMichael Haggerty2013-05-011-7/+0
| * refs: define constant PEELED_LINE_LENGTHMichael Haggerty2013-05-011-2/+5
| * refs: document how current_ref is usedMichael Haggerty2013-05-011-0/+9
| * refs: document do_for_each_ref() and do_one_ref()Michael Haggerty2013-05-011-1/+14
| * refs: document the fields of struct ref_valueMichael Haggerty2013-05-011-0/+12
| * refs: document flags constants REF_*Michael Haggerty2013-05-012-1/+24
* | Merge branch 'as/check-ignore'Junio C Hamano2013-05-295-96/+188
|\ \
| * | t0008: use named pipe (FIFO) to test check-ignore streamingAdam Spiers2013-04-291-21/+17
| * | Documentation: add caveats about I/O buffering for check-{attr,ignore}Adam Spiers2013-04-113-2/+13
| * | check-ignore: allow incremental streaming of queries via --stdinAdam Spiers2013-04-112-15/+28
| * | check-ignore: move setup into cmd_check_ignore()Adam Spiers2013-04-111-20/+21
| * | check-ignore: add -n / --non-matching optionAdam Spiers2013-04-113-49/+134
| * | t0008: remove duplicated test fixture dataAdam Spiers2013-04-111-15/+1
* | | Merge branch 'jh/checkout-auto-tracking'Junio C Hamano2013-05-298-35/+221
|\ \ \
| * | | glossary: Update and rephrase the definition of a remote-tracking branchJohan Herland2013-04-211-6/+7
| * | | branch.c: Validate tracking branches with refspecs instead of refs/remotes/*Johan Herland2013-04-213-3/+18
| * | | t9114.2: Don't use --track option against "svn-remote"-tracking branchesJohan Herland2013-04-211-1/+1
| * | | t7201.24: Add refspec to keep --track workingJohan Herland2013-04-211-0/+1
| * | | t3200.39: tracking setup should fail if there is no matching refspec.Johan Herland2013-04-211-4/+4
| * | | checkout: Use remote refspecs when DWIMming tracking branchesJohan Herland2013-04-213-26/+28
| * | | t2024: Show failure to use refspec when DWIMming remote branch namesJohan Herland2013-04-211-1/+69