summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-05-29[PATCH] Move pathspec to the beginning of the diffcore chain.Junio C Hamano
2005-05-29[PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano
2005-05-29[PATCH] Remove a function not used anymore.Junio C Hamano
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano
2005-05-29[PATCH] Remove final newline from the value of xfrm_msg variable.Junio C Hamano
2005-05-29[PATCH] Do not expose internal scaling to diff-helper.Junio C Hamano
2005-05-29[PATCH] Remove unused rank field from diff_core structure.Junio C Hamano
2005-05-29[PATCH] Make pathspec only care about the detination tree.Junio C Hamano
2005-05-29[PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano
2005-05-29[PATCH] Fix math thinko in similarity estimator.Junio C Hamano
2005-05-29[PATCH] Document the --root switch of git-diff-treeThomas Glanzmann
2005-05-27[PATCH] check_file_directory_conflict path fixDavid Meybohm
2005-05-27git-diff-tree: simplify header output with '-z'Linus Torvalds
2005-05-27[PATCH] allow pathspec to end with a slashJunio C Hamano
2005-05-27git-diff-tree: don't use diffcore_pathspec()Linus Torvalds