summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | builtin-mailinfo.c: fix confusing internal API to mailinfo()Junio C Hamano2009-08-271-5/+2
* | | | | | Merge branch 'jk/clone-b'Junio C Hamano2009-09-083-28/+122
|\ \ \ \ \ \
| * | | | | | clone: add --branch option to select a different HEADJeff King2009-08-273-28/+122
* | | | | | | Merge branch 'jc/upload-pack-hook'Junio C Hamano2009-09-084-2/+172
|\ \ \ \ \ \ \
| * | | | | | | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano2009-08-293-2/+30
| * | | | | | | upload-pack: add a trigger for post-upload-pack hookJunio C Hamano2009-08-294-2/+144
| |/ / / / / /
* | | | | | | Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-0814-73/+674
|\ \ \ \ \ \ \
| * | | | | | | stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy2009-09-023-8/+39
| * | | | | | | Make test case number uniqueJohannes Sixt2009-08-281-0/+0
| * | | | | | | tests: disable interactive hunk selection tests if perl is not availableJeff King2009-08-181-0/+5
| * | | | | | | DWIM 'git stash save -p' for 'git stash -p'Thomas Rast2009-08-162-3/+3
| * | | | | | | Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano2009-08-163-8/+19
| |\ \ \ \ \ \ \
| | * | | | | | | Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-313-8/+19
| * | | | | | | | Implement 'git stash save --patch'Thomas Rast2009-08-164-18/+145
| * | | | | | | | Implement 'git checkout --patch'Thomas Rast2009-08-164-1/+199
| * | | | | | | | Implement 'git reset --patch'Thomas Rast2009-08-164-6/+154
| * | | | | | | | builtin-add: refactor the meat of interactive_add()Thomas Rast2009-08-142-14/+31
| * | | | | | | | Add a small patch-mode testing libraryThomas Rast2009-08-141-0/+36
| * | | | | | | | git-apply--interactive: Refactor patch mode codeThomas Rast2009-08-141-27/+55
| |/ / / / / / /
* | | | | | | | Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2009-09-082-2/+34
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | pack-objects: free preferred base memory after usageNicolas Pitre2009-09-061-0/+28
| * | | | | | | make shallow repository deepening more network efficientNicolas Pitre2009-09-061-2/+6
* | | | | | | | Merge branch 'maint'Junio C Hamano2009-09-061-3/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | push: re-flow non-fast-forward messageJeff King2009-09-061-3/+3
| * | | | | | | push: fix english in non-fast-forward messageJeff King2009-09-061-1/+1
* | | | | | | | Do not scramble password read from .cvspassPascal Obry2009-09-061-3/+3
* | | | | | | | Merge branch 'maint'Junio C Hamano2009-09-031-1/+1
|\| | | | | | |
| * | | | | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-09-034-24/+28
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-09-033-4/+8
| | |\ \ \ \ \ \ \
| | | * | | | | | | git-clone: add missing comma in --reference documentationMiklos Vajna2009-09-031-1/+1
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-09-033-23/+27
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-09-033-23/+27
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-09-032-3/+7
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| / / / / / / / | | | |/ / / / / / /
| | | * | | | | | | clone: disconnect transport after fetchingJeff King2009-09-032-3/+7
| | * | | | | | | | git-cvsserver: no longer use deprecated 'git-subcommand' commandsGerrit Pape2009-09-031-20/+20
* | | | | | | | | | push: teach --quiet to suppress "Everything up-to-date"Jeff King2009-09-031-1/+1
* | | | | | | | | | status: list unmerged files much laterJohannes Sixt2009-09-021-1/+1
* | | | | | | | | | builtin-apply.c: get rid of an unnecessary use of temporary arrayJunio C Hamano2009-09-011-8/+6
* | | | | | | | | | builtin-pack-objects.c: avoid vlaJunio C Hamano2009-09-011-1/+3
* | | | | | | | | | Style fixes, add a space after if/for/while.Brian Gianforcaro2009-09-0113-30/+28
* | | | | | | | | | Merge branch 'lt/approxidate'Junio C Hamano2009-09-014-107/+316
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix approxidate parsing of relative months and yearsJeff King2009-08-312-3/+6
| * | | | | | | | | | tests: add date printing and parsing testsJeff King2009-08-311-0/+75
| * | | | | | | | | | refactor test-date interfaceJeff King2009-08-311-8/+55
| * | | | | | | | | | Add date formatting and parsing functions relative to a given timeAlex Riesen2009-08-312-63/+92
| * | | | | | | | | | Further 'approxidate' improvementsLinus Torvalds2009-08-231-5/+27
| * | | | | | | | | | Improve on 'approxidate'Linus Torvalds2009-08-231-30/+63
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mr/gitweb-snapshot'Junio C Hamano2009-09-014-68/+154
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gitweb: add t9501 tests for checking HTTP status codesMark Rada2009-08-281-0/+78
| * | | | | | | | | | gitweb: split test suite into library and testsMark Rada2009-08-282-66/+74