summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-19[PATCH] Declare stacked variables before the first statement.Thomas Glanzmann
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano
2005-05-19[PATCH] manpage name conflictSebastian Kuzminsky
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano
2005-05-19diff.c: remove left-over scoring debug messageLinus Torvalds
2005-05-19git-whatchanged: use 'less -S' on the output to make it more user friendlyLinus Torvalds
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano
2005-05-19[PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre
2005-05-19[PATCH] A test case addition for strbuf regressionJunio C Hamano
2005-05-19[PATCH] fix strbuf take #2Junio C Hamano
2005-05-18merge-base: use the new lookup_commit_reference() helper functionLinus Torvalds
2005-05-18commit: add "lookup_commit_reference()" helper functionLinus Torvalds
2005-05-18[PATCH] fix show_date() for positive timezonesNicolas Pitre
2005-05-18diff-tree: don't match non-directories as partial pathnamesLinus Torvalds
2005-05-18diff-tree: fix "whole sub-tree disappeared or appeared" caseLinus Torvalds
2005-05-18diff-tree: fix up comparison of "interesting" sub-treesLinus Torvalds
2005-05-18diff-tree: show hex sha1 of the single-commit argument case correctly.Linus Torvalds
2005-05-18diff-tree: fix and extend argument parsingLinus Torvalds
2005-05-18diff-tree: clean up diff_tree_stdin() functionLinus Torvalds
2005-05-18diff-helper: pass unrecognized lines through unmodifiedLinus Torvalds
2005-05-18strbuf: allow zero-length linesLinus Torvalds
2005-05-18[PATCH] Diff-helper updateJunio C Hamano
2005-05-18fsck-cache: read the default reference information even whenLinus Torvalds
2005-05-18fsck-cache: walk the 'refs' directory if the user doesn't give anyLinus Torvalds
2005-05-18[PATCH] Fix diff output take #4.Junio C Hamano
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst
2005-05-17Add silly "git-whatchanged" script.Linus Torvalds
2005-05-15[PATCH 4/4] Trivial test harness fixes.Junio C Hamano
2005-05-15Remove obsolete note about native CPU byte formatPetr Baudis
2005-05-15Rename some more cache-related functionsBrad Roberts
2005-05-15Rename cache_match_stat() to ce_match_stat()Brad Roberts
2005-05-15Cleanup the x-allocation functionsBrad Roberts
2005-05-15[PATCH 3/3] Rename git-diff-tree-helper to git-diff-helper (part 2).Junio C Hamano
2005-05-15[PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper.Junio C Hamano
2005-05-15The test of the basic diff functionalityJunio C Hamano
2005-05-14[PATCH 1/3] Update mode-change strings in diff output.Junio C Hamano
2005-05-14[PATCH] Add the merge test Linus called "test script from hell".Junio C Hamano
2005-05-14Fixed misnamed t/t2010-update-cache-badpath.shPetr Baudis
2005-05-14[PATCH] Test GIT environment use.Junio C Hamano
2005-05-14Rename some test scripts and describe the naming conventionPetr Baudis
2005-05-14[PATCH 2/2] Test framework documentation.Junio C Hamano
2005-05-14[PATCH 1/2] Test suite fixup.Junio C Hamano
2005-05-14Try to make test output look betterPetr Baudis
2005-05-14t/Makefile: OPTS -> GIT_TEST_OPTSPetr Baudis
2005-05-14t/Makefile cleanupPetr Baudis
2005-05-14Implemented make testPetr Baudis
2005-05-14Fixed t0000-basic.sh and test-lib.sh permissionsPetr Baudis
2005-05-14[PATCH 2/2] The core GIT tests: recent additions and fixes.Junio C Hamano
2005-05-14[PATCH 1/2] Test framework take two.Junio C Hamano
2005-05-13[PATCH] Fix git-diff-files for symlinks.Junio C Hamano