summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* send-email: Add --ccRyan Anderson2006-02-132-2/+9
* send-email: Add some options for controlling how addresses are automatically ...Ryan Anderson2006-02-132-3/+19
* GIT 1.2.0v1.2.0Junio C Hamano2006-02-121-1/+1
* Fix "test: unexpected operator" on bsdJunio C Hamano2006-02-121-1/+1
* git-commit: show dirtiness including index.Junio C Hamano2006-02-121-1/+2
* Make pack-objects chattier.Junio C Hamano2006-02-121-4/+6
* avoid echo -e, there are systems where it does not workAlex Riesen2006-02-122-2/+3
* fix "test: 2: unexpected operator" on bsdAlex Riesen2006-02-121-1/+1
* Fix object re-hashingLinus Torvalds2006-02-121-1/+1
* hashtable-based objects: minimum fixups.Junio C Hamano2006-02-121-2/+4
* Use a hashtable for objects instead of a sorted listJohannes Schindelin2006-02-124-34/+49
* Add howto about separating topics.kent@lysator.liu.se2006-02-121-0/+91
* Merge branch 'pb/repo'Junio C Hamano2006-02-122-8/+37
|\
| * Add support for explicit type specifiers when calling git-repo-configPetr Baudis2006-02-122-8/+37
* | Merge branch 'jc/fixdiff'Junio C Hamano2006-02-122-3/+3
|\ \
| * | diff-tree: do not default to -cJunio C Hamano2006-02-112-3/+3
| |/
* | Avoid using "git-var -l" until it gets fixed.Junio C Hamano2006-02-122-5/+9
|/
* t5500: adjust to change in pack-object reporting behaviour.Junio C Hamano2006-02-111-1/+1
* Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano2006-02-113-3/+12
* Use a relative path for SVN importingChristian Biesinger2006-02-111-1/+1
* fetch-clone progress: finishing touches.Junio C Hamano2006-02-112-4/+43
* Fix fetch-clone in the presense of signalsLinus Torvalds2006-02-111-4/+7
* Make "git clone" pack-fetching download statistics betterLinus Torvalds2006-02-111-3/+41
* Make "git clone" less of a deathly quiet experienceLinus Torvalds2006-02-104-5/+37
* 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