Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-02search_ref_dir(): return an index rather than a pointerMichael Haggerty
2013-05-02repack_without_ref(): silence errors for dangling packed refsMichael Haggerty
2013-05-02t3210: test for spurious error messages for dangling packed refsMichael Haggerty
2013-05-02refs: change the internal reference-iteration APIMichael Haggerty
2013-05-02refs: extract a function peel_entry()Michael Haggerty
2013-05-02peel_ref(): fix return value for non-peelable, not-current referenceMichael Haggerty
2013-05-02peel_object(): give more specific information in return valueMichael Haggerty
2013-05-02refs: extract function peel_object()Michael Haggerty
2013-05-02refs: extract a function ref_resolves_to_object()Michael Haggerty
2013-05-02repack_without_ref(): use function get_packed_ref()Michael Haggerty
2013-05-02peel_ref(): use function get_packed_ref()Michael Haggerty
2013-05-02get_packed_ref(): return a ref_entryMichael Haggerty
2013-05-02do_for_each_ref_in_dirs(): remove dead codeMichael Haggerty
2013-05-02refs: define constant PEELED_LINE_LENGTHMichael Haggerty
2013-05-02refs: document how current_ref is usedMichael Haggerty
2013-05-02refs: document do_for_each_ref() and do_one_ref()Michael Haggerty
2013-05-02refs: document the fields of struct ref_valueMichael Haggerty
2013-05-02refs: document flags constants REF_*Michael Haggerty
2013-04-25prune: introduce OPT_EXPIRY_DATE() and use itJunio C Hamano
2013-04-18api-parse-options.txt: document "no-" for non-boolean optionsMichael Haggerty
2013-04-18git-gc.txt, git-reflog.txt: document new expiry optionsMichael Haggerty
2013-04-18date.c: add parse_expiry_date()Junio C Hamano
2013-04-12fast-export: fix argument name in error messagesPaul Price
2013-04-12Documentation: distinguish between ref and offset deltas in pack-formatStefan Saasen
2013-04-07Git 1.8.1.6v1.8.1.6Junio C Hamano
2013-04-07Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Junio C Hamano
2013-04-07remote-helpers/test-bzr.sh: do not use "grep '\s'"Torsten Bögershausen
2013-04-03Start preparing for 1.8.1.6Junio C Hamano
2013-04-03Merge branch 'kb/name-hash' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'jk/checkout-attribute-lookup' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'ap/maint-diff-rename-avoid-overlap' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'yd/doc-merge-annotated-tag' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'ap/maint-update-index-h-is-for-help' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'jc/perl-cat-blob' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'ob/imap-send-ssl-verify' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'nd/index-pack-l10n-buf-overflow' into maint-1.8.1Junio C Hamano
2013-04-03git-tag(1): we tag HEAD by defaultThomas Rast
2013-03-29t: check that a pattern without trailing slash matches a directoryJeff King
2013-03-29dir.c::match_pathname(): pay attention to the length of string parametersJeff King
2013-03-29dir.c::match_pathname(): adjust patternlen when shifting patternJeff King
2013-03-29dir.c::match_basename(): pay attention to the length of string parametersJunio C Hamano
2013-03-29attr.c::path_matches(): special case paths that end with a slashJunio C Hamano
2013-03-28git help config: s/insn/instruction/Matthias Krüger
2013-03-27merge-tree: fix typo in merge-tree.c::unresolvedJohn Keeping
2013-03-27git-commit doc: describe use of multiple `-m` optionsChristian Helmuth
2013-03-27git-pull doc: fix grammo ("conflicts" is plural)Mihai Capotă
2013-03-26attr.c::path_matches(): the basename is part of the pathnameJunio C Hamano
2013-03-26Correct the docs about GIT_SSH.Dan Bornstein