aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move convert-objects to contrib.Matt Kraai2007-09-25
* Merge branch 'maint'Junio C Hamano2007-09-25
|\
| * Do not over-quote the -f envelopesender value.Jim Meyering2007-09-25
| * unexpected Make output (e.g. from --debug) causes build failureJim Meyering2007-09-25
| * Fixed minor typo in t/t9001-send-email.sh test command line.Glenn Rempe2007-09-24
* | Start RelNotes for 1.5.4Junio C Hamano2007-09-24
* | Merge branch 'jn/web'Junio C Hamano2007-09-23
|\ \
| * | gitweb: No difftree output for trivial mergeJakub Narebski2007-09-23
| * | gitweb: Remove parse_from_to_diffinfo code from git_patchset_bodyJakub Narebski2007-09-23
| |/
* | Merge branch 'je/hooks'Junio C Hamano2007-09-23
|\ \
| * | Added example hook script to save/restore permissions/ownership.Josh England2007-09-18
| * | Add post-merge hook, related documentation, and tests.Josh England2007-09-18
* | | Merge branch 'js/apply-build-ancestor'Junio C Hamano2007-09-23
|\ \ \
| * | | apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin2007-09-18
| |/ /
* | | Merge branch 'maint'Junio C Hamano2007-09-23
|\ \ \ | | |/ | |/|
| * | Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano2007-09-23
| |\ \
| | * | User Manual: add a chapter for submodulesMiklos Vajna2007-09-23
| | * | user-manual: don't assume refs are stored under .git/refsJ. Bruce Fields2007-09-23
| * | | git-svn: don't attempt to spawn pager if we don't want oneEric Wong2007-09-23
| * | | Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-23
| * | | Detect exec bit in more cases.David Brown2007-09-22
| * | | Conjugate "search" correctly in the git-prune-packed man page.Matt Kraai2007-09-21
| * | | Move the paragraph specifying where the .idx and .pack files should beMatt Kraai2007-09-21
| * | | Documentation/git-lost-found.txt: drop unnecessarily duplicated name.Junio C Hamano2007-09-21
| |/ /
* | | rev-list --bisect: Fix best == NULL case.Christian Couder2007-09-20
* | | Merge branch 'maint' to sync with 1.5.3.2Junio C Hamano2007-09-19
|\ \ \ | |/ / | | / | |/ |/|
| * GIT 1.5.3.2v1.5.3.2Junio C Hamano2007-09-19
* | Merge branch 'maint'Junio C Hamano2007-09-18
|\ \ | |/
| * Fixed update-hook example allow-users format.Väinö Järvelä2007-09-18
| * Documentation/git-svn: updated design philosophy notesEric Wong2007-09-18
| * t/t4014: test "am -3" with mode-only change.Junio C Hamano2007-09-18
| * Fix lapsus in builtin-apply.cPierre Habouzit2007-09-18
| * git-push: documentation and tests for pushing only branchesJeff King2007-09-18
| * git-svnimport: Use separate arguments in the pipe for git-rev-parseMatthias Urlichs2007-09-18
* | git-commit.sh: Shell script cleanupDavid Kastrup2007-09-18
* | preserve executable bits in zip archivesDmitry Potapov2007-09-18
* | contrib/fast-import: add perl version of simple exampleJeff King2007-09-18
* | contrib/fast-import: add simple shell exampleNguyen Thai Ngoc Duy2007-09-18
* | rev-list --bisect: Bisection "distance" clean up.Christian Couder2007-09-18
* | rev-list --bisect: Move some bisection code into best_bisection.Christian Couder2007-09-18
* | rev-list --bisect: Move finding bisection into do_find_bisection.Christian Couder2007-09-18
* | Merge branch 'cr/reset'Junio C Hamano2007-09-18
|\ \
| * \ Merge branch 'jc/cachetree' into cr/resetJunio C Hamano2007-09-14
| |\ \
| | * | Simplify cache APIJunio C Hamano2007-09-14
| * | | An additional test for "git-reset -- path"Junio C Hamano2007-09-13
| * | | Make "git reset" a builtin.Carlos Rica2007-09-12
| * | | Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica2007-09-12
| * | | Add tests for documented features of "git reset".Carlos Rica2007-09-12
* | | | Merge branch 'maint'Junio C Hamano2007-09-18
|\ \ \ \ | | |_|/ | |/| |
| * | | Document ls-files --with-tree=<tree-ish>Junio C Hamano2007-09-17