summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge-recur: Convert variable names to lower_caseJohannes Schindelin2006-07-271-191/+189
* Cumulative update of merge-recursive in CJohannes Schindelin2006-07-271-526/+364
* Merge branch 'lt/unitype' into js/c-merge-recursiveJunio C Hamano2006-07-1324-96/+91
|\
| * builtin-prune.c: forgot TYPE => OBJ changes.Junio C Hamano2006-07-131-3/+3
| * Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-1222-92/+87
* | recur vs recursive: help testing without touching too many stuff.Junio C Hamano2006-07-134-12/+36
* | Status update on merge-recursive in CJohannes Schindelin2006-07-1310-52/+1773
* | gitweb.css: Use monospace fonts for commits and tree-diff.Luben Tuikov2006-07-131-1/+8
* | Do not use perl in git-commit.shAlex Riesen2006-07-131-19/+13
* | diff: Support 256 colorsTimo Hirvonen2006-07-131-6/+18
* | diff: Support both attributes and colorsTimo Hirvonen2006-07-131-57/+107
* | Documentation about exclude/ignore filesMatthias Lederhofer2006-07-132-5/+7
* | daemon: new option --detach to run git-daemon in backgroundMatthias Lederhofer2006-07-131-1/+28
* | daemon: new option --pid-file=<path> to store the pidMatthias Lederhofer2006-07-131-0/+17
* | upload-pack: ignore write errors to stderrMatthias Lederhofer2006-07-131-0/+4
* | daemon: if one of the standard fds is missing open it to /dev/nullMatthias Lederhofer2006-07-131-0/+14
* | daemon: use a custom die routine with syslogMatthias Lederhofer2006-07-131-8/+11
* | Documentation: Fix ssh://[user@]host.xz URLJunio C Hamano2006-07-131-3/+3
* | Adjust t4013 tests to corrected format-patch.Junio C Hamano2006-07-136-0/+8
* | format-patch: Generate a newline between the subject header and the message bodyRobert Shearman2006-07-131-2/+9
* | t4013 diff format tests updateJunio C Hamano2006-07-1342-104/+161
* | Display help for Git mode after pressing `h' or `?' in *git-status*Jakub Narebski2006-07-131-0/+7
* | Wrap long lines in docstrings in contrib/emacs/git.elJakub Narebski2006-07-131-3/+7
|/
* Merge branch 'ml/trace'Junio C Hamano2006-07-126-0/+70
|\
| * test-lib: unset GIT_TRACEJunio C Hamano2006-07-121-0/+1
| * GIT_TRACE: fix a mixed declarations and code warningTimo Hirvonen2006-07-091-1/+1
| * GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer2006-07-095-0/+69
* | git-repack: avoid redirecting stderr into git-pack-objectsJunio C Hamano2006-07-121-1/+3
* | Fix grammatical error in git-revertJunio C Hamano2006-07-121-1/+1
* | Merge branch 'js/merge-base'Junio C Hamano2006-07-122-190/+135
|\ \
| * | Additional merge-base tests (revised)A Large Angry SCM2006-07-091-0/+45
| * | merge-base: update the clean-up postprocessingJunio C Hamano2006-07-091-190/+90
* | | Merge branch 'lt/prune'Junio C Hamano2006-07-125-48/+266
|\ \ \
| * | | builtin "git prune"Linus Torvalds2006-07-095-48/+266
| | |/ | |/|
* | | Merge branch 'lt/merge-tree'Junio C Hamano2006-07-125-16/+378
|\ \ \
| * | | Improved three-way blob merging codeLinus Torvalds2006-06-283-1/+240
| * | | Prepare "git-merge-tree" for future workLinus Torvalds2006-06-281-15/+119
| * | | xdiff: generate "anti-diffs" aka what is common to two filesLinus Torvalds2006-06-282-0/+19
* | | | fmt-merge-msg fixJunio C Hamano2006-07-121-6/+10
* | | | gitweb: Make command invocations go through the git wrapperAlp Toker2006-07-121-33/+29
* | | | gitweb: Include a site name in page titlesAlp Toker2006-07-111-2/+6
* | | | gitweb: Send XHTML as 'application/xhtml+xml' where possibleAlp Toker2006-07-111-2/+12
* | | | git-fetch: fix a bashism (==)Eric Wong2006-07-111-1/+1
* | | | Make the unpacked object header functions static to sha1_file.cLinus Torvalds2006-07-112-4/+2
* | | | git-send-email: Remove redundant Reply-To headerAlp Toker2006-07-111-1/+0
* | | | typofix (git-name-rev documentation)Alp Toker2006-07-111-1/+1
* | | | Mention the [user@] part in documentation of ssh:// urls.Yakov Lerner2006-07-111-3/+3
* | | | tests: Set EDITOR=: and VISUAL=: globallyEric Wong2006-07-114-3/+5
* | | | Log ref changes made by git-fetch and git-pull.Shawn Pearce2006-07-102-6/+16
* | | | Record the type of commit operation in the reflog.Shawn Pearce2006-07-102-4/+21