summaryrefslogtreecommitdiffstats
path: root/patch-delta.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-02pack-refs: rename handle_one_ref() to pack_one_ref()Michael Haggerty1-2/+2
2013-05-02refs: extract a function write_packed_entry()Michael Haggerty1-16/+30
2013-05-02repack_without_ref(): write peeled refs in the rewritten fileMichael Haggerty2-1/+24
2013-05-02t3211: demonstrate loss of peeled refs if a packed ref is deletedMichael Haggerty1-0/+9
2013-05-02refs: change how packed refs are deletedMichael Haggerty1-16/+68
2013-05-02search_ref_dir(): return an index rather than a pointerMichael Haggerty1-12/+18
2013-05-02repack_without_ref(): silence errors for dangling packed refsMichael Haggerty2-3/+36
2013-05-02t3210: test for spurious error messages for dangling packed refsMichael Haggerty1-0/+33
2013-05-02refs: change the internal reference-iteration APIMichael Haggerty1-61/+83
2013-05-02refs: extract a function peel_entry()Michael Haggerty1-14/+49
2013-05-02peel_ref(): fix return value for non-peelable, not-current referenceMichael Haggerty2-1/+12
2013-05-02peel_object(): give more specific information in return valueMichael Haggerty1-8/+24
2013-05-02refs: extract function peel_object()Michael Haggerty1-20/+30
2013-05-02refs: extract a function ref_resolves_to_object()Michael Haggerty1-8/+20
2013-05-02repack_without_ref(): use function get_packed_ref()Michael Haggerty1-3/+5
2013-05-02peel_ref(): use function get_packed_ref()Michael Haggerty1-3/+2
2013-05-02get_packed_ref(): return a ref_entryMichael Haggerty1-11/+9
2013-05-02do_for_each_ref_in_dirs(): remove dead codeMichael Haggerty1-7/+0
2013-05-02refs: define constant PEELED_LINE_LENGTHMichael Haggerty1-2/+5
2013-05-02refs: document how current_ref is usedMichael Haggerty1-0/+9
2013-05-02refs: document do_for_each_ref() and do_one_ref()Michael Haggerty1-1/+14
2013-05-02refs: document the fields of struct ref_valueMichael Haggerty1-0/+12
2013-05-02refs: document flags constants REF_*Michael Haggerty2-1/+24
2013-04-25prune: introduce OPT_EXPIRY_DATE() and use itJunio C Hamano4-2/+16
2013-04-18api-parse-options.txt: document "no-" for non-boolean optionsMichael Haggerty1-0/+2
2013-04-18git-gc.txt, git-reflog.txt: document new expiry optionsMichael Haggerty2-4/+10
2013-04-18date.c: add parse_expiry_date()Junio C Hamano3-7/+30
2013-04-12fast-export: fix argument name in error messagesPaul Price1-2/+2
2013-04-12Documentation: distinguish between ref and offset deltas in pack-formatStefan Saasen1-1/+3
2013-04-07Git 1.8.1.6v1.8.1.6Junio C Hamano3-2/+8
2013-04-07remote-helpers/test-bzr.sh: do not use "grep '\s'"Torsten Bögershausen1-1/+1
2013-04-03Start preparing for 1.8.1.6Junio C Hamano2-1/+35
2013-04-03git-tag(1): we tag HEAD by defaultThomas Rast1-0/+6
2013-03-29t: check that a pattern without trailing slash matches a directoryJeff King1-0/+27
2013-03-29dir.c::match_pathname(): pay attention to the length of string parametersJeff King1-1/+12
2013-03-29dir.c::match_pathname(): adjust patternlen when shifting patternJeff King1-0/+1
2013-03-29dir.c::match_basename(): pay attention to the length of string parametersJunio C Hamano1-4/+36
2013-03-29attr.c::path_matches(): special case paths that end with a slashJunio C Hamano1-4/+4
2013-03-28git help config: s/insn/instruction/Matthias Krüger1-1/+1
2013-03-27merge-tree: fix typo in merge-tree.c::unresolvedJohn Keeping1-1/+1
2013-03-27git-commit doc: describe use of multiple `-m` optionsChristian Helmuth1-0/+2
2013-03-27git-pull doc: fix grammo ("conflicts" is plural)Mihai Capotă1-1/+1
2013-03-26attr.c::path_matches(): the basename is part of the pathnameJunio C Hamano1-9/+10
2013-03-26Correct the docs about GIT_SSH.Dan Bornstein1-3/+6
2013-03-23Fix revision walk for commits with the same datesKacper Kornet2-1/+14
2013-03-21Documentation: merging a tag is a special caseJunio C Hamano2-1/+26
2013-03-20t2003: work around path mangling issue on WindowsJohannes Sixt1-2/+2
2013-03-18pack-refs: add fully-peeled traitMichael Haggerty3-6/+67
2013-03-17t1507: Test that branchname@{upstream} is interpreted as branchKacper Kornet1-0/+4
2013-03-17pack-refs: write peeled entry for non-tagsJeff King2-8/+50