summaryrefslogtreecommitdiffstats
path: root/credential-cache.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-11clean: simplify dir/not-dir logicJeff King1-9/+6
2014-03-11clean: respect pathspecs with "-d"Jeff King2-2/+19
2014-03-11t0008: skip trailing space test on WindowsJohannes Sixt1-1/+1
2014-03-08Start preparing for Git 2.0Junio C Hamano2-1/+147
2014-03-07show_ident_date: fix tz range checkJeff King1-2/+2
2014-03-06Use hashcpy() when copying object namesSun He5-6/+6
2014-03-05push: detect local refspec errors earlyJeff King4-2/+80
2014-03-05match_explicit_lhs: allow a "verify only" modeJeff King1-14/+24
2014-03-05match_explicit: hoist refspec lhs checks into their own functionJeff King1-19/+30
2014-03-05cache_tree_find(): use path variable when passing over slashesMichael Haggerty1-2/+3
2014-03-05cache_tree_find(): remove early returnMichael Haggerty1-2/+0
2014-03-05cache_tree_find(): remove redundant checkMichael Haggerty1-1/+1
2014-03-05cache_tree_find(): fix comment formattingMichael Haggerty1-2/+3
2014-03-05cache_tree_find(): find the end of path component using strchrnul()Michael Haggerty1-3/+1
2014-03-05cache_tree_find(): remove redundant checksMichael Haggerty1-4/+3
2014-03-05branch.c: delete size check of newly tracked branch namesJacopo Notarstefano1-4/+0
2014-03-05docs: mark info/grafts as outdatedJeff King2-0/+8
2014-03-05t7800: add a difftool test for .git-filesJunio C Hamano1-0/+14
2014-03-05i18n: proposed command missing leading dashSandy Carter1-2/+2
2014-03-04commit.c: use skip_prefix() instead of starts_with()Tanay Abhra1-8/+6
2014-03-04git-bisect.sh: fix a few style issuesJacopo Notarstefano1-4/+4
2014-03-03sha1_file.c: use ALLOC_GROW() in pretend_sha1_file()Dmitry S. Dolzhenko1-6/+1
2014-03-03read-cache.c: use ALLOC_GROW() in add_index_entry()Dmitry S. Dolzhenko1-5/+1
2014-03-03builtin/mktree.c: use ALLOC_GROW() in append_to_tree()Dmitry S. Dolzhenko1-4/+1
2014-03-03attr.c: use ALLOC_GROW() in handle_attr_line()Dmitry S. Dolzhenko1-6/+1
2014-03-03dir.c: use ALLOC_GROW() in create_simplify()Dmitry S. Dolzhenko1-4/+1
2014-03-03reflog-walk.c: use ALLOC_GROW()Dmitry S. Dolzhenko1-10/+2
2014-03-03replace_object.c: use ALLOC_GROW() in register_replace_object()Dmitry S. Dolzhenko1-6/+2
2014-03-03patch-ids.c: use ALLOC_GROW() in add_commit()Dmitry S. Dolzhenko1-4/+1
2014-03-03diffcore-rename.c: use ALLOC_GROW()Dmitry S. Dolzhenko1-10/+2
2014-03-03diff.c: use ALLOC_GROW()Dmitry S. Dolzhenko1-10/+2
2014-03-03commit.c: use ALLOC_GROW() in register_commit_graft()Dmitry S. Dolzhenko1-6/+2
2014-03-03cache-tree.c: use ALLOC_GROW() in find_subtree()Dmitry S. Dolzhenko1-5/+1
2014-03-03bundle.c: use ALLOC_GROW() in add_to_ref_list()Dmitry S. Dolzhenko1-5/+1
2014-03-03builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()Dmitry S. Dolzhenko1-6/+3
2014-03-03git-add--interactive: warn if module for interactive.singlekey is missingSimon Ruderich1-0/+3
2014-03-03git-config: document interactive.singlekey requires Term::ReadKeySimon Ruderich1-1/+1
2014-03-03strbuf: style fix -- top opening bracket on a separate lineNguyễn Thái Ngọc Duy1-6/+12
2014-03-03repack: add `repack.packKeptObjects` config varJeff King4-2/+44
2014-03-03finish_tmp_packfile():use strbuf for pathname constructionSun He4-21/+22
2014-03-03write_pack_file: use correct variable in diagnosticSun He1-1/+1
2014-03-01submodule update: consistently document the '--checkout' optionJens Lehmann2-2/+11
2014-02-28help.c: rename function "pretty_print_string_list"Ralf Thielow1-4/+3
2014-02-28Document some functions defined in object.cMichael Haggerty2-1/+35
2014-02-28Add docstrings for lookup_replace_object() and do_lookup_replace_object()Michael Haggerty2-0/+20
2014-02-28CodingGuidelines: mention C whitespace rulesJeff King1-0/+11
2014-02-28add uploadarchive.allowUnreachable optionScott J. Goldman4-2/+33
2014-02-28docs: clarify remote restrictions for git-upload-archiveJeff King2-1/+30
2014-02-27commit.c: use the generic "sha1_pos" function for lookupDmitry S. Dolzhenko1-15/+9
2014-02-25builtin/blame.c::find_copy_in_blob: no need to scan for region endDavid Kastrup1-8/+1