summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge branch 'js/branch-symref'Junio C Hamano2009-03-052-32/+160
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add basic branch display testsJeff King2009-02-181-0/+81
| * | | | | | | | | | | branch: clean up repeated strlenJeff King2009-02-181-2/+2
| * | | | | | | | | | | Avoid segfault with 'git branch' when the HEAD is detachedJohannes Schindelin2009-02-181-0/+2
| * | | | | | | | | | | builtin-branch: improve output when displaying remote branchesJay Soffian2009-02-131-30/+75
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'al/ansi-color'Junio C Hamano2009-03-056-43/+51
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | builtin-branch.c: Rename branch category color namesArjen Laarhoven2009-02-131-16/+16
| * | | | | | | | | | | Clean up use of ANSI color sequencesArjen Laarhoven2009-02-136-27/+35
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'js/valgrind'Junio C Hamano2009-03-057-5/+301
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | valgrind: do not require valgrind 3.4.0 or newerJohannes Schindelin2009-02-052-2/+13
| * | | | | | | | | | | test-lib: avoid assuming that templates/ are in the GIT_EXEC_PATHJohannes Schindelin2009-02-031-3/+1
| * | | | | | | | | | | Tests: let --valgrind imply --verbose and --teeJohannes Schindelin2009-02-033-3/+7
| * | | | | | | | | | | Add a script to coalesce the valgrind outputsJohannes Schindelin2009-02-031-0/+123
| * | | | | | | | | | | t/Makefile: provide a 'valgrind' targetJohannes Schindelin2009-02-031-1/+4
| * | | | | | | | | | | test-lib.sh: optionally output to test-results/$TEST.out, tooJohannes Schindelin2009-02-032-0/+24
| * | | | | | | | | | | Valgrind support: check for more than just programming errorsJohannes Schindelin2009-02-031-0/+15
| * | | | | | | | | | | valgrind: ignore ldso and more libz errorsJeff King2009-02-031-4/+26
| * | | | | | | | | | | Add valgrind support in test scriptsJohannes Schindelin2009-02-035-3/+99
* | | | | | | | | | | | MinGW: 64-bit file offsetsJohannes Schindelin2009-03-052-4/+9
* | | | | | | | | | | | Documentation - More examples for git bisectJohn Tapsell2009-03-051-1/+17
* | | | | | | | | | | | Draft release notes: Carry forward the warning for behaviour changesJunio C Hamano2009-03-051-0/+22
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-03-041-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Make the 'lock file' exists error more informativeJohn Tapsell2009-03-041-2/+2
* | | | | | | | | | | | | improve missing repository error messageJeff King2009-03-044-4/+4
* | | | | | | | | | | | | git-archive: add --output=<file> to send output to a fileCarlos Manuel Duclos Vergara2009-03-043-0/+31
* | | | | | | | | | | | | Improve error message for git-filter-branchJohn Tapsell2009-03-041-1/+3
* | | | | | | | | | | | | Google has renamed the imap folderJohn Tapsell2009-03-041-0/+10
* | | | | | | | | | | | | Modify description file to say what this file isJohn Tapsell2009-03-042-3/+5
* | | | | | | | | | | | | rev-list: estimate number of bisection step leftChristian Couder2009-03-042-3/+44
* | | | | | | | | | | | | Fix neglect of diff_setup()/diff_setup_done() symmetry.Keith Cascio2009-03-041-0/+2
* | | | | | | | | | | | | Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bit-maskingKeith Cascio2009-03-042-7/+13
* | | | | | | | | | | | | Beginning of 1.6.3 development trackJunio C Hamano2009-03-043-1/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Beginning of 1.6.2 maintenance trackJunio C Hamano2009-03-042-1/+7
|/ / / / / / / / / / / /
* | | | | | | | | | | | GIT 1.6.2v1.6.2Junio C Hamano2009-03-033-7/+6
* | | | | | | | | | | | Documentation: Typo / spelling / formatting fixesMike Ralphson2009-03-033-4/+4
* | | | | | | | | | | | Documentation: Expand a couple of abbreviationsMike Ralphson2009-03-031-1/+1
* | | | | | | | | | | | Documentation: Typos / spelling fixes in RelNotesMike Ralphson2009-03-034-6/+6
* | | | | | | | | | | | Documentation/git-archive.txt: Note attributesRoy Lee2009-03-031-0/+17
* | | | | | | | | | | | Documentation: minor grammatical fixes.David J. Mellor2009-03-021-13/+13
* | | | | | | | | | | | Documentation: minor grammatical fixes.David J. Mellor2009-03-022-6/+6
* | | | | | | | | | | | Documentation: minor grammatical fixes.David J. Mellor2009-03-021-18/+18
* | | | | | | | | | | | t3400-rebase: Move detached HEAD check earlierJohannes Sixt2009-03-011-4/+4
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2009-03-011-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gitk: Fix possible infinite loop and display corruptionPaul Mackerras2009-03-021-4/+6
* | | | | | | | | | | | | Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-281-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix odb_mkstemp() on AIXMike Ralphson2009-02-261-1/+2
* | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-02-282-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Documentation: minor grammatical fixes.David J. Mellor2009-02-281-6/+6
| * | | | | | | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-281-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | added missing backtick in git-apply.txtDanijel Tasov2009-02-281-1/+1