aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | gitignore.txt: fix documentation of "**" patternsKarsten Blees2013-11-07
* | | | | | | | | | | | t5570: Update for clone-progress-to-stderr branchBrian Gernhardt2013-10-30
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Git 1.8.4.2v1.8.4.2Junio C Hamano2013-10-28
* | | | | | | | | | | Merge branch 'jk/clone-progress-to-stderr' into maintJunio C Hamano2013-10-28
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | clone: always set transport optionsJeff King2013-09-18
| * | | | | | | | | | clone: treat "checking connectivity" like other progressJeff King2013-09-18
| * | | | | | | | | | clone: send diagnostic messages to stderrJeff King2013-09-18
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/format-patch-from' into maintJunio C Hamano2013-10-28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | format-patch: print in-body "From" only when neededJeff King2013-09-20
* | | | | | | | | | | Merge branch 'jk/shortlog-tolerate-broken-commit' into maintJunio C Hamano2013-10-28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | shortlog: ignore commits with missing authorsJeff King2013-09-18
* | | | | | | | | | | | Merge branch 'jk/diff-algo' into maintJunio C Hamano2013-10-28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | merge-recursive: fix parsing of "diff-algorithm" optionJohn Keeping2013-09-26
* | | | | | | | | | | | | test-lib: fix typo in commentTorstein Hegge2013-10-28
* | | | | | | | | | | | | sha1_file: move comment about return value where it belongsChristian Couder2013-10-28
* | | | | | | | | | | | | Almost 1.8.4.2 ;-)Junio C Hamano2013-10-23
* | | | | | | | | | | | | Merge branch 'jc/ls-files-killed-optim' into maintJunio C Hamano2013-10-23
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | dir.c::test_one_path(): work around directory_exists_in_index_icase() breakageEric Sunshine2013-08-23
| * | | | | | | | | | | | | t3010: update to demonstrate "ls-files -k" optimization pitfallsJunio C Hamano2013-08-15
| * | | | | | | | | | | | | ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano2013-08-15
| * | | | | | | | | | | | | dir.c: use the cache_* macro to access the current indexJunio C Hamano2013-08-15
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jh/checkout-auto-tracking' into maintJunio C Hamano2013-10-23
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t3200: fix failure on case-insensitive filesystemsEric Sunshine2013-09-17
| * | | | | | | | | | | | | branch.c: Relax unnecessary requirement on upstream's remote ref namePer Cederqvist2013-09-09
| * | | | | | | | | | | | | t3200: Add test demonstrating minor regression in 41c21f2Johan Herland2013-09-09
| * | | | | | | | | | | | | Refer to branch.<name>.remote/merge when documenting --trackJohan Herland2013-09-09
| * | | | | | | | | | | | | t3200: Minor fix when preparing for tracking failureJohan Herland2013-09-09
| * | | | | | | | | | | | | t2024: Fix &&-chaining and a couple of typosJohan Herland2013-09-09
* | | | | | | | | | | | | | Merge branch 'nd/fetch-into-shallow' into maintJunio C Hamano2013-10-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Add testcase for needless objects during a shallow fetchMatthijs Kooijman2013-08-28
| * | | | | | | | | | | | | list-objects: mark more commits as edges in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-28
| * | | | | | | | | | | | | list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-28
| * | | | | | | | | | | | | upload-pack: delegate rev walking in shallow fetch to pack-objectsNguyễn Thái Ngọc Duy2013-08-28
| * | | | | | | | | | | | | shallow: add setup_temporary_shallow()Nguyễn Thái Ngọc Duy2013-08-28
| * | | | | | | | | | | | | shallow: only add shallow graft points to new shallow fileNguyễn Thái Ngọc Duy2013-08-28
| * | | | | | | | | | | | | move setup_alternate_shallow and write_shallow_commits to shallow.cNguyễn Thái Ngọc Duy2013-08-18
* | | | | | | | | | | | | | git-merge: document the -S optionNicolas Vigier2013-10-18
* | | | | | | | | | | | | | Start preparing for 1.8.4.2Junio C Hamano2013-10-17
* | | | | | | | | | | | | | Merge branch 'jk/upload-pack-keepalive' into maintJunio C Hamano2013-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | upload-pack: bump keepalive default to 5 secondsJeff King2013-09-09
| * | | | | | | | | | | | | | upload-pack: send keepalive packets during pack computationJeff King2013-09-09
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'bc/http-backend-allow-405' into maintJunio C Hamano2013-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | http-backend: provide Allow header for 405Brian M. Carlson2013-09-12
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jc/cvsserver-perm-bit-fix' into maintJunio C Hamano2013-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cvsserver: pick up the right mode bitsJunio C Hamano2013-09-11
* | | | | | | | | | | | | | | Merge branch 'js/add-i-mingw' into maintJunio C Hamano2013-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | add--interactive: fix external command invocation on WindowsJohannes Sixt2013-09-04
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'nd/git-dir-pointing-at-gitfile' into maintJunio C Hamano2013-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Make setup_git_env() resolve .git file when $GIT_DIR is not specifiedNguyễn Thái Ngọc Duy2013-09-03
* | | | | | | | | | | | | | | | Merge branch 'jk/has-sha1-file-retry-packed' into maintJunio C Hamano2013-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \