summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-18test patch hunk editing with "commit -p -m"Benoit Pierre
2014-03-17Documentation/merge-strategies: avoid hyphenated commandsRamkumar Ramachandra
2014-03-17index-pack: report error using the correct variableJunio C Hamano
2014-03-17shallow: verify shallow file after taking lockJeff King
2014-03-17rebase -i: do not "echo" random user-supplied stringsUwe Storbeck
2014-03-17mv: prevent mismatched data when ignoring errors.brian m. carlson
2014-03-14t/lib-terminal: make TTY a lazy prerequisiteJeff King
2014-03-13entry.c: fix possible buffer overflow in remove_subtree()Michael Haggerty
2014-03-13checkout_entry(): use the strbuf throughout the functionMichael Haggerty
2014-03-12wt-status: lift the artificual "at least 20 columns" floorJunio C Hamano
2014-03-12wt-status: i18n of section labelsJonathan Nieder
2014-03-12wt-status: extract the code to compute width for labelsJonathan Nieder
2014-03-12wt-status: make full label string to be subject to l10nJunio C Hamano
2014-03-11builtin/mv: fix out of bounds writeJohn Keeping
2014-03-11merge hook tests: use 'test_must_fail' instead of '!'Benoit Pierre
2014-03-11merge hook tests: fix missing '&&' in testBenoit Pierre
2014-03-11clean: simplify dir/not-dir logicJeff King
2014-03-11clean: respect pathspecs with "-d"Jeff King
2014-03-07show_ident_date: fix tz range checkJeff King
2014-03-05t7800: add a difftool test for .git-filesJunio C Hamano
2014-03-05i18n: proposed command missing leading dashSandy Carter
2014-02-28fetch: add a failing test for prunning with overlapping refspecsCarlos Martín Nieto
2014-02-27shallow: automatically clean up shallow tempfilesJeff King
2014-02-27shallow: use stat_validity to check for up-to-date fileJeff King
2014-02-26stash pop: mention we did not drop the stash upon failing to applyJunio C Hamano
2014-02-24diff: do not quit early on stat-dirty filesNguyễn Thái Ngọc Duy
2014-02-24diff.c: move diffcore_skip_stat_unmatch core logic out for reuse laterNguyễn Thái Ngọc Duy
2014-02-24clean: use cache_name_is_other()Nguyễn Thái Ngọc Duy
2014-02-24clean: replace match_pathspec() with dir_path_match()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy
2014-02-24match_pathspec: match pathspec "foo/" against directory "foo"Nguyễn Thái Ngọc Duy
2014-02-24dir.c: prepare match_pathspec_item for taking more flagsNguyễn Thái Ngọc Duy
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2014-02-24merge-recursive.c: tolerate missing files while refreshing indexBrad King
2014-02-24read-cache.c: extend make_cache_entry refresh flag with optionsBrad King
2014-02-24read-cache.c: refactor --ignore-missing implementationBrad King
2014-02-24t3030-merge-recursive: test known breakage with empty work treeBrad King
2014-02-24remote: handle pushremote config in any orderJeff King
2014-02-24log: do not segfault on gmtime errorsJeff King
2014-02-24log: handle integer overflow in timestampsJeff King
2014-02-24date: check date overflow against time_tJeff King
2014-02-24fsck: report integer overflow in author timestampsJeff King
2014-02-24t4212: test bogus timestamps with git-logJeff King
2014-02-24difftool: support repositories with .git-filesDavid Aguilar
2014-02-18reset: optionally setup worktree and refresh index on --mixedNguyễn Thái Ngọc Duy
2014-02-18diff: do not reuse_worktree_file for submodulesThomas Rast
2014-02-14Git 1.9.0v1.9.0Junio C Hamano
2014-02-14release notes: typo fixesMichael J Gruber