summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | | git-instaweb: some Apache have mod_cgi builtinJohannes Schindelin2006-07-261-1/+3
* | | | | t4112: simplify the test and remove unneeded working tree file.Junio C Hamano2006-07-261-26/+2
* | | | | Extend testing git-mv for renaming of subdirectoriesJosef Weidendorfer2006-07-261-0/+21
| |_|/ / |/| | |
* | | | cvsserver: avoid warning about active db handlesv1.4.2-rc2Johannes Schindelin2006-07-251-14/+56
* | | | cvsserver: suppress warningsJohannes Schindelin2006-07-251-1/+1
* | | | Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen2006-07-253-6/+3
* | | | gitweb: escape tag commentsDaniel Drake2006-07-251-1/+1
* | | | Merge branch 'jc/clone-bind-failure'Junio C Hamano2006-07-252-4/+11
|\ \ \ \
| * | | | fetch/clone: check return status from ls-remoteJunio C Hamano2006-07-132-4/+11
* | | | | Merge branch 'jt/format-patch'Junio C Hamano2006-07-254-1/+63
|\ \ \ \ \
| * | | | | builtin-log: typefix for recent format-patch changes.Junio C Hamano2006-07-141-3/+6
| * | | | | Add option to set initial In-Reply-To/ReferencesJosh Triplett2006-07-142-0/+16
| * | | | | Add option to enable threading headersJosh Triplett2006-07-142-9/+22
| * | | | | git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett2006-07-143-0/+30
* | | | | | Merge branch 'ew/apply'Junio C Hamano2006-07-252-14/+163
|\ \ \ \ \ \
| * | | | | | Fix t4114 on cygwinJohannes Schindelin2006-07-231-1/+1
| * | | | | | apply: handle type-changing patch correctly.Junio C Hamano2006-07-171-5/+24
| * | | | | | apply: split out removal and creation into different phases.Junio C Hamano2006-07-161-7/+17
| * | | | | | apply: check D/F conflicts more carefully.Junio C Hamano2006-07-161-3/+18
| * | | | | | typechange tests for git apply (currently failing)Eric Wong2006-07-161-0/+105
* | | | | | | Merge branch 'jc/read-tree'Junio C Hamano2006-07-241-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | checkout -f failed to check out a file if an existing directory interfered.Junio C Hamano2006-07-161-2/+2
| |/ / / / /