summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-03[PATCH] git-tar-tree: do only basic tests in t/t5000-git-tar-tree.shRene Scharfe
2005-06-03[PATCH] git-tar-tree: fix write_trailerRene Scharfe
2005-06-03[PATCH] git-tar-tree: add a test caseRene Scharfe
2005-06-03[PATCH] git-tar-tree: small doc updateRene Scharfe
2005-06-03[PATCH] git-tar-tree: cleanup write_trailer()Rene Scharfe
2005-06-03Clarify git-diff-cache semantics in the tutorial.Linus Torvalds
2005-06-02[PATCH] Find size of SHA1 object without inflating everything.Junio C Hamano
2005-06-02[PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano
2005-06-02git-rev-list: split out commit limiting from main() too.Linus Torvalds
2005-06-02git-rev-list: factor out the commit printing from "main()"Linus Torvalds
2005-06-02Run the tutorial through ispell once moreLinus Torvalds
2005-06-02Split up unpack_sha1_file() some moreLinus Torvalds
2005-06-02Add "unpack_sha1_header()" helper functionLinus Torvalds
2005-06-02tutorial.txt: start describing how to copy repositoriesLinus Torvalds
2005-06-01[PATCH] diff: mode bits fixesJunio C Hamano
2005-06-01Update tutorial for simplified "git" script.Linus Torvalds
2005-06-01Add "git" and "git-log-script" helper scripts.Linus Torvalds
2005-06-01git-rev-list: add "--pretty" command line optionLinus Torvalds
2005-06-01Add generic commit "pretty print" function.Linus Torvalds
2005-06-01[PATCH] git: git-commit-script ignores $GIT_DIRAlexey Guzeev
2005-06-01tutorial.txt: fix typos and a'git-whatchanged' exampleLinus Torvalds
2005-06-01git-apply --stat: limit lines to 79 charactersLinus Torvalds
2005-06-01[PATCH] ls-tree: handle trailing slashes in the pathspec properly.Junio C Hamano
2005-06-01Add first cut at a simple git tutorial.Linus Torvalds
2005-05-31[PATCH] diff: consolidate test helper script pieces.Junio C Hamano
2005-05-31pathspec: fix pathspecs with '/' at the endLinus Torvalds
2005-05-31git-apply: don't try to be clever about filenames and the indexLinus Torvalds
2005-05-31git-rev-list: add "--parents" command line flagLinus Torvalds
2005-05-31git-rev-list: use proper lazy reachability analysisLinus Torvalds
2005-05-31commit_list_insert: return the new commit list entryLinus Torvalds
2005-05-31[PATCH] Show dissimilarity index for D and N case.Junio C Hamano
2005-05-31[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano
2005-05-31[PATCH] Buglets fix in the new two scriptsJunio C Hamano
2005-05-31git-resolve-script: use "git-apply --stat" instead of diffstatLinus Torvalds
2005-05-31[PATCH] mkdelta enhancements (take 2)Nicolas Pitre
2005-05-30Add "commit" helper scriptLinus Torvalds
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano
2005-05-30[PATCH] diff: fix the culling of unneeded delete record.Junio C Hamano
2005-05-30[PATCH] diff: further cleanup.Junio C Hamano
2005-05-30[PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano
2005-05-30[PATCH] diff: consolidate various calls into diffcore.Junio C Hamano
2005-05-30[PATCH] diff-helper: Fix R/C score parsing under -z flag.Junio C Hamano
2005-05-30git-init-db: set up the full default environmentLinus Torvalds
2005-05-29git-mktag: be more careful in reading the input.Linus Torvalds
2005-05-29[PATCH] Fix count-delta overcountingJunio C Hamano
2005-05-29[PATCH] Do not include unused header files.Junio C Hamano
2005-05-29[PATCH] Pickaxe fixes.Junio C Hamano
2005-05-29[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano
2005-05-29[PATCH] Adjust diff-helper to diff-tree -v -z changes.Junio C Hamano
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano