Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 | 22 | -92/+87 |
* | Merge branch 'ml/trace' | Junio C Hamano | 2006-07-12 | 6 | -0/+70 |
|\ | |||||
| * | test-lib: unset GIT_TRACE | Junio C Hamano | 2006-07-12 | 1 | -0/+1 |
| * | GIT_TRACE: fix a mixed declarations and code warning | Timo Hirvonen | 2006-07-09 | 1 | -1/+1 |
| * | GIT_TRACE: show which built-in/external commands are executed | Matthias Lederhofer | 2006-07-09 | 5 | -0/+69 |
* | | git-repack: avoid redirecting stderr into git-pack-objects | Junio C Hamano | 2006-07-12 | 1 | -1/+3 |
* | | Fix grammatical error in git-revert | Junio C Hamano | 2006-07-12 | 1 | -1/+1 |
* | | Merge branch 'js/merge-base' | Junio C Hamano | 2006-07-12 | 2 | -190/+135 |
|\ \ | |||||
| * | | Additional merge-base tests (revised) | A Large Angry SCM | 2006-07-09 | 1 | -0/+45 |
| * | | merge-base: update the clean-up postprocessing | Junio C Hamano | 2006-07-09 | 1 | -190/+90 |
* | | | Merge branch 'lt/prune' | Junio C Hamano | 2006-07-12 | 5 | -48/+266 |
|\ \ \ | |||||
| * | | | builtin "git prune" | Linus Torvalds | 2006-07-09 | 5 | -48/+266 |
| | |/ | |/| | |||||
* | | | Merge branch 'lt/merge-tree' | Junio C Hamano | 2006-07-12 | 5 | -16/+378 |
|\ \ \ | |||||
| * | | | Improved three-way blob merging code | Linus Torvalds | 2006-06-28 | 3 | -1/+240 |
| * | | | Prepare "git-merge-tree" for future work | Linus Torvalds | 2006-06-28 | 1 | -15/+119 |
| * | | | xdiff: generate "anti-diffs" aka what is common to two files | Linus Torvalds | 2006-06-28 | 2 | -0/+19 |
* | | | | fmt-merge-msg fix | Junio C Hamano | 2006-07-12 | 1 | -6/+10 |
* | | | | gitweb: Make command invocations go through the git wrapper | Alp Toker | 2006-07-12 | 1 | -33/+29 |
* | | | | gitweb: Include a site name in page titles | Alp Toker | 2006-07-11 | 1 | -2/+6 |
* | | | | gitweb: Send XHTML as 'application/xhtml+xml' where possible | Alp Toker | 2006-07-11 | 1 | -2/+12 |
* | | | | git-fetch: fix a bashism (==) | Eric Wong | 2006-07-11 | 1 | -1/+1 |
* | | | | Make the unpacked object header functions static to sha1_file.c | Linus Torvalds | 2006-07-11 | 2 | -4/+2 |
* | | | | git-send-email: Remove redundant Reply-To header | Alp Toker | 2006-07-11 | 1 | -1/+0 |
* | | | | typofix (git-name-rev documentation) | Alp Toker | 2006-07-11 | 1 | -1/+1 |
* | | | | Mention the [user@] part in documentation of ssh:// urls. | Yakov Lerner | 2006-07-11 | 1 | -3/+3 |
* | | | | tests: Set EDITOR=: and VISUAL=: globally | Eric Wong | 2006-07-11 | 4 | -3/+5 |
* | | | | Log ref changes made by git-fetch and git-pull. | Shawn Pearce | 2006-07-10 | 2 | -6/+16 |
* | | | | Record the type of commit operation in the reflog. | Shawn Pearce | 2006-07-10 | 2 | -4/+21 |
* | | | | Allow user.name and user.email to drive reflog entry. | Shawn Pearce | 2006-07-10 | 2 | -1/+1 |
* | | | | Fix linking for not-so-clever linkers. | Johannes Schindelin | 2006-07-10 | 2 | -2/+1 |
* | | | | git-rev-list: add documentation for --parents, --no-merges | Matthias Lederhofer | 2006-07-10 | 1 | -0/+6 |
* | | | | Merge branch 'jc/show-merge' | Junio C Hamano | 2006-07-10 | 1 | -2/+51 |
|\ \ \ \ | |||||
| * | | | | git log -p --merge [[--] paths...] | Junio C Hamano | 2006-07-07 | 1 | -2/+51 |
* | | | | | Avoid C99 comments, use old-style C comments instead. | Pavel Roskin | 2006-07-10 | 10 | -31/+33 |
* | | | | | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 34 | -56/+56 |
* | | | | | gitweb.cgi: Teach "a=blob" action to know the blob/file mime type | Luben Tuikov | 2006-07-10 | 1 | -60/+67 |
* | | | | | gitweb.cgi: Create $git_temp if it doesn't exist | Luben Tuikov | 2006-07-10 | 1 | -0/+3 |
* | | | | | Merge branch 'lt/gitweb' | Junio C Hamano | 2006-07-10 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Add "raw" output option to blobs in "tree" view format | Luben Tuikov | 2006-07-09 | 1 | -0/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | git-svn: fix --file/-F option in commit-diff | Eric Wong | 2006-07-10 | 1 | -3/+3 |
* | | | | | Avoid C99 initializers | Shawn Pearce | 2006-07-10 | 3 | -24/+16 |
* | | | | | Merge branch 'jc/rename' | Junio C Hamano | 2006-07-10 | 1 | -11/+22 |
|\ \ \ \ \ | |||||
| * | | | | | diffcore-rename: try matching up renames without populating filespec first. | Junio C Hamano | 2006-07-06 | 1 | -11/+22 |
* | | | | | | Merge branch 'jc/grep' | Junio C Hamano | 2006-07-09 | 1 | -51/+327 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-grep: boolean expression on pattern matching. | Junio C Hamano | 2006-07-05 | 1 | -51/+327 |
* | | | | | | | Merge branch 'jc/mailinfo' | Junio C Hamano | 2006-07-09 | 1 | -8/+24 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | mailinfo: assume input is latin-1 on the header as we do for the body | Junio C Hamano | 2006-07-06 | 1 | -8/+24 |
* | | | | | | | | Merge branch 'ew/diff' | Junio C Hamano | 2006-07-09 | 11 | -17/+78 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | templates/hooks--update: replace diffstat calls with git diff --stat | Eric Wong | 2006-07-08 | 1 | -2/+2 |
| * | | | | | | | | diff: do not use configuration magic at the core-level | Junio C Hamano | 2006-07-08 | 8 | -11/+17 |