summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Junio C Hamano2006-02-101-4/+6
* Merge branch 'lt/diff-tree'Junio C Hamano2006-02-106-52/+144
|\
| * combine-diff: Record diff status a bit more faithfullyJunio C Hamano2006-02-102-7/+26
| * find_unique_abbrev() simplification.Junio C Hamano2006-02-103-25/+10
| * combine-diff: move formatting logic to show_combined_diff()Junio C Hamano2006-02-094-32/+64
| * combined-diff: use diffcore before intersecting paths.Junio C Hamano2006-02-091-1/+2
| * diff-tree -c raw outputLinus Torvalds2006-02-093-12/+67
* | git-commit -v: have patch at the end.Junio C Hamano2006-02-101-27/+18
* | rev-list: default to abbreviate merge parent names under --pretty.Junio C Hamano2006-02-101-1/+15
* | delta micro optimizationNicolas Pitre2006-02-101-5/+5
* | count-delta.c: comment fixesNicolas Pitre2006-02-101-5/+1
* | Merge branch 'jc/empty-commit'Junio C Hamano2006-02-102-1/+11
|\ \
| * | t6000: fix a careless test library add-on.Junio C Hamano2006-02-081-1/+6
| * | Do not allow empty name or email.Junio C Hamano2006-02-081-0/+5
| |/
* | git-status -vJunio C Hamano2006-02-103-177/+255
* | Merge branch 'jc/ls-files-o'Junio C Hamano2006-02-091-1/+21
|\ \
| * | ls-files: honour per-directory ignore file from higher directories.Junio C Hamano2006-02-091-1/+21
| |/
* | count-delta.c: Match the delta data semantics change in version 3.Junio C Hamano2006-02-091-5/+2
* | remove delta-against-self bitNicolas Pitre2006-02-095-12/+11
* | stat() for existence in safe_create_leading_directories()Jason Riedy2006-02-091-5/+10
* | call git_config() after setup_git_directory()Junio C Hamano2006-02-092-3/+3
* | Add --diff-filter= documentation paragraphJon Loeliger2006-02-091-0/+11
|/
* .gitignore git-rerere and config.makAndreas Ericsson2006-02-071-0/+2
* Fix "git diff a..b" breakageLinus Torvalds2006-02-071-2/+3
* Basic documentation for git-showPetr Baudis2006-02-071-0/+49
* Document git-diff-tree --alwaysPetr Baudis2006-02-071-0/+4
* http-fetch: Abort requests for objects which arrived in packsMark Wooding2006-02-073-2/+33
* format-patch: Remove last vestiges of --mbox optionAndreas Ericsson2006-02-072-37/+25
* Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-02-071-510/+110
|\
| * gitk: Use git-diff-tree --cc for showing the diffs for mergesPaul Mackerras2006-02-071-501/+99
| * gitk: Add braces around if expressionsPaul Mackerras2006-02-071-9/+11
* | git-commit: finishing touches.Junio C Hamano2006-02-061-40/+73
* | git-commit: revamp the git-commit semantics.Junio C Hamano2006-02-064-122/+354
* | git-rerere: reuse recorded resolve.Junio C Hamano2006-02-068-2/+408
* | fmt-merge-msg: show summary of what is merged.Junio C Hamano2006-02-061-2/+77
* | read-tree --aggressiveJunio C Hamano2006-02-063-2/+34
* | [PATCH] mailinfo: reset CTE after each multipartJunio C Hamano2006-02-061-0/+3
* | Docs: minor git-push copyeditingJ. Bruce Fields2006-02-061-3/+3
* | Docs: move git url and remotes text to separate sectionsJ. Bruce Fields2006-02-065-19/+26
* | Docs: split up pull-fetch-param.txtJ. Bruce Fields2006-02-063-81/+94
* | combine-diff: do not punt on removed or added files.Junio C Hamano2006-02-061-10/+14
* | combine-diff: show mode changes as well.Junio C Hamano2006-02-063-15/+48
* | combine-diff: do not send NULL to printfJunio C Hamano2006-02-061-6/+17
* | core-tutorial: adjust to recent reality.Junio C Hamano2006-02-061-22/+19
* | git-diff: do not fall back on --cc when -[123], --ours etc. are given.Junio C Hamano2006-02-061-4/+13
* | Merge branch 'jc/diff'Junio C Hamano2006-02-054-38/+46
|\ \
| * | git-diff-tree --stdin: show all parents.Junio C Hamano2006-02-051-26/+39
| * | combine-diff: remove misguided --show-empty hack.Junio C Hamano2006-02-054-12/+7
| | |
| \ \
*-. \ \ Merge branches 'lt/show' and 'lt/revlist'Junio C Hamano2006-02-054-12/+28
|\ \ \ \
| | * | | rev-parse lstat() workaround cleanup.Linus Torvalds2006-02-051-7/+9
| | |/ /