summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | run-command: support custom fd-set in asyncErik Faye-Lund2010-02-057-37/+131
| * | | | | | | | | run-command: Allow stderr to be a caller supplied pipeShawn O. Pearce2010-02-053-2/+10
* | | | | | | | | | Merge branch 'jc/maint-fix-test-perm' into maintJunio C Hamano2010-03-022-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib-patch-mode.sh: Fix permissionJunio C Hamano2010-01-301-0/+2
| * | | | | | | | | | Merge commit 'b319ef7' into jc/maint-fix-test-permJunio C Hamano2010-01-301466-52463/+223107
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t6000lib: Fix permissionJunio C Hamano2010-01-301-0/+2
* | | | | | | | | | | | Merge branch 'np/fast-import-idx-v2' into maintJunio C Hamano2010-03-022-95/+84
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fast-import: use the diff_delta() max_delta_size argumentNicolas Pitre2010-02-171-6/+2
| * | | | | | | | | | | | fast-import: honor pack.indexversion and pack.packsizelimit config varsNicolas Pitre2010-02-171-0/+11
| * | | | | | | | | | | | fast-import: make default pack size unlimitedNicolas Pitre2010-02-172-10/+7
| * | | | | | | | | | | | fast-import: use write_idx_file() instead of custom codeNicolas Pitre2010-02-171-46/+17
| * | | | | | | | | | | | fast-import: use sha1write() for pack dataNicolas Pitre2010-02-171-10/+25
| * | | | | | | | | | | | fast-import: start using struct pack_idx_entryNicolas Pitre2010-02-171-29/+28
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | gitweb: Fix project-specific feature override behaviorJakub Narebski2010-03-022-6/+21
* | | | | | | | | | | | gitweb multiple project roots documentationSylvain Rabot2010-03-021-3/+64
* | | | | | | | | | | | Git 1.7.0.1v1.7.0.1Junio C Hamano2010-02-283-7/+12
* | | | | | | | | | | | Remove reference to GREP_COLORS from documentationMark Lodato2010-02-281-3/+1
* | | | | | | | | | | | sha1_name: fix segfault caused by invalid index accessMarkus Heidelberg2010-02-281-14/+18
* | | | | | | | | | | | Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-02-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | t3301-notes: insert a shbang line in ./fake_editor.shJohannes Sixt2010-02-251-0/+1
* | | | | | | | | | | | commit: quote the user name in the exampleMatt Kraai2010-02-241-1/+1
* | | | | | | | | | | | Merge branch 'ml/maint-grep-doc' into maintJunio C Hamano2010-02-241-5/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | grep documentation: clarify what files matchMark Lodato2010-02-161-5/+12
* | | | | | | | | | | | | am: remove rebase-apply directory before gcJonathan Nieder2010-02-231-2/+1
* | | | | | | | | | | | | rerere: fix memory leak if rerere images can't be readBert Wesarg2010-02-231-3/+6
* | | | | | | | | | | | | Documentation: mention conflict marker size argument (%L) for merge driverBert Wesarg2010-02-231-1/+2
* | | | | | | | | | | | | git-p4: fix bug in symlink handlingEvan Powers2010-02-201-3/+2
* | | | | | | | | | | | | t1450: fix testcases that were wrongly expecting failureThomas Rast2010-02-191-8/+8
* | | | | | | | | | | | | Documentation: Fix indentation problem in git-commit(1)Jacob Helwig2010-02-191-3/+3
* | | | | | | | | | | | | Merge branch 'jk/maint-rmdir-fix' into maintJunio C Hamano2010-02-192-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | rm: fix bug in recursive subdirectory removalJeff King2010-02-182-1/+9
* | | | | | | | | | | | | | Documentation: describe --thin more accuratelyStephen Boyd2010-02-185-28/+36
* | | | | | | | | | | | | | docs: don't talk about $GIT_DIR/refs/ everywhereJeff King2010-02-1710-36/+39
* | | | | | | | | | | | | | Update 1.7.0.1 release notesJunio C Hamano2010-02-171-1/+1
* | | | | | | | | | | | | | Merge branch 'jk/cherry-pick-reword' into maintJunio C Hamano2010-02-171-23/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cherry-pick: prettify the advice messageJeff King2010-02-111-4/+6
| * | | | | | | | | | | | | | cherry-pick: show commit name instead of sha1Jeff King2010-02-111-7/+7
| * | | | | | | | | | | | | | cherry-pick: format help message as strbufJeff King2010-02-111-4/+4
| * | | | | | | | | | | | | | cherry-pick: refactor commit parsing codeJeff King2010-02-111-8/+2
| * | | | | | | | | | | | | | cherry-pick: rewrap advice messageJeff King2010-02-111-4/+4
* | | | | | | | | | | | | | | Merge branch 'jk/grep-double-dash' into maintJunio C Hamano2010-02-172-0/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | accept "git grep -- pattern"Jeff King2010-02-072-0/+43
* | | | | | | | | | | | | | | | Merge branch 'jc/typo' into maintJunio C Hamano2010-02-1717-19/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Typofixes outside documentation areaJunio C Hamano2010-02-0317-19/+20
* | | | | | | | | | | | | | | | | Prepare 1.7.0.1 release notesJunio C Hamano2010-02-161-1/+21
* | | | | | | | | | | | | | | | | Merge branch 'jc/maint-grep-one-thread-mutex-fix' into maintJunio C Hamano2010-02-161-9/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fix use of mutex in threaded grepJunio C Hamano2010-02-161-9/+16
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-02-166-6/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | / / / / / / / / / / | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano2010-02-164-4/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | dwim_ref: fix dangling symref warningJeff King2010-02-161-2/+1