summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Libravatar Nguyễn Thái Ngọc Duy6-9/+20
2014-02-24match_pathspec: match pathspec "foo/" against directory "foo"Libravatar Nguyễn Thái Ngọc Duy1-1/+6
2014-02-24dir.c: prepare match_pathspec_item for taking more flagsLibravatar Nguyễn Thái Ngọc Duy1-6/+13
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Libravatar Nguyễn Thái Ngọc Duy7-25/+27
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Libravatar Nguyễn Thái Ngọc Duy5-8/+12
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Libravatar Nguyễn Thái Ngọc Duy14-22/+24
2014-02-24Documentation: describe 'submodule update --remote' use caseLibravatar W. Trevor King1-0/+10
2014-02-24submodule: explicit local branch creation in module_cloneLibravatar W. Trevor King4-27/+110
2014-02-24submodule: document module_clone arguments in commentsLibravatar W. Trevor King1-0/+6
2014-02-24submodule: make 'checkout' update_module mode more explicitLibravatar W. Trevor King1-16/+11
2014-02-24test-hashmap.c: drop unnecessary #includesLibravatar Jonathan Nieder1-2/+1
2014-02-24.gitignore: test-hashmap is a generated fileLibravatar Jonathan Nieder1-0/+1
2014-02-24blame.c: prepare_lines should not call xrealloc for every lineLibravatar David Kastrup1-15/+31
2014-02-24builtin/blame.c::prepare_lines: fix allocation size of sb->linenoLibravatar David Kastrup1-2/+2
2014-02-24builtin/blame.c: eliminate same_suspect()Libravatar David Kastrup1-17/+8
2014-02-24merge-recursive.c: tolerate missing files while refreshing indexLibravatar Brad King2-2/+3
2014-02-24read-cache.c: extend make_cache_entry refresh flag with optionsLibravatar Brad King3-12/+16
2014-02-24read-cache.c: refactor --ignore-missing implementationLibravatar Brad King2-3/+7
2014-02-24t3030-merge-recursive: test known breakage with empty work treeLibravatar Brad King1-0/+47
2014-02-24read-cache: add index.version config variableLibravatar Thomas Gummerer3-9/+57
2014-02-24test-lib: allow setting the index format versionLibravatar Thomas Gummerer4-0/+20
2014-02-24am doc: add a pointer to relevant hooksLibravatar Jonathan Nieder1-0/+5
2014-02-24remote: handle pushremote config in any orderLibravatar Jeff King2-1/+19
2014-02-24log: do not segfault on gmtime errorsLibravatar Jeff King2-2/+12
2014-02-24log: handle integer overflow in timestampsLibravatar Jeff King2-2/+24
2014-02-24date: check date overflow against time_tLibravatar Jeff King3-1/+19
2014-02-24fsck: report integer overflow in author timestampsLibravatar Jeff King2-6/+20
2014-02-24t4212: test bogus timestamps with git-logLibravatar Jeff King1-0/+21
2014-02-24difftool: support repositories with .git-filesLibravatar David Aguilar1-16/+2
2014-02-24diffcore.h: be explicit about the signedness of is_binaryLibravatar Richard Lowe1-1/+1
2014-02-24introduce GIT_INDEX_VERSION environment variableLibravatar Thomas Gummerer3-1/+74
2014-02-24demonstrate git-commit --dry-run exit code behaviourLibravatar Tay Ray Chuan1-0/+36
2014-02-24stash doc: mention short form -k in save descriptionLibravatar John Marshall1-1/+1
2014-02-24sha1_file_name(): declare to return a const stringLibravatar Michael Haggerty3-17/+11
2014-02-24find_pack_entry(): document last_found_packLibravatar Michael Haggerty1-4/+12
2014-02-24replace_object: use struct members instead of an arrayLibravatar Michael Haggerty1-6/+11
2014-02-24i18n: mark all progress lines for translationLibravatar Nguyễn Thái Ngọc Duy8-12/+13
2014-02-24sha1_file: fix delta_stack memory leak in unpack_entryLibravatar Nguyễn Thái Ngọc Duy1-0/+4
2014-02-24remote-bzr: support the new 'force' optionLibravatar Richard Hansen2-2/+51
2014-02-24test-hg.sh: tests are now expected to passLibravatar Richard Hansen1-2/+2
2014-02-24transport-helper.c: do not overwrite forced bitLibravatar Max Horn1-1/+1
2014-02-20rename read_replace_refs to check_replace_refsLibravatar Michael Haggerty12-14/+24
2014-02-20actually remove compat fnmatch source codeLibravatar Nguyễn Thái Ngọc Duy2-578/+0
2014-02-20stop using fnmatch (either native or compat)Libravatar Nguyễn Thái Ngọc Duy6-91/+0
2014-02-20Revert "test-wildmatch: add "perf" command to compare wildmatch and fnmatch"Libravatar Nguyễn Thái Ngọc Duy1-73/+0
2014-02-20use wildmatch() directly without fnmatch() wrapperLibravatar Nguyễn Thái Ngọc Duy14-17/+20
2014-02-20Documentation: fix documentation AsciiDoc links for external urlsLibravatar Roberto Tyley6-9/+9
2014-02-20notes: disallow reusing non-blob as a note objectLibravatar Johan Herland2-1/+32
2014-02-20gitweb: Avoid overflowing page body frame with large imagesLibravatar Andrew Keller2-1/+6
2014-02-18config: teach "git config --file -" to read from the standard inputLibravatar Kirill A. Shutemov5-17/+69