summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'jc/rebase'Junio C Hamano2006-02-142-0/+159
|\ \ \
| * | | rebase: allow a hook to refuse rebasing.Junio C Hamano2006-02-132-0/+159
* | | | Merge branch 'ra/email'Junio C Hamano2006-02-142-5/+28
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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
| |/ /
* | | Merge some proposed fixesJunio C Hamano2006-02-133-2/+3
|\ \ \ | | |/ | |/|
| * | s/SHELL/SHELL_PATH/ in MakefileFredrik Kuivinen2006-02-131-1/+1
| * | bisect: remove BISECT_NAMES after done.Junio C Hamano2006-02-131-0/+1
| * | Documentation: git-ls-files asciidocco.Junio C Hamano2006-02-131-1/+1
| * | Documentation: git-commit in 1.2.X series defaults to --include.Junio C Hamano2006-02-131-7/+27
| |/
* | Merge branch 'pb/bisect'Junio C Hamano2006-02-131-3/+14
|\ \
| * | Properly git-bisect reset after bisecting from non-master headPetr Baudis2006-02-121-3/+14
* | | git-commit: Now --only semantics is the default.Junio C Hamano2006-02-122-12/+14
| |/ |/|
* | 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