summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-06branch: use skip_prefix() in install_branch_config()Libravatar Brian Gesiak1-9/+9
2014-03-06t3200-branch: test setting branch as own upstreamLibravatar Brian Gesiak1-0/+10
2014-03-05Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2014-03-05Merge branch 'jk/run-network-tests-by-default'Libravatar Junio C Hamano3-14/+74
2014-03-05Merge branch 'nd/daemonize-gc'Libravatar Junio C Hamano6-31/+52
2014-03-05Merge branch 'ks/combine-diff'Libravatar Junio C Hamano7-65/+246
2014-03-05push: detect local refspec errors earlyLibravatar Jeff King4-2/+80
2014-03-05match_explicit_lhs: allow a "verify only" modeLibravatar Jeff King1-14/+24
2014-03-05match_explicit: hoist refspec lhs checks into their own functionLibravatar Jeff King1-19/+30
2014-03-05cache_tree_find(): use path variable when passing over slashesLibravatar Michael Haggerty1-2/+3
2014-03-05cache_tree_find(): remove early returnLibravatar Michael Haggerty1-2/+0
2014-03-05cache_tree_find(): remove redundant checkLibravatar Michael Haggerty1-1/+1
2014-03-05cache_tree_find(): fix comment formattingLibravatar Michael Haggerty1-2/+3
2014-03-05cache_tree_find(): find the end of path component using strchrnul()Libravatar Michael Haggerty1-3/+1
2014-03-05cache_tree_find(): remove redundant checksLibravatar Michael Haggerty1-4/+3
2014-03-05branch.c: delete size check of newly tracked branch namesLibravatar Jacopo Notarstefano1-4/+0
2014-03-05docs: mark info/grafts as outdatedLibravatar Jeff King2-0/+8
2014-03-05t7800: add a difftool test for .git-filesLibravatar Junio C Hamano1-0/+14
2014-03-05i18n: proposed command missing leading dashLibravatar Sandy Carter1-2/+2
2014-03-04commit.c: use skip_prefix() instead of starts_with()Libravatar Tanay Abhra1-8/+6
2014-03-03git-bisect.sh: fix a few style issuesLibravatar Jacopo Notarstefano1-4/+4
2014-03-03skip_prefix(): scan prefix only onceLibravatar David Kastrup1-2/+5
2014-03-03sha1_file.c: use ALLOC_GROW() in pretend_sha1_file()Libravatar Dmitry S. Dolzhenko1-6/+1
2014-03-03read-cache.c: use ALLOC_GROW() in add_index_entry()Libravatar Dmitry S. Dolzhenko1-5/+1
2014-03-03builtin/mktree.c: use ALLOC_GROW() in append_to_tree()Libravatar Dmitry S. Dolzhenko1-4/+1
2014-03-03attr.c: use ALLOC_GROW() in handle_attr_line()Libravatar Dmitry S. Dolzhenko1-6/+1
2014-03-03dir.c: use ALLOC_GROW() in create_simplify()Libravatar Dmitry S. Dolzhenko1-4/+1
2014-03-03reflog-walk.c: use ALLOC_GROW()Libravatar Dmitry S. Dolzhenko1-10/+2
2014-03-03replace_object.c: use ALLOC_GROW() in register_replace_object()Libravatar Dmitry S. Dolzhenko1-6/+2
2014-03-03patch-ids.c: use ALLOC_GROW() in add_commit()Libravatar Dmitry S. Dolzhenko1-4/+1
2014-03-03diffcore-rename.c: use ALLOC_GROW()Libravatar Dmitry S. Dolzhenko1-10/+2
2014-03-03diff.c: use ALLOC_GROW()Libravatar Dmitry S. Dolzhenko1-10/+2
2014-03-03commit.c: use ALLOC_GROW() in register_commit_graft()Libravatar Dmitry S. Dolzhenko1-6/+2
2014-03-03cache-tree.c: use ALLOC_GROW() in find_subtree()Libravatar Dmitry S. Dolzhenko1-5/+1
2014-03-03bundle.c: use ALLOC_GROW() in add_to_ref_list()Libravatar Dmitry S. Dolzhenko1-5/+1
2014-03-03builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()Libravatar Dmitry S. Dolzhenko1-6/+3
2014-03-03git-add--interactive: warn if module for interactive.singlekey is missingLibravatar Simon Ruderich1-0/+3
2014-03-03git-config: document interactive.singlekey requires Term::ReadKeyLibravatar Simon Ruderich1-1/+1
2014-03-03strbuf: style fix -- top opening bracket on a separate lineLibravatar Nguyễn Thái Ngọc Duy1-6/+12
2014-03-03repack: add `repack.packKeptObjects` config varLibravatar Jeff King4-2/+44
2014-03-03finish_tmp_packfile():use strbuf for pathname constructionLibravatar Sun He4-21/+22
2014-03-03Merge branch 'sh/write-pack-file-warning-message-fix' into sh/finish-tmp-pack...Libravatar Junio C Hamano1-1/+1
2014-03-03write_pack_file: use correct variable in diagnosticLibravatar Sun He1-1/+1
2014-02-28submodule update: consistently document the '--checkout' optionLibravatar Jens Lehmann2-2/+11
2014-02-28help.c: rename function "pretty_print_string_list"Libravatar Ralf Thielow1-4/+3
2014-02-28Document some functions defined in object.cLibravatar Michael Haggerty2-1/+35
2014-02-28Add docstrings for lookup_replace_object() and do_lookup_replace_object()Libravatar Michael Haggerty2-0/+20
2014-02-28CodingGuidelines: mention C whitespace rulesLibravatar Jeff King1-0/+11
2014-02-28add uploadarchive.allowUnreachable optionLibravatar Scott J. Goldman4-2/+33
2014-02-28docs: clarify remote restrictions for git-upload-archiveLibravatar Jeff King2-1/+30