Code

git.git
2006-08-06 Matthias Lederhofergitweb: fix $project usage
2006-08-06 Matthias Lederhofergitweb: fix commitdiff_plain for root commits
2006-08-06 Jakub Narebskigitweb: Skip nonmatching lines in difftree output,...
2006-08-06 Jakub Narebskigitweb: fix commitdiff for root commits
2006-08-06 Matthias Lederhofergitweb: check if HTTP_ACCEPT is really set
2006-08-06 Matthias KestenholzAdd gitweb.cgi to .gitignore
2006-08-06 Jakub Narebskigitweb: Refactor untabifying - converting tabs to spaces
2006-08-06 Jakub Narebskigitweb: Inline $rss_link
2006-08-06 Jakub Narebskigitweb: PATH_INFO=/ means no project
2006-08-06 Jakub Narebskigitweb: No error messages with unescaped/unprotected...
2006-08-06 Jakub Narebskigitweb: No periods for error messages
2006-08-06 Jakub Narebskigitweb: Cleanup and uniquify error messages
2006-08-06 Jakub Narebskigitweb: Don't undefine query parameter related variable...
2006-08-06 Jakub Narebskigitweb: Use undef for die_error to use default first...
2006-08-06 Jakub Narebskigitweb: die_error first (optional) parameter is HTTP...
2006-08-06 Jakub Narebskigitweb: Separate input validation and dispatch, add...
2006-08-06 Junio C HamanoFix "grep -w"
2006-08-05 Junio C HamanoMakefile: Cygwin does not seem to need NO_STRLCPY
2006-08-05 Ramsay Jonescommit walkers: setup_ident() to record correct committ...
2006-08-05 Johannes Schindelinhttp-push: avoid fork() by calling merge_bases() directly
2006-08-05 Ramsay JonesAllow config file to specify Signed-off-by identity...
2006-08-05 Luben Tuikovgitweb: git_tree displays blame based on repository...
2006-08-04 Junio C Hamanoautoconf: NO_IPV6
2006-08-04 Jakub Narebskiautoconf: Set NEEDS_LIBICONV unconditionally if there...
2006-08-04 Junio C Hamanoautoconf: fix NEEDS_SSL_WITH_CRYPTO
2006-08-04 Junio C HamanoMerge branch 'jc/c99'
2006-08-04 Jakub NarebskiCopy description of new build configuration variables...
2006-08-04 Jakub Narebskiautoconf: Typo cleanup, reordering etc.
2006-08-04 Jakub Narebskiautoconf: Check for ll hh j z t size specifiers introdu...
2006-08-04 Johannes SchindelinFix crash when GIT_DIR is invalid
2006-08-04 Rene Scharfegit-tar-tree: fix minor memory leak
2006-08-04 Uwe ZeisbergerDocument rev-list's option --merge
2006-08-04 Junio C Hamanogit.c: Rename NEEDS_PREFIX to RUN_SETUP
2006-08-04 Junio C Hamanobuiltins: Makefile clean-up
2006-08-04 Junio C HamanoMake git-checkout-index a builtin
2006-08-04 Matthias KestenholzMake git-symbolic-ref a builtin
2006-08-04 Matthias KestenholzMake git-unpack-objects a builtin
2006-08-04 Matthias KestenholzMake git-pack-objects a builtin
2006-08-04 Matthias KestenholzMake git-name-rev a builtin
2006-08-04 Junio C HamanoFurther clean-up: usage() vs die()
2006-08-04 Ramsay Allan... Replace some calls to die(usage_str) with usage(usage_str).
2006-08-04 Ramsay Allan... Fixup command names in some usage strings.
2006-08-03 Junio C HamanoGIT 1.4.2-rc3 v1.4.2-rc3
2006-08-03 Junio C HamanoDocumentation/git.txt: link git-svn and git-instaweb...
2006-08-03 Junio C HamanoMerge branch 'jc/sideband'
2006-08-03 Junio C Hamanosideband: do not use color, just say "remote:"
2006-08-03 Junio C HamanoShow both blob names from "git diff blob1 blob2"
2006-08-03 Junio C Hamanodiff.c: do not use pathname comparison to tell renames
2006-08-03 Junio C HamanoAdd a couple of subdirectory tests.
2006-08-03 Junio C Hamanoread-tree: shadowed variable fix.
2006-08-03 Michaelfixed variable declaration in gitk
2006-08-03 Junio C HamanoFix "git diff blob1 blob2" showing the diff in reverse.
2006-08-03 Jakub Narebskiautoconf: Add support for setting PYTHON_PATH or NO_PYTHON
2006-08-03 Jakub Narebskiautoconf: Move site configuration section earlier in...
2006-08-03 Jakub Narebskiautoconf: Add support for setting SHELL_PATH and PERL_PATH
2006-08-03 Junio C HamanoCygwin needs NO_C99_FORMAT???
2006-08-03 Matthias Lederhofergit-grep: document --and, --or, --not, ( and )
2006-08-03 Matthias Kestenholzuse declarations from builtin.h for builtin commands
2006-08-03 Matthias KestenholzMake git-repo-config a builtin
2006-08-02 Junio C Hamanogitweb: do not use @@FOO@@ for replaced tokens
2006-08-02 Matthias Lederhofergitweb: require $ENV{'GITWEB_CONFIG'}
2006-08-02 Jeff Kinggitweb: optionally read config from GITWEB_CONFIG
2006-08-02 Matthias KestenholzMake git-prune-packed a builtin
2006-08-02 Jeff Kinggit-annotate: remove extraneous debugging line
2006-08-02 Jeff KingDocumentation: convert uses of git-link macro to gitlink
2006-08-02 Jeff Kinggit-push: remove obsolete git-push.sh
2006-08-02 Jeff Kinggit-push: allow -f as an alias for --force
2006-08-02 Ramsay Allan... Fix header breakage with _XOPEN_SOURCE.
2006-08-02 Ramsay Allan... Remove cmd_usage() routine and re-organize the help...
2006-08-02 Ramsay Allan... Fix header breakage due to redefining PATH_MAX.
2006-08-02 Ramsay Allan... Add NO_C99_FORMAT to support older compilers.
2006-08-02 Ramsay Allan... New tests and en-passant modifications to mktag.
2006-08-02 Ramsay Allan... Fix installation of templates on ancient systems.
2006-08-02 Ramsay Allan... Fix annotate test script; notice when git-annotate...
2006-08-02 Ramsay Allan... Ensure git-clone exits with error if perl script fails.
2006-08-01 Junio C HamanoMakefile: gitweb/gitweb.cgi is now generated.
2006-08-01 Junio C Hamanogitweb/README: do not bug Kay with gitweb questions...
2006-08-01 Martin Waitzgitweb: use out-of-line GIT logo.
2006-08-01 Martin Waitzgitweb: fill in gitweb configuration by Makefile
2006-08-01 Junio C Hamanofetch/clone: mark messages from remote side stand out.
2006-08-01 Junio C HamanoMerge branch 'rs/rebase'
2006-08-01 Junio C HamanoMerge branch 'ml/pager'
2006-08-01 Junio C HamanoMerge branch 'jc/checkout'
2006-08-01 Jakub Narebskigitweb: Refactoring git_project_list
2006-08-01 Junio C Hamanogitweb: avoid undefined value warning in print_page_path
2006-08-01 Junio C Hamanogitweb: when showing history of a tree, show tree link...
2006-08-01 Junio C Hamanogitweb: fix use of uninitialized value.
2006-08-01 Junio C Hamanogitweb: an obvious cut and paste error.
2006-08-01 Junio C Hamanogitweb: There can be more than two levels of subdirectories
2006-07-31 Matthias Lederhofergitweb: use a hash to lookup the sub for an action
2006-07-31 Matthias Lederhoferpager: environment variable GIT_PAGER to override PAGER
2006-07-31 Matthias Lederhoferpager: config variable pager.color
2006-07-31 Junio C HamanoBuiltins: control the use of pager from the command...
2006-07-31 Linus TorvaldsFix up some fallout from "setup_git_directory()" cleanups
2006-07-31 Jakub Narebskigitweb: Reordering code and dividing it into categories
2006-07-31 Jakub Narebskigitweb: Remove characters entities entirely when shorte...
2006-07-31 Jakub Narebskigitweb: do not quote path for list version of open...
2006-07-31 Linus TorvaldsFix double "close()" in ce_compare_data
2006-07-31 Jakub Narebskigitweb: Refactor generation of shortlog, tags and heads...
2006-07-31 Junio C Hamanogit-checkout: allow "checkout HEAD -- path"
next