git.git
2005-06-03 Junio C Hamano[PATCH] Tweak count-delta interface
2005-06-03 Rene Scharfe[PATCH] git-tar-tree: do only basic tests in t/t5000...
2005-06-03 Rene Scharfe[PATCH] git-tar-tree: fix write_trailer
2005-06-03 Rene Scharfe[PATCH] git-tar-tree: add a test case
2005-06-03 Rene Scharfe[PATCH] git-tar-tree: small doc update
2005-06-03 Rene Scharfe[PATCH] git-tar-tree: cleanup write_trailer()
2005-06-03 Linus TorvaldsClarify git-diff-cache semantics in the tutorial.
2005-06-02 Junio C Hamano[PATCH] Find size of SHA1 object without inflating...
2005-06-02 Junio C Hamano[PATCH] Handle deltified object correctly in git-*...
2005-06-02 Linus Torvaldsgit-rev-list: split out commit limiting from main(...
2005-06-02 Linus Torvaldsgit-rev-list: factor out the commit printing from ...
2005-06-02 Linus TorvaldsRun the tutorial through ispell once more
2005-06-02 Linus TorvaldsSplit up unpack_sha1_file() some more
2005-06-02 Linus TorvaldsAdd "unpack_sha1_header()" helper function
2005-06-02 Linus Torvaldstutorial.txt: start describing how to copy repositories
2005-06-01 Junio C Hamano[PATCH] diff: mode bits fixes
2005-06-01 Linus TorvaldsUpdate tutorial for simplified "git" script.
2005-06-01 Linus TorvaldsAdd "git" and "git-log-script" helper scripts.
2005-06-01 Linus Torvaldsgit-rev-list: add "--pretty" command line option
2005-06-01 Linus TorvaldsAdd generic commit "pretty print" function.
2005-06-01 Alexey Guzeev[PATCH] git: git-commit-script ignores $GIT_DIR
2005-06-01 Linus Torvaldstutorial.txt: fix typos and a'git-whatchanged' example
2005-06-01 Linus Torvaldsgit-apply --stat: limit lines to 79 characters
2005-06-01 Junio C Hamano[PATCH] ls-tree: handle trailing slashes in the pathspe...
2005-06-01 Linus TorvaldsAdd first cut at a simple git tutorial.
2005-05-31 Junio C Hamano[PATCH] diff: consolidate test helper script pieces.
2005-05-31 Linus Torvaldspathspec: fix pathspecs with '/' at the end
2005-05-31 Linus Torvaldsgit-apply: don't try to be clever about filenames and...
2005-05-31 Linus Torvaldsgit-rev-list: add "--parents" command line flag
2005-05-31 Linus Torvaldsgit-rev-list: use proper lazy reachability analysis
2005-05-31 Linus Torvaldscommit_list_insert: return the new commit list entry
2005-05-31 Junio C Hamano[PATCH] Show dissimilarity index for D and N case.
2005-05-31 Junio C Hamano[PATCH] Add -O<orderfile> option to diff-* brothers.
2005-05-31 Junio C Hamano[PATCH] Buglets fix in the new two scripts
2005-05-31 Linus Torvaldsgit-resolve-script: use "git-apply --stat" instead...
2005-05-31 Nicolas Pitre[PATCH] mkdelta enhancements (take 2)
2005-05-30 Linus TorvaldsAdd "commit" helper script
2005-05-30 Junio C Hamano[PATCH] Add -B flag to diff-* brothers.
2005-05-30 Junio C Hamano[PATCH] diff: fix the culling of unneeded delete record.
2005-05-30 Junio C Hamano[PATCH] diff: further cleanup.
2005-05-30 Junio C Hamano[PATCH] diff: code clean-up and removal of rename hack.
2005-05-30 Junio C Hamano[PATCH] diff: consolidate various calls into diffcore.
2005-05-30 Junio C Hamano[PATCH] diff-helper: Fix R/C score parsing under -z...
2005-05-30 Linus Torvaldsgit-init-db: set up the full default environment
2005-05-29 Linus Torvaldsgit-mktag: be more careful in reading the input.
2005-05-29 Junio C Hamano[PATCH] Fix count-delta overcounting
2005-05-29 Junio C Hamano[PATCH] Do not include unused header files.
2005-05-29 Junio C Hamano[PATCH] Pickaxe fixes.
2005-05-29 Junio C Hamano[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"
2005-05-29 Junio C Hamano[PATCH] Adjust diff-helper to diff-tree -v -z changes.
2005-05-29 Junio C Hamano[PATCH] Optimize diff-tree -[CM] --stdin
2005-05-29 Junio C Hamano[PATCH] Move pathspec to the beginning of the diffcore...
2005-05-29 Junio C Hamano[PATCH] Fix the way diffcore-rename records unremoved...
2005-05-29 Junio C Hamano[PATCH] Add --pickaxe-all to diff-* brothers.
2005-05-29 Junio C Hamano[PATCH] Remove a function not used anymore.
2005-05-29 Junio C Hamano[PATCH] Clean up diff_setup() to make it more extensible.
2005-05-29 Junio C Hamano[PATCH] Remove final newline from the value of xfrm_msg...
2005-05-29 Junio C Hamano[PATCH] Do not expose internal scaling to diff-helper.
2005-05-29 Junio C Hamano[PATCH] Remove unused rank field from diff_core structure.
2005-05-29 Junio C Hamano[PATCH] Make pathspec only care about the detination...
2005-05-29 Junio C Hamano[PATCH] Introduce diff_free_filepair() funcion.
2005-05-29 Junio C Hamano[PATCH] Fix math thinko in similarity estimator.
2005-05-29 Thomas Glanzmann[PATCH] Document the --root switch of git-diff-tree
2005-05-27 David Meybohm[PATCH] check_file_directory_conflict path fix
2005-05-27 Linus Torvaldsgit-diff-tree: simplify header output with '-z'
2005-05-27 Junio C Hamano[PATCH] allow pathspec to end with a slash
2005-05-27 Linus Torvaldsgit-diff-tree: don't use diffcore_pathspec()
2005-05-26 Rene Scharfe[PATCH] fix and testcase for git-commit-tree option
2005-05-26 Junio C Hamano[PATCH] Make ls-* output consistent with diff-* output...
2005-05-26 Jason McMullan[PATCH] ls-tree matching multiple paths
2005-05-26 Junio C Hamano[PATCH] Add git-external-diff-script
2005-05-26 Junio C Hamano[PATCH] Diff updates to express type changes
2005-05-26 Linus Torvaldsgit-apply: add "--check" option to check that the diff...
2005-05-26 Linus Torvaldsgit-apply: when validating default names, check the...
2005-05-26 Linus Torvaldsgit-apply: pick up default filenames from "diff --git...
2005-05-26 Linus Torvaldsgit-apply: make the diffstat output happen for "--stat...
2005-05-26 Linus Torvaldsgit-apply: implement "diffstat" output
2005-05-26 Linus Torvaldsgit-apply: parse the whole list of patches into memory...
2005-05-26 Mark Allen[PATCH] Test case portability fix.
2005-05-26 Linus TorvaldsMake "parse_object()" also fill in commit message buffe...
2005-05-26 Linus Torvaldsgit-rev-list: add "end" commit and "--header" flag
2005-05-26 Linus Torvaldscommit: save the commit buffer off when parsing a commit
2005-05-26 Linus Torvaldsunpack_sha1_file: zero-pad the unpacked object.
2005-05-25 Junio C Hamano[PATCH] Mode only changes from diff.
2005-05-25 Junio C Hamano[PATCH] Fix type-change handling when assigning the...
2005-05-25 Junio C Hamano[PATCH] Adjust show-files test for dotfiles.
2005-05-25 Linus Torvaldsgit-pull-script: pretty-print the merge head information
2005-05-25 Jeff Garzik[PATCH] optimize git-resolve-script
2005-05-25 Linus Torvaldsdiff.c: don't silently ignore unknown state changes...
2005-05-25 Junio C Hamano[PATCH] show changed tree objects with recursive git...
2005-05-25 Junio C Hamano[PATCH] Use pathspec array correctly
2005-05-25 Linus Torvaldsgit-rev-tree: teach it about tag references
2005-05-25 Junio C Hamano[PATCH] Allow dot files in ls-files as well (take #2).
2005-05-25 Linus Torvaldsgit-diff-cache: fix argument parsing
2005-05-25 Junio C Hamano[PATCH] Update rename/copy similarity estimator.
2005-05-25 Junio C Hamano[PATCH] Squelch compiler warning
2005-05-25 Junio C Hamano[PATCH] Allow symlinks in the leading path in checkout...
2005-05-25 Junio C Hamano[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff...
2005-05-24 Linus Torvaldsgit-update-cache: allow dot-files
2005-05-24 Linus Torvaldsgit-commit-tree: allow overriding of commit date
next