Andrew's git
/
gitweb.git
/ search
summary
|
log
|
commit
|
diff
|
tree
first ⋅ prev ⋅
next
commit
grep
author
committer
pickaxe
?
re
tutorial.txt: start describing how to copy repositories
2005-06-02
tutorial.txt: start describing how to copy repositories
diff
|
tree
2005-06-01
[PATCH] diff: mode bits fixes
diff
|
tree
2005-06-01
Update tutorial for simplified "git" script.
diff
|
tree
2005-06-01
Add "git" and "git-log-script" helper scripts.
diff
|
tree
2005-06-01
git-rev-list: add "--pretty" command line option
diff
|
tree
2005-06-01
Add generic commit "pretty print" function.
diff
|
tree
2005-06-01
[PATCH] git: git-commit-script ignores $GIT_DIR
diff
|
tree
2005-06-01
tutorial.txt: fix typos and a'git-whatchanged' example
diff
|
tree
2005-06-01
git-apply --stat: limit lines to 79 characters
diff
|
tree
2005-06-01
[PATCH] ls-tree: handle trailing slashes in the pathspec...
diff
|
tree
2005-06-01
Add first cut at a simple git tutorial.
diff
|
tree
2005-05-31
[PATCH] diff: consolidate test helper script pieces.
diff
|
tree
2005-05-31
pathspec: fix pathspecs with '/' at the end
diff
|
tree
2005-05-31
git-apply: don't try to be clever about filenames and...
diff
|
tree
2005-05-31
git-rev-list: add "--parents" command line flag
diff
|
tree
2005-05-31
git-rev-list: use proper lazy reachability analysis
diff
|
tree
2005-05-31
commit_list_insert: return the new commit list entry
diff
|
tree
2005-05-31
[PATCH] Show dissimilarity index for D and N case.
diff
|
tree
2005-05-31
[PATCH] Add -O<orderfile> option to diff-* brothers.
diff
|
tree
2005-05-31
[PATCH] Buglets fix in the new two scripts
diff
|
tree
2005-05-31
git-resolve-script: use "git-apply --stat" instead...
diff
|
tree
2005-05-31
[PATCH] mkdelta enhancements (take 2)
diff
|
tree
2005-05-30
Add "commit" helper script
diff
|
tree
2005-05-30
[PATCH] Add -B flag to diff-* brothers.
diff
|
tree
2005-05-30
[PATCH] diff: fix the culling of unneeded delete record.
diff
|
tree
2005-05-30
[PATCH] diff: further cleanup.
diff
|
tree
2005-05-30
[PATCH] diff: code clean-up and removal of rename hack.
diff
|
tree
2005-05-30
[PATCH] diff: consolidate various calls into diffcore.
diff
|
tree
2005-05-30
[PATCH] diff-helper: Fix R/C score parsing under -z...
diff
|
tree
2005-05-30
git-init-db: set up the full default environment
diff
|
tree
2005-05-29
git-mktag: be more careful in reading the input.
diff
|
tree
2005-05-29
[PATCH] Fix count-delta overcounting
diff
|
tree
2005-05-29
[PATCH] Do not include unused header files.
diff
|
tree
2005-05-29
[PATCH] Pickaxe fixes.
diff
|
tree
2005-05-29
[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"
diff
|
tree
2005-05-29
[PATCH] Adjust diff-helper to diff-tree -v -z changes.
diff
|
tree
2005-05-29
[PATCH] Optimize diff-tree -[CM] --stdin
diff
|
tree
2005-05-29
[PATCH] Move pathspec to the beginning of the diffcore...
diff
|
tree
2005-05-29
[PATCH] Fix the way diffcore-rename records unremoved...
diff
|
tree
2005-05-29
[PATCH] Add --pickaxe-all to diff-* brothers.
diff
|
tree
2005-05-29
[PATCH] Remove a function not used anymore.
diff
|
tree
2005-05-29
[PATCH] Clean up diff_setup() to make it more extensible.
diff
|
tree
2005-05-29
[PATCH] Remove final newline from the value of xfrm_msg...
diff
|
tree
2005-05-29
[PATCH] Do not expose internal scaling to diff-helper.
diff
|
tree
2005-05-29
[PATCH] Remove unused rank field from diff_core structure.
diff
|
tree
2005-05-29
[PATCH] Make pathspec only care about the detination...
diff
|
tree
2005-05-29
[PATCH] Introduce diff_free_filepair() funcion.
diff
|
tree
2005-05-29
[PATCH] Fix math thinko in similarity estimator.
diff
|
tree
2005-05-29
[PATCH] Document the --root switch of git-diff-tree
diff
|
tree
2005-05-27
[PATCH] check_file_directory_conflict path fix
diff
|
tree
2005-05-27
git-diff-tree: simplify header output with '-z'
diff
|
tree
2005-05-27
[PATCH] allow pathspec to end with a slash
diff
|
tree
2005-05-27
git-diff-tree: don't use diffcore_pathspec()
diff
|
tree
2005-05-26
[PATCH] fix and testcase for git-commit-tree option
diff
|
tree
2005-05-26
[PATCH] Make ls-* output consistent with diff-* output...
diff
|
tree
2005-05-26
[PATCH] ls-tree matching multiple paths
diff
|
tree
2005-05-26
[PATCH] Add git-external-diff-script
diff
|
tree
2005-05-26
[PATCH] Diff updates to express type changes
diff
|
tree
2005-05-26
git-apply: add "--check" option to check that the diff...
diff
|
tree
2005-05-26
git-apply: when validating default names, check the...
diff
|
tree
2005-05-26
git-apply: pick up default filenames from "diff --git...
diff
|
tree
2005-05-26
git-apply: make the diffstat output happen for "--stat...
diff
|
tree
2005-05-26
git-apply: implement "diffstat" output
diff
|
tree
2005-05-26
git-apply: parse the whole list of patches into memory...
diff
|
tree
2005-05-26
[PATCH] Test case portability fix.
diff
|
tree
2005-05-26
Make "parse_object()" also fill in commit message buffer...
diff
|
tree
2005-05-26
git-rev-list: add "end" commit and "--header" flag
diff
|
tree
2005-05-26
commit: save the commit buffer off when parsing a commit
diff
|
tree
2005-05-26
unpack_sha1_file: zero-pad the unpacked object.
diff
|
tree
2005-05-25
[PATCH] Mode only changes from diff.
diff
|
tree
2005-05-25
[PATCH] Fix type-change handling when assigning the...
diff
|
tree
2005-05-25
[PATCH] Adjust show-files test for dotfiles.
diff
|
tree
2005-05-25
git-pull-script: pretty-print the merge head information
diff
|
tree
2005-05-25
[PATCH] optimize git-resolve-script
diff
|
tree
2005-05-25
diff.c: don't silently ignore unknown state changes...
diff
|
tree
2005-05-25
[PATCH] show changed tree objects with recursive git...
diff
|
tree
2005-05-25
[PATCH] Use pathspec array correctly
diff
|
tree
2005-05-25
git-rev-tree: teach it about tag references
diff
|
tree
2005-05-25
[PATCH] Allow dot files in ls-files as well (take #2).
diff
|
tree
2005-05-25
git-diff-cache: fix argument parsing
diff
|
tree
2005-05-25
[PATCH] Update rename/copy similarity estimator.
diff
|
tree
2005-05-25
[PATCH] Squelch compiler warning
diff
|
tree
2005-05-25
[PATCH] Allow symlinks in the leading path in checkout...
diff
|
tree
2005-05-25
[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff...
diff
|
tree
2005-05-24
git-update-cache: allow dot-files
diff
|
tree
2005-05-24
git-commit-tree: allow overriding of commit date
diff
|
tree
2005-05-24
[PATCH] Redo rename/copy detection logic.
diff
|
tree
2005-05-24
git-apply: more consistency checks on gitdiff filenames
diff
|
tree
2005-05-24
[PATCH] adjust git-deltafy-script to the new diff-tree...
diff
|
tree
2005-05-24
[PATCH] Update git-diff-cache documentation.
diff
|
tree
2005-05-24
[PATCH] Fix diff-pruning logic which was running prune...
diff
|
tree
2005-05-24
git-apply: start using the index file information.
diff
|
tree
2005-05-23
git-apply: if no input files specified, apply stdin
diff
|
tree
2005-05-23
diff-tree: don't write headers if the diff queue is...
diff
|
tree
2005-05-23
git-apply: unknown modes are zero, not -1
diff
|
tree
2005-05-23
[PATCH] diff-raw format update take #2.
diff
|
tree
2005-05-23
git-apply: parse the diff headers (both traditional...
diff
|
tree
2005-05-23
git-apply: improve error detection and messages
diff
|
tree
2005-05-23
git-apply: bad patch fragments are fatal
diff
|
tree
2005-05-23
[PATCH] NUL terminate diff-tree header lines under -z.
diff
|
tree