summaryrefslogtreecommitdiffstats
path: root/Documentation/git-replace.txt (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-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-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
2014-02-25sha1_file.c: document a bunch of functions defined in the fileMichael Haggerty2-14/+78
2014-02-25name-hash: retire unused index_name_exists()Eric Sunshine2-10/+1
2014-02-25hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees2-2/+2
2014-02-24test the commit.gpgsign config optionNicolas Vigier1-4/+21
2014-02-24commit-tree: add and document --no-gpg-signJunio C Hamano3-0/+14
2014-02-24commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier4-1/+21
2014-02-24diff: do not quit early on stat-dirty filesNguyễn Thái Ngọc Duy3-5/+25
2014-02-24diff.c: move diffcore_skip_stat_unmatch core logic out for reuse laterNguyễn Thái Ngọc Duy1-21/+28