gitweb.git

Commits

2008-06-07 GIT 1.5.6-rc2 v1.5.6-rc2
2008-06-07 Merge 1.5.5.4 in
2008-06-07 GIT 1.5.5.4 v1.5.5.4
2008-06-06 git log --graph: print '*' for all commits, including...
2008-06-06 Use nonrelative paths instead of absolute paths for...
2008-06-06 documentation: move git(7) to git(1)
2008-06-06 documentation: convert "diffcore" and "repository-layou...
2008-06-06 graph API: fix "git log --graph --first-parent"
2008-06-06 Print info about "git help COMMAND" on git's main usage...
2008-06-06 Merge branch 'maint'
2008-06-06 git-for-each-ref.txt: minor improvements
2008-06-06 name-rev: Fix segmentation fault when using --all
2008-06-04 gitweb: Add charset info to "raw" output of 'text/plain...
2008-06-04 Strbuf documentation: document most functions
2008-06-04 Documentation/git-mailsplit: Enhanced description of...
2008-06-04 Fix "git clone $URL" to check out the worktree when...
2008-06-04 Merge branch 'maint'
2008-06-04 describe: match pattern for lightweight tags too
2008-06-04 t7502: honor SHELL_PATH
2008-06-04 Documentation: git-log cannot use rev-list specific...
2008-06-04 Fix t5516 on cygwin: it does not like double slashes...
2008-06-04 t7502: tighten loosely written test sequence
2008-06-04 t7502: do not globally unset GIT_COMMITTER_* environmen...
2008-06-03 cat-file --batch: flush stdout also when objects are...
2008-06-03 GIT v1.5.6-rc1 v1.5.6-rc1
2008-06-03 commit: drop duplicated parents
2008-06-03 rebase --interactive: Compute upstream SHA1 before...
2008-06-03 Documentation/git-filter-branch.txt: Fix description...
2008-06-03 gitweb: Fix "next" link on bottom of page
2008-06-03 Revert "git.el: Set process-environment instead of...
2008-06-02 Merge branch 'sb/am-tests'
2008-06-02 Merge branch 'lw/test-fix'
2008-06-02 Merge branch 'sp/remote'
2008-06-02 Merge branch 'lt/pack-sync'
2008-06-02 Merge branch 'np/pack-check'
2008-06-02 make verify-pack a bit more useful with bad packs
2008-06-02 Merge branch 'jb/reset-q'
2008-06-02 Merge branch 'jc/checkout'
2008-06-02 Merge branch 'lr/init-bare'
2008-06-02 Git.pm: fix return value of config method
2008-06-02 glossary: improve a few links
2008-06-02 Documentation: convert "glossary" and "core-tutorial...
2008-06-02 Git.pm: fix documentation of hash_object
2008-06-02 graph API: avoid printing unnecessary padding before...
2008-06-01 graph API: improve display of merge commits
2008-06-01 git-svn fails in prop_walk if $self->{path} is not...
2008-06-01 Add a --dry-run option to git-svn rebase
2008-06-01 Fix path duplication in git svn commit-diff
2008-06-01 Make "git-remote rm" delete refs acccording to fetch...
2008-06-01 Make "git-remote prune" delete refs according to fetch...
2008-06-01 Remove unused remote_prefix member in builtin-remote
2008-06-01 t/test-lib.sh: resolve symlinks in working directory...
2008-06-01 git-reset: honor -q and do not show progress message
2008-05-31 Merge t4150-am-subdir.sh and t4151-am.sh into t4150...
2008-05-31 Add test cases for git-am
2008-05-31 Remove now unnecessary 'sync()' calls
2008-05-31 Make pack creation always fsync() the result
2008-05-31 Clarify description of <repository> argument to pull...
2008-05-31 rollback lock files on more signals than just SIGINT
2008-05-31 Revision walking documentation: document most important...
2008-05-31 gitweb: Remove gitweb/test/ directory
2008-05-31 Add shortcut in refresh_cache_ent() for marked entries.
2008-05-31 Clearify the documentation for core.ignoreStat
2008-05-30 checkout: "best effort" checkout
2008-05-30 unpack_trees(): allow callers to differentiate worktree...
2008-05-30 checkout: consolidate reset_{to_new,clean_to_new}()
2008-05-29 git-init: accept --bare option
2008-05-29 checkout: make reset_clean_to_new() not die by itself
2008-05-29 "git checkout -- paths..." should error out when paths...
2008-05-29 Documentation: git-cherry uses git-patch-id
2008-05-28 Manual subsection to refer to other pages is SEE ALSO
2008-05-28 bisect: use "$GIT_DIR/BISECT_START" to check if we...
2008-05-28 builtin-fetch.c (store_updated_refs): Honor update_loca...
2008-05-28 fix sha1_pack_index_name()
2008-05-28 Git::cat_blob: allow using an empty blob to fix git...
2008-05-28 t5100: Avoid filename "nul"
2008-05-28 Merge 1.5.5.3 in
2008-05-28 GIT 1.5.5.3 v1.5.5.3
2008-05-28 commit --interactive: properly update the index before...
2008-05-28 gitweb: only display "next" links in logs if there...
2008-05-28 Revert "filter-branch: subdirectory filter needs -...
2008-05-28 Documentation/git-bundle.txt: fix synopsis
2008-05-28 clone: make sure we support the transport type
2008-05-28 t5700-clone-reference: Quote $U
2008-05-28 Add some tests for git update-ref -d
2008-05-27 Merge branch 'jc/diff-no-no-index'
2008-05-27 git diff --no-index: default to page like other diff...
2008-05-27 git-diff: allow --no-index semantics a bit more
2008-05-27 Merge branch 'maint'
2008-05-27 Merge branch 'gp/bisect-fix' into maint
2008-05-27 Merge git://repo.or.cz/git-gui
2008-05-27 Documentation: fix graph in git-rev-parse.txt
2008-05-27 git-gui: Vertically align textboxes with labels gitgui-0.10.2
2008-05-26 show-branch --current: do not barf on detached HEAD
2008-05-26 Makefile: fix dependency on wt-status.h
2008-05-26 hg-to-git: add --verbose option
2008-05-26 Documentation/git.txt: link to 1.5.5.2 documentation.
2008-05-26 Merge branch 'maint'
2008-05-26 Merge branch 'jk/maint-send-email-compose' into maint
2008-05-26 Merge branch 'hb/maint-send-email-quote-recipients...
next