Documentation/git-cvsimport.txt: Fix a slight glitch in description heading.
[gitweb.git] / Documentation /
2005-12-08 Documentation/git-cvsimport.txt: Fix a slight glitch...
2005-12-08 Documentation/git-verify-pack.txt: added documentation...
2005-12-08 Documentation/git-commit.txt: Add long options and...
2005-12-08 Use uniform description for the '--' option.
2005-12-08 Fix the description of --utf8 and --keep to git-am.
2005-12-08 Document the --non-empty command-line option to git...
2005-12-08 Documentation: recursive is the default strategy these...
2005-12-08 Documentation(tutorial): adjust merge example to the...
2005-12-08 Documentation(cvs-migration): minor cleanups.
2005-12-08 Documentation(glossary): minor formatting clean-ups.
2005-12-08 Documentation: git.html/git.7
2005-12-07 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-12-07 update-index: allow --index-info to add higher stages.
2005-12-07 checkout-index: allow checking out from higher stages.
2005-12-06 Documentaiton (read-tree): update description of 3-way
2005-12-06 Documentation: hash-object.
2005-12-06 Added documentation for few missing options.
2005-12-05 Documentation: shared repository management in tutorial.
2005-12-05 Documentation: push/receive hook references.
2005-12-05 Documentation: git-diff asciidoc table workaround.
2005-12-05 Documentation: git-mv manpage workaround.
2005-12-05 Documentation: talk about pathspec in bisect.
2005-12-05 Documentation: rebase does not use cherry-pick anymore.
2005-12-05 Document the --(no-)edit switch of git-revert and git...
2005-12-05 show-branch: allow glob pattern to name branches to...
2005-12-05 Update the git-ls-tree documentation
2005-12-04 A few more options for git-cat-file
2005-12-02 documentation: git-tag
2005-12-02 documentation: git-bisect (help HTML break man)
2005-12-02 documentation: clarify read-tree --reset
2005-12-02 git-merge documentation: conflicting merge leaves highe...
2005-12-01 Documentation: describe '-f' option to git-fetch.
2005-11-30 Merge branch 'jc/subdir'
2005-11-30 Merge branches 'jc/apply', 'lt/ls-tree', 'lt/bisect...
2005-11-30 Tutorial: adjust merge example to recursive strategy.
2005-11-30 diff-files: show diffs with stage0 and unmerged stage...
2005-11-30 diff-files: -1/-2/-3 to diff against unmerged stage.
2005-11-29 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-29 SVN import: Use one log call
2005-11-29 Fix typos and minor format issues.
2005-11-29 Documentation: Describe merge operation a bit better.
2005-11-28 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-28 mailinfo: Do not use -u=<encoding>; say --encoding...
2005-11-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-27 Small fixes in Documentation/git-mv.txt
2005-11-24 Rename git-config-set to git-repo-config
2005-11-22 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-21 daemon: further tweaks.
2005-11-21 git-daemon support for user-relative paths.
2005-11-21 tutorial: setting up a tree for subsystem maintainers
2005-11-21 git-reset.txt: Small fix + clarifications.
2005-11-20 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-20 git-config-set: support selecting values by non-matchin...
2005-11-20 Documentation: add hooks/update example.
2005-11-20 git-config-set: add more options
2005-11-20 Documentation update for user-relative paths.
2005-11-20 Add documentation for git-config-set
2005-11-20 Documentation: rebase-from-internal minor updates.
2005-11-19 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-18 Document the "ignore objects" feature of git-pack-redundant
2005-11-18 Update pull/fetch --tags documentation
2005-11-18 git-am: --binary; document --resume and --binary.
2005-11-17 diff: --full-index
2005-11-17 apply: allow-binary-replacement.
2005-11-16 Documentation/git-log.txt: trivial typo fix.
2005-11-16 git --help COMMAND brings up the git-COMMAND man-page.
2005-11-16 Update git(7) man-page for the C wrapper.
2005-11-15 Fix git(1) link to git-index-pack
2005-11-15 Documentation: do not blindly run 'cat' .git/HEAD,...
2005-11-15 git-daemon: --inetd implies --syslog
2005-11-15 Documentation nitpicking
2005-11-15 Document a couple of missing command-line options.
2005-11-15 Document the -n command-line option to git-unpack-objects
2005-11-14 git-branch: Mention -d and -D in man-page.
2005-11-14 Merge branch 'svnup' of netz.smurf.noris.de/git/git
2005-11-14 Remove git-rename. git-mv does the same
2005-11-14 Merge branch 'svnup' of netz.smurf.noris.de/git/git
2005-11-13 Rename lost+found to lost-found.
2005-11-12 Documentation: asciidoc sources are utf-8
2005-11-12 Rename .git/lost+found to .git/lost-found.
2005-11-12 git-lost+found
2005-11-12 Make git-pack-redundant consider alt-odbs
2005-11-12 Rename git-pack-intersect to git-pack-redundant
2005-11-12 Add documentation for git-pack-intersect
2005-11-12 Documentation: git-apply --no-add
2005-11-11 Change 'cache' to 'index' in the docs
2005-11-11 git-clone: Keep remote names when cloning unless explic...
2005-11-11 Add --no-commit-id option for git-diff-tree, use it...
2005-11-11 Documentation: "host:path/to/repo" is git native over...
2005-11-10 Merge branch 'hold/svn'
2005-11-10 Merge branch 'hold/rpm'
2005-11-09 Update howto using-topic-branches
2005-11-08 git-tag -d <tag>: delete tag <tag>
2005-11-08 Clean build annoyance.
2005-11-08 Use consistent shell prompts and example style.
2005-11-08 Add --tags documentation, scraped from JC mail.
2005-11-08 Tutorial: do not use 'git resolve'.
2005-11-08 Documentation: fix dependency generation.
2005-11-08 Add bug isolation howto, scraped from Linus.
2005-11-08 Fix documentation dependency generation.
next