aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* Call setup_git_directory() earlyLinus Torvalds2006-07-28
* Display an error from update-ref if target ref name is invalid.Shawn Pearce2006-07-28
* Fix http-fetchJohannes Schindelin2006-07-28
* Merge branch 'pb/multi-fetch'Junio C Hamano2006-07-28
|\
| * Teach git-http-fetch the --stdin switchPetr Baudis2006-07-27
| * Teach git-local-fetch the --stdin switchPetr Baudis2006-07-27
| * Make pull() support fetching multiple targets at oncePetr Baudis2006-07-27
| * Make pull() take some implicit data as explicit argumentsPetr Baudis2006-07-27
* | Merge branch 'lt/web'Junio C Hamano2006-07-28
|\ \
| * | gitweb.cgi: Centralize printing of the page pathLuben Tuikov2006-07-24
| * | gitweb.cgi: Show "raw" head of project link even when $hash is not definedLuben Tuikov2006-07-24
| * | gitweb.cgi: Include direct link to "raw" files from "history"Luben Tuikov2006-07-24
| * | gitweb.cgi: Teach git_history() to read hash from $hash_baseLuben Tuikov2006-07-24
* | | Merge branch 'js/cvs'Junio C Hamano2006-07-28
|\ \ \
| * | | cvsserver: imitate git-update-ref when committingJohannes Schindelin2006-07-26
* | | | Merge branch 'js/alias-p'Junio C Hamano2006-07-28
|\ \ \ \
| * | | | git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin2006-07-25
| * | | | Allow an alias to start with "-p"Johannes Schindelin2006-07-25
* | | | | Merge branch 'jc/diff'Junio C Hamano2006-07-28
|\ \ \ \ \
| * | | | | git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B"Junio C Hamano2006-07-17
* | | | | | t4103: fix binary patch application test.Junio C Hamano2006-07-28
* | | | | | git-apply -R: binary patches are irreversible for now.Junio C Hamano2006-07-28
* | | | | | Teach git-apply about '-R'Johannes Schindelin2006-07-28
* | | | | | Makefile: ssh-pull.o depends on ssh-fetch.cJohannes Schindelin2006-07-28
* | | | | | log and diff family: honor config even from subdirectoriesJunio C Hamano2006-07-27
* | | | | | git-reset: detect update-ref error and report it.Junio C Hamano2006-07-27
* | | | | | lost-found: use fsck-objects --fullJunio C Hamano2006-07-27
| |_|_|_|/ |/| | | |
* | | | | mailinfo: accept >From in message headerMichael S. Tsirkin2006-07-27
* | | | | Remove -d from *-fetch usage stringsPetr Baudis2006-07-27
* | | | | daemon: documentation for --reuseaddr, --detach and --pid-fileMatthias Lederhofer2006-07-27
| |_|/ / |/| | |
* | | | instaweb: Be more clear if httpd or the browser failJohannes Schindelin2006-07-26
* | | | Merge branch 'pb/configure'Junio C Hamano2006-07-26
|\ \ \ \
| * | | | Rename man1 and man7 variables to man1dir and man7dirJakub Narebski2006-06-29
| * | | | Allow INSTALL, bindir, mandir to be set in main MakefileJakub Narebski2006-06-29
* | | | | git-cvsserver: support multiline commit messagesJohannes Schindelin2006-07-26
* | | | | t7001: add test for git-mv dir1 dir2/Johannes Schindelin2006-07-26
* | | | | gitweb: fix two warningsJohannes Schindelin2006-07-26
* | | | | git-instaweb: respect bindir from MakefileJohannes Schindelin2006-07-26
* | | | | git-instaweb: some Apache have mod_cgi builtinJohannes Schindelin2006-07-26
* | | | | t4112: simplify the test and remove unneeded working tree file.Junio C Hamano2006-07-26
* | | | | Extend testing git-mv for renaming of subdirectoriesJosef Weidendorfer2006-07-26
| |_|/ / |/| | |
* | | | cvsserver: avoid warning about active db handlesv1.4.2-rc2Johannes Schindelin2006-07-25
* | | | cvsserver: suppress warningsJohannes Schindelin2006-07-25
* | | | Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen2006-07-25
* | | | gitweb: escape tag commentsDaniel Drake2006-07-25
* | | | Merge branch 'jc/clone-bind-failure'Junio C Hamano2006-07-25
|\ \ \ \
| * | | | fetch/clone: check return status from ls-remoteJunio C Hamano2006-07-13
* | | | | Merge branch 'jt/format-patch'Junio C Hamano2006-07-25
|\ \ \ \ \
| * | | | | builtin-log: typefix for recent format-patch changes.Junio C Hamano2006-07-14