aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty2013-05-01
* pack-refs: rename handle_one_ref() to pack_one_ref()Michael Haggerty2013-05-01
* refs: extract a function write_packed_entry()Michael Haggerty2013-05-01
* repack_without_ref(): write peeled refs in the rewritten fileMichael Haggerty2013-05-01
* t3211: demonstrate loss of peeled refs if a packed ref is deletedMichael Haggerty2013-05-01
* refs: change how packed refs are deletedMichael Haggerty2013-05-01
* search_ref_dir(): return an index rather than a pointerMichael Haggerty2013-05-01
* repack_without_ref(): silence errors for dangling packed refsMichael Haggerty2013-05-01
* t3210: test for spurious error messages for dangling packed refsMichael Haggerty2013-05-01
* refs: change the internal reference-iteration APIMichael Haggerty2013-05-01
* refs: extract a function peel_entry()Michael Haggerty2013-05-01
* peel_ref(): fix return value for non-peelable, not-current referenceMichael Haggerty2013-05-01
* peel_object(): give more specific information in return valueMichael Haggerty2013-05-01
* refs: extract function peel_object()Michael Haggerty2013-05-01
* refs: extract a function ref_resolves_to_object()Michael Haggerty2013-05-01
* repack_without_ref(): use function get_packed_ref()Michael Haggerty2013-05-01
* peel_ref(): use function get_packed_ref()Michael Haggerty2013-05-01
* get_packed_ref(): return a ref_entryMichael Haggerty2013-05-01
* do_for_each_ref_in_dirs(): remove dead codeMichael Haggerty2013-05-01
* refs: define constant PEELED_LINE_LENGTHMichael Haggerty2013-05-01
* refs: document how current_ref is usedMichael Haggerty2013-05-01
* refs: document do_for_each_ref() and do_one_ref()Michael Haggerty2013-05-01
* refs: document the fields of struct ref_valueMichael Haggerty2013-05-01
* refs: document flags constants REF_*Michael Haggerty2013-05-01
* prune: introduce OPT_EXPIRY_DATE() and use itJunio C Hamano2013-04-25
* api-parse-options.txt: document "no-" for non-boolean optionsMichael Haggerty2013-04-18
* git-gc.txt, git-reflog.txt: document new expiry optionsMichael Haggerty2013-04-18
* date.c: add parse_expiry_date()Junio C Hamano2013-04-17
* fast-export: fix argument name in error messagesPaul Price2013-04-12
* Documentation: distinguish between ref and offset deltas in pack-formatStefan Saasen2013-04-12
* Git 1.8.1.6v1.8.1.6Junio C Hamano2013-04-07
* Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Junio C Hamano2013-04-07
|\
| * t: check that a pattern without trailing slash matches a directoryJeff King2013-03-28
| * dir.c::match_pathname(): pay attention to the length of string parametersJeff King2013-03-28
| * dir.c::match_pathname(): adjust patternlen when shifting patternJeff King2013-03-28
| * dir.c::match_basename(): pay attention to the length of string parametersJunio C Hamano2013-03-28
| * attr.c::path_matches(): special case paths that end with a slashJunio C Hamano2013-03-28
| * attr.c::path_matches(): the basename is part of the pathnameJunio C Hamano2013-03-26
* | remote-helpers/test-bzr.sh: do not use "grep '\s'"Torsten Bögershausen2013-04-07
* | Start preparing for 1.8.1.6Junio C Hamano2013-04-03
* | Merge branch 'kb/name-hash' into maint-1.8.1Junio C Hamano2013-04-03
|\ \
| * | name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-27
* | | Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second' into maint-1.8.1Junio C Hamano2013-04-03
|\ \ \
| * | | Fix revision walk for commits with the same datesKacper Kornet2013-03-22
| |/ /
* | | Merge branch 'jk/checkout-attribute-lookup' into maint-1.8.1Junio C Hamano2013-04-03
|\ \ \
| * | | t2003: work around path mangling issue on WindowsJohannes Sixt2013-03-20
| * | | entry: fix filter lookupJohn Keeping2013-03-14
| * | | t2003: modernize styleJohn Keeping2013-03-14
* | | | Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1Junio C Hamano2013-04-03
|\ \ \ \
| * | | | pack-refs: add fully-peeled traitMichael Haggerty2013-03-18