gitweb.git

Commits

2006-08-03 GIT 1.4.2-rc3 v1.4.2-rc3
2006-08-03 Documentation/git.txt: link git-svn and git-instaweb...
2006-08-03 Merge branch 'jc/sideband'
2006-08-03 sideband: do not use color, just say "remote:"
2006-08-03 Show both blob names from "git diff blob1 blob2"
2006-08-03 diff.c: do not use pathname comparison to tell renames
2006-08-03 Add a couple of subdirectory tests.
2006-08-03 read-tree: shadowed variable fix.
2006-08-03 fixed variable declaration in gitk
2006-08-03 Fix "git diff blob1 blob2" showing the diff in reverse.
2006-08-03 git-grep: document --and, --or, --not, ( and )
2006-08-03 use declarations from builtin.h for builtin commands
2006-08-03 Make git-repo-config a builtin
2006-08-02 Make git-prune-packed a builtin
2006-08-02 git-annotate: remove extraneous debugging line
2006-08-02 Documentation: convert uses of git-link macro to gitlink
2006-08-02 git-push: remove obsolete git-push.sh
2006-08-02 git-push: allow -f as an alias for --force
2006-08-02 Remove cmd_usage() routine and re-organize the help...
2006-08-02 Fix header breakage due to redefining PATH_MAX.
2006-08-02 Add NO_C99_FORMAT to support older compilers.
2006-08-02 New tests and en-passant modifications to mktag.
2006-08-02 Fix installation of templates on ancient systems.
2006-08-02 Fix annotate test script; notice when git-annotate...
2006-08-02 Ensure git-clone exits with error if perl script fails.
2006-08-01 fetch/clone: mark messages from remote side stand out.
2006-08-01 Merge branch 'rs/rebase'
2006-08-01 Merge branch 'ml/pager'
2006-08-01 Merge branch 'jc/checkout'
2006-07-31 pager: config variable pager.color
2006-07-31 Builtins: control the use of pager from the command...
2006-07-31 Fix up some fallout from "setup_git_directory()" cleanups
2006-07-31 Fix double "close()" in ce_compare_data
2006-07-31 git-checkout: allow "checkout HEAD -- path"
2006-07-31 rebase: Make the fast-fowarding message more user-frien...
2006-07-31 rebase: Fix the detection of fast-forwarding of the...
2006-07-31 tar-tree: illustrate an obscure feature better
2006-07-31 git.c: allow alias expansion without a git directory
2006-07-31 setup_git_directory_gently: do not barf when GIT_DIR...
2006-07-30 Build on Debian GNU/kFreeBSD
2006-07-30 Merge branch 'lt/web'
2006-07-30 Merge branch '__/setup-n-mv'
2006-07-30 Merge branch 'js/mv'
2006-07-30 Merge branch 'jn/make'
2006-07-29 Merge branch 'lt/setup' into __/setup-n-mv
2006-07-29 Call setup_git_directory() much earlier
2006-07-29 Call setup_git_directory() early
2006-07-29 Display an error from update-ref if target ref name...
2006-07-29 Fix http-fetch
2006-07-28 Merge branch 'pb/multi-fetch'
2006-07-28 Merge branch 'lt/web'
2006-07-28 Merge branch 'js/cvs'
2006-07-28 Merge branch 'js/alias-p'
2006-07-28 Merge branch 'jc/diff'
2006-07-28 t4103: fix binary patch application test.
2006-07-28 git-apply -R: binary patches are irreversible for now.
2006-07-28 Teach git-apply about '-R'
2006-07-28 Makefile: ssh-pull.o depends on ssh-fetch.c
2006-07-28 log and diff family: honor config even from subdirectories
2006-07-28 git-reset: detect update-ref error and report it.
2006-07-28 lost-found: use fsck-objects --full
2006-07-28 Teach git-http-fetch the --stdin switch
2006-07-28 Teach git-local-fetch the --stdin switch
2006-07-28 Make pull() support fetching multiple targets at once
2006-07-28 Make pull() take some implicit data as explicit arguments
2006-07-28 mailinfo: accept >From in message header
2006-07-27 Remove -d from *-fetch usage strings
2006-07-27 daemon: documentation for --reuseaddr, --detach and...
2006-07-26 cvsserver: imitate git-update-ref when committing
2006-07-26 instaweb: Be more clear if httpd or the browser fail
2006-07-26 builtin git-mv: support moving directories
2006-07-26 Make git-mv a builtin
2006-07-26 Extract helper bits from c-merge-recursive work
2006-07-26 Merge branch 'pb/configure'
2006-07-26 git-cvsserver: support multiline commit messages
2006-07-26 t7001: add test for git-mv dir1 dir2/
2006-07-26 gitweb: fix two warnings
2006-07-26 git-instaweb: respect bindir from Makefile
2006-07-26 git-instaweb: some Apache have mod_cgi builtin
2006-07-26 t4112: simplify the test and remove unneeded working...
2006-07-26 Extend testing git-mv for renaming of subdirectories
2006-07-25 git wrapper: add --git-dir=<path> and --bare options
2006-07-25 Allow an alias to start with "-p"
2006-07-25 cvsserver: avoid warning about active db handles v1.4.2-rc2
2006-07-25 cvsserver: suppress warnings
2006-07-25 Substitute xmalloc()+memset(0) with xcalloc().
2006-07-25 gitweb: escape tag comments
2006-07-25 Merge branch 'jc/clone-bind-failure'
2006-07-25 Merge branch 'jt/format-patch'
2006-07-25 Merge branch 'ew/apply'
2006-07-25 Merge branch 'jc/read-tree'
2006-07-25 gitweb.cgi: git_blame2: slight optimization reading...
2006-07-25 gitweb.cgi: Centralize printing of the page path
2006-07-25 gitweb.cgi: git_blame2: Revision blocks now have altern...
2006-07-25 gitweb.cgi: Show "raw" head of project link even when...
2006-07-25 gitweb.cgi: git_blame2: Allow back-trekking through...
2006-07-25 gitweb.cgi: git_blame2: an alternative simple working...
2006-07-25 gitweb.cgi: Include direct link to "raw" files from...
2006-07-25 gitweb.cgi: Teach git_history() to read hash from ...
2006-07-25 Merge branch 'lt/objformat'
next