aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [PATCH] diff: mode bits fixesJunio C Hamano2005-06-01
* Update tutorial for simplified "git" script.Linus Torvalds2005-06-01
* Add "git" and "git-log-script" helper scripts.Linus Torvalds2005-06-01
* git-rev-list: add "--pretty" command line optionLinus Torvalds2005-06-01
* Add generic commit "pretty print" function.Linus Torvalds2005-06-01
* [PATCH] git: git-commit-script ignores $GIT_DIRAlexey Guzeev2005-06-01
* tutorial.txt: fix typos and a'git-whatchanged' exampleLinus Torvalds2005-06-01
* git-apply --stat: limit lines to 79 charactersLinus Torvalds2005-05-31
* [PATCH] ls-tree: handle trailing slashes in the pathspec properly.Junio C Hamano2005-05-31
* Add first cut at a simple git tutorial.Linus Torvalds2005-05-31
* [PATCH] diff: consolidate test helper script pieces.Junio C Hamano2005-05-31
* pathspec: fix pathspecs with '/' at the endLinus Torvalds2005-05-31
* git-apply: don't try to be clever about filenames and the indexLinus Torvalds2005-05-31
* git-rev-list: add "--parents" command line flagLinus Torvalds2005-05-30
* git-rev-list: use proper lazy reachability analysisLinus Torvalds2005-05-30
* commit_list_insert: return the new commit list entryLinus Torvalds2005-05-30
* [PATCH] Show dissimilarity index for D and N case.Junio C Hamano2005-05-30
* [PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano2005-05-30
* [PATCH] Buglets fix in the new two scriptsJunio C Hamano2005-05-30
* git-resolve-script: use "git-apply --stat" instead of diffstatLinus Torvalds2005-05-30
* [PATCH] mkdelta enhancements (take 2)Nicolas Pitre2005-05-30
* Add "commit" helper scriptLinus Torvalds2005-05-30
* [PATCH] Add -B flag to diff-* brothers.Junio C Hamano2005-05-30
* [PATCH] diff: fix the culling of unneeded delete record.Junio C Hamano2005-05-30
* [PATCH] diff: further cleanup.Junio C Hamano2005-05-30
* [PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano2005-05-30
* [PATCH] diff: consolidate various calls into diffcore.Junio C Hamano2005-05-30
* [PATCH] diff-helper: Fix R/C score parsing under -z flag.Junio C Hamano2005-05-30
* git-init-db: set up the full default environmentLinus Torvalds2005-05-30
* git-mktag: be more careful in reading the input.Linus Torvalds2005-05-29
* [PATCH] Fix count-delta overcountingJunio C Hamano2005-05-29
* [PATCH] Do not include unused header files.Junio C Hamano2005-05-29
* [PATCH] Pickaxe fixes.Junio C Hamano2005-05-29
* [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano2005-05-29
* [PATCH] Adjust diff-helper to diff-tree -v -z changes.Junio C Hamano2005-05-29
* [PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano2005-05-29
* [PATCH] Move pathspec to the beginning of the diffcore chain.Junio C Hamano2005-05-29
* [PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano2005-05-29
* [PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano2005-05-29
* [PATCH] Remove a function not used anymore.Junio C Hamano2005-05-29
* [PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano2005-05-29
* [PATCH] Remove final newline from the value of xfrm_msg variable.Junio C Hamano2005-05-29
* [PATCH] Do not expose internal scaling to diff-helper.Junio C Hamano2005-05-29
* [PATCH] Remove unused rank field from diff_core structure.Junio C Hamano2005-05-29
* [PATCH] Make pathspec only care about the detination tree.Junio C Hamano2005-05-29
* [PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano2005-05-29
* [PATCH] Fix math thinko in similarity estimator.Junio C Hamano2005-05-29
* [PATCH] Document the --root switch of git-diff-treeThomas Glanzmann2005-05-29
* [PATCH] check_file_directory_conflict path fixDavid Meybohm2005-05-27
* git-diff-tree: simplify header output with '-z'Linus Torvalds2005-05-27