aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | t2105 (gitfile): add missing &&Jonathan Nieder2010-09-09
| * | | | | t1450 (fsck): remove dangling objectsJonathan Nieder2010-09-09
| * | | | | tests: subshell indentation stylefixJonathan Nieder2010-09-09
| * | | | | Merge branch 'jl/maint-fix-test'Junio C Hamano2010-09-06
| |\ \ \ \ \
| | * | | | | Several tests: cd inside subshell instead of aroundJens Lehmann2010-09-06
* | | | | | | Merge branch 'ch/filter-branch-deprecate-remap-to-ancestor'Junio C Hamano2010-09-15
|\ \ \ \ \ \ \
| * | | | | | | filter-branch: retire --remap-to-ancestorCsaba Henk2010-08-27
* | | | | | | | Merge branch 'ch/maint-cannot-create-bundle-error'Junio C Hamano2010-09-15
|\ \ \ \ \ \ \ \
| * | | | | | | | bundle: detect if bundle file cannot be createdCsaba Henk2010-08-27
* | | | | | | | | Merge branch 'ks/recursive-rename-add-identical'Junio C Hamano2010-09-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | RE: [PATCH] Avoid rename/add conflict when contents are identicalSchalk, Ken2010-09-03
* | | | | | | | | | Merge git://repo.or.cz/git-guiJunio C Hamano2010-09-15
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | git-gui 0.13gitgui-0.13.0Pat Thoyts2010-09-14
| * | | | | | | | | git-gui: avoid mis-encoding the copyright message on Windows.Pat Thoyts2010-09-13
| * | | | | | | | | git-gui: Update Swedish translation (521t).Peter Krefting2010-09-13
| * | | | | | | | | git-gui: ensure correct application termination in git-gui--askpassPat Thoyts2010-08-18
| * | | | | | | | | git-gui: handle textconv filter on Windows and in developmentPat Thoyts2010-08-12
| * | | | | | | | | git-gui: use shell to launch textconv filter in "blame"Matthieu Moy2010-08-12
| * | | | | | | | | git-gui: display error launching blame as a message box.Pat Thoyts2010-08-08
| * | | | | | | | | git-gui: Make usage statement visible on Windows.Pat Thoyts2010-08-08
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-09-12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t3101: modernise styleJunio C Hamano2010-09-12
| * | | | | | | | | | compat/nedmalloc: don't force NDEBUG on the rest of gitRené Scharfe2010-09-11
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | vcs-svn: Fix some printf format compiler warningsRamsay Jones2010-09-12
* | | | | | | | | | Git 1.7.3 rc1v1.7.3-rc1Junio C Hamano2010-09-10
* | | | | | | | | | Merge branch 'np/relnotes-in-subdir'Junio C Hamano2010-09-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | install-webdoc: keep installed RelNotes-*.txtJunio C Hamano2010-09-09
| * | | | | | | | | | Documentation: move RelNotes into a directory of their ownNicolas Pitre2010-09-06
* | | | | | | | | | | Prepare for 1.7.3 rc1Junio C Hamano2010-09-10
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-09-10
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | config.txt: fix placement of diff.noprefixMark Lodato2010-09-10
* | | | | | | | | | | t/t4018: avoid two unnecessary sub-shell invocationsBrandon Casey2010-09-10
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-09-09
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | xdiff-interface.c: always trim trailing space from xfuncname matchesBrandon Casey2010-09-09
| * | | | | | | | | | diff.c: call regfree to free memory allocated by regcomp when necessaryBrandon Casey2010-09-09
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | t/t4018: test whether the word_regex patterns compileBrandon Casey2010-09-09
* | | | | | | | | | t/t5510-fetch.sh: improve testing with explicit URL and merge specBrandon Casey2010-09-09
* | | | | | | | | | builtin/fetch.c: comment that branch->remote_name is usable when has_mergeBrandon Casey2010-09-09
* | | | | | | | | | Makefile: use compat regex on IRIX 6.5Brandon Casey2010-09-09
* | | | | | | | | | t/t7008: workaround broken handling of \000 by printf on IRIXBrandon Casey2010-09-09
* | | | | | | | | | Merge branch 'tf/cleanup-builtin-help-headers'Junio C Hamano2010-09-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin.h: Move two functions definitions to help.h.Thiago Farina2010-09-01
* | | | | | | | | | | Merge branch 'jk/test-must-fail-missing'Junio C Hamano2010-09-08
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tests: make test_might_fail fail on missing commandsJonathan Nieder2010-08-31
| * | | | | | | | | | | tests: make test_might_fail more verboseJonathan Nieder2010-08-31
| * | | | | | | | | | | tests: make test_must_fail fail on missing commandsJeff King2010-08-31
| * | | | | | | | | | | tests: make test_must_fail more verboseJeff King2010-08-31
* | | | | | | | | | | | Merge branch 'jh/error-removing-missing-note'Junio C Hamano2010-09-08
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | notes: Don't create (empty) commit when removing non-existing notesJohan Herland2010-08-31
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'kf/askpass-config'Junio C Hamano2010-09-08
|\ \ \ \ \ \ \ \ \ \ \ \