summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jn/make'Junio C Hamano2006-07-305-0/+225
|\
| * Set datarootdir in config.mak.inPavel Roskin2006-07-141-0/+1
| * Quote all calls to GIT_CONF_APPEND_LINEPavel Roskin2006-07-141-12/+12
| * Typofix in configure.ac comment.Pavel Roskin2006-07-091-1/+1
| * configure.ac vertical whitespace usage cleanupJakub Narebski2006-07-091-14/+15
| * autoconf: Checks for some programsJakub Narebski2006-07-092-0/+12
| * autoconf: Checks for librariesJakub Narebski2006-07-091-7/+21
| * autoconf: Checks for some library functions.Jakub Narebski2006-07-091-3/+12
| * autoconf: Checks for typedefs, structures, and compiler characteristics.Jakub Narebski2006-07-091-2/+13
| * autoconf: Preparing the way for autodetectionJakub Narebski2006-07-091-1/+16
| * Copy description of build configuration variables to configure.acJakub Narebski2006-07-091-1/+113
| * Teach make clean about configure and autoconfJakub Narebski2006-07-081-0/+2
| * autoconf: Use autoconf to write installation directories to config.mak.autogenJakub Narebski2006-07-025-0/+48
* | Display an error from update-ref if target ref name is invalid.Shawn Pearce2006-07-282-0/+17
* | Fix http-fetchJohannes Schindelin2006-07-281-3/+3
* | Merge branch 'pb/multi-fetch'Junio C Hamano2006-07-287-72/+162
|\ \
| * | Teach git-http-fetch the --stdin switchPetr Baudis2006-07-272-17/+36
| * | Teach git-local-fetch the --stdin switchPetr Baudis2006-07-274-10/+74
| * | Make pull() support fetching multiple targets at oncePetr Baudis2006-07-275-37/+49
| * | Make pull() take some implicit data as explicit argumentsPetr Baudis2006-07-275-17/+12
* | | Merge branch 'lt/web'Junio C Hamano2006-07-281-28/+55
|\ \ \
| * | | gitweb.cgi: Centralize printing of the page pathLuben Tuikov2006-07-241-20/+21
| * | | gitweb.cgi: Show "raw" head of project link even when $hash is not definedLuben Tuikov2006-07-241-0/+3
| * | | gitweb.cgi: Include direct link to "raw" files from "history"Luben Tuikov2006-07-241-6/+29
| * | | gitweb.cgi: Teach git_history() to read hash from $hash_baseLuben Tuikov2006-07-241-13/+13
* | | | Merge branch 'js/cvs'Junio C Hamano2006-07-281-4/+4
|\ \ \ \
| * | | | cvsserver: imitate git-update-ref when committingJohannes Schindelin2006-07-261-4/+4
* | | | | Merge branch 'js/alias-p'Junio C Hamano2006-07-283-46/+81
|\ \ \ \ \
| * | | | | git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin2006-07-253-47/+58
| * | | | | Allow an alias to start with "-p"Johannes Schindelin2006-07-251-6/+30
* | | | | | Merge branch 'jc/diff'Junio C Hamano2006-07-281-1/+9
|\ \ \ \ \ \
| * | | | | | git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B"Junio C Hamano2006-07-171-1/+9
* | | | | | | t4103: fix binary patch application test.Junio C Hamano2006-07-281-2/+2
* | | | | | | git-apply -R: binary patches are irreversible for now.Junio C Hamano2006-07-281-0/+6
* | | | | | | Teach git-apply about '-R'Johannes Schindelin2006-07-282-12/+77
* | | | | | | Makefile: ssh-pull.o depends on ssh-fetch.cJohannes Schindelin2006-07-281-0/+2
* | | | | | | log and diff family: honor config even from subdirectoriesJunio C Hamano2006-07-275-7/+11
* | | | | | | git-reset: detect update-ref error and report it.Junio C Hamano2006-07-271-1/+4
* | | | | | | lost-found: use fsck-objects --fullJunio C Hamano2006-07-271-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | mailinfo: accept >From in message headerMichael S. Tsirkin2006-07-271-1/+1
* | | | | | Remove -d from *-fetch usage stringsPetr Baudis2006-07-273-4/+4
* | | | | | daemon: documentation for --reuseaddr, --detach and --pid-fileMatthias Lederhofer2006-07-272-2/+13
| |_|/ / / |/| | | |
* | | | | instaweb: Be more clear if httpd or the browser failJohannes Schindelin2006-07-261-2/+7
* | | | | Merge branch 'pb/configure'Junio C Hamano2006-07-263-11/+13
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Rename man1 and man7 variables to man1dir and man7dirJakub Narebski2006-06-293-9/+9
| * | | | Allow INSTALL, bindir, mandir to be set in main MakefileJakub Narebski2006-06-294-6/+8
* | | | | git-cvsserver: support multiline commit messagesJohannes Schindelin2006-07-261-3/+6
* | | | | t7001: add test for git-mv dir1 dir2/Johannes Schindelin2006-07-261-0/+15
* | | | | gitweb: fix two warningsJohannes Schindelin2006-07-261-2/+2
* | | | | git-instaweb: respect bindir from MakefileJohannes Schindelin2006-07-261-1/+1