aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | t6000lib: Fix permissionJunio C Hamano2010-01-30
* | | | | | | | | | | | | Merge branch 'jn/makefile-script-lib'Junio C Hamano2010-02-21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Do not install shell libraries executableJonathan Nieder2010-01-31
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'mv/request-pull-modernize'Junio C Hamano2010-02-21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | request-pull: avoid mentioning that the start point is a single commitMiklos Vajna2010-01-29
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-02-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | git-p4: fix bug in symlink handlingEvan Powers2010-02-20
| * | | | | | | | | | | | t1450: fix testcases that were wrongly expecting failureThomas Rast2010-02-19
| * | | | | | | | | | | | Documentation: Fix indentation problem in git-commit(1)Jacob Helwig2010-02-19
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-02-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'jk/maint-rmdir-fix' into maintJunio C Hamano2010-02-19
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | rm: fix bug in recursive subdirectory removalJeff King2010-02-18
| * | | | | | | | | | | | | Documentation: describe --thin more accuratelyStephen Boyd2010-02-18
* | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-02-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | docs: don't talk about $GIT_DIR/refs/ everywhereJeff King2010-02-17
* | | | | | | | | | | | | | Merge branch 'np/fast-import-idx-v2'Junio C Hamano2010-02-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fast-import: use the diff_delta() max_delta_size argumentNicolas Pitre2010-02-17
| * | | | | | | | | | | | | | fast-import: honor pack.indexversion and pack.packsizelimit config varsNicolas Pitre2010-02-17
| * | | | | | | | | | | | | | fast-import: make default pack size unlimitedNicolas Pitre2010-02-17
| * | | | | | | | | | | | | | fast-import: use write_idx_file() instead of custom codeNicolas Pitre2010-02-17
| * | | | | | | | | | | | | | fast-import: use sha1write() for pack dataNicolas Pitre2010-02-17
| * | | | | | | | | | | | | | fast-import: start using struct pack_idx_entryNicolas Pitre2010-02-17
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Update draft release notes to 1.7.1Junio C Hamano2010-02-17
* | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-02-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Update 1.7.0.1 release notesJunio C Hamano2010-02-17
| * | | | | | | | | | | | | Merge branch 'jk/cherry-pick-reword' into maintJunio C Hamano2010-02-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/grep-double-dash' into maintJunio C Hamano2010-02-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/typo' into maintJunio C Hamano2010-02-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | gitweb: Protect escaping functions against calling on undefJakub Narebski2010-02-17
* | | | | | | | | | | | | | | | | gitweb: esc_html (short) error message in die_errorJakub Narebski2010-02-17
* | | | | | | | | | | | | | | | | Merge branch 'jc/typo'Junio C Hamano2010-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Typofixes outside documentation areaJunio C Hamano2010-02-03
* | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Prepare 1.7.0.1 release notesJunio C Hamano2010-02-16
| * | | | | | | | | | | | | | | | Merge branch 'jc/maint-grep-one-thread-mutex-fix' into maintJunio C Hamano2010-02-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Fix use of mutex in threaded grepJunio C Hamano2010-02-16
| * | | | | | | | | | | | | | | | | Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-02-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | / / / | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano2010-02-16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | dwim_ref: fix dangling symref warningJeff King2010-02-16
| | | * | | | | | | | | | | | | | stash pop: remove 'apply' options during 'drop' invocationThomas Rast2010-02-15
| | | * | | | | | | | | | | | | | diff: make sure --output=/bad/path is caughtLarry D'Anna2010-02-15
| | * | | | | | | | | | | | | | | Remove hyphen from "git-command" in two error messagesPete Harlan2010-02-15
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-02-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-02-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | fix minor memory leak in get_tree_entry()René Scharfe2010-02-14
* | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-02-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Start 1.7.0 maintenance trackJunio C Hamano2010-02-13
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'rs/git-dir-cleanup'Junio C Hamano2010-02-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Resurrect "git grep --no-index"Junio C Hamano2010-02-13
| * | | | | | | | | | | | | | | setenv(GIT_DIR) clean-upRené Scharfe2010-02-06