summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-04Fix "git clone http://$URL" to check out the worktree when askedJeff King
2008-06-04Merge branch 'maint'Junio C Hamano
2008-06-04describe: match pattern for lightweight tags tooMichael Dressel
2008-06-04t7502: honor SHELL_PATHJunio C Hamano
2008-06-04Documentation: git-log cannot use rev-list specific optionsJunio C Hamano
2008-06-04Fix t5516 on cygwin: it does not like double slashes at the beginning of a pathAlex Riesen
2008-06-04t7502: tighten loosely written test sequenceJunio C Hamano
2008-06-04t7502: do not globally unset GIT_COMMITTER_* environment variablesJunio C Hamano
2008-06-03cat-file --batch: flush stdout also when objects are missingLea Wiemann
2008-06-03GIT v1.5.6-rc1v1.5.6-rc1Junio C Hamano
2008-06-03commit: drop duplicated parentsJunio C Hamano
2008-06-03rebase --interactive: Compute upstream SHA1 before switching branchesJohannes Sixt
2008-06-03Documentation/git-filter-branch.txt: Fix description of --commit-filterKevin Ballard
2008-06-03gitweb: Fix "next" link on bottom of pageJakub Narebski
2008-06-03Revert "git.el: Set process-environment instead of invoking env"Karl Hasselström
2008-06-02Merge branch 'sb/am-tests'Junio C Hamano
2008-06-02Merge branch 'lw/test-fix'Junio C Hamano
2008-06-02Merge branch 'sp/remote'Junio C Hamano
2008-06-02Merge branch 'lt/pack-sync'Junio C Hamano
2008-06-02Merge branch 'np/pack-check'Junio C Hamano
2008-06-02make verify-pack a bit more useful with bad packsNicolas Pitre
2008-06-02Merge branch 'jb/reset-q'Junio C Hamano
2008-06-02Merge branch 'jc/checkout'Junio C Hamano
2008-06-02Merge branch 'lr/init-bare'Junio C Hamano
2008-06-02Git.pm: fix return value of config methodLea Wiemann
2008-06-02glossary: improve a few linksLea Wiemann
2008-06-02Documentation: convert "glossary" and "core-tutorial" to man pagesChristian Couder
2008-06-02Git.pm: fix documentation of hash_objectLea Wiemann
2008-06-02graph API: avoid printing unnecessary padding before some octopus mergesAdam Simpkins
2008-06-01graph API: improve display of merge commitsAdam Simpkins
2008-06-01git-svn fails in prop_walk if $self->{path} is not emptyChristian Engwer
2008-06-01Add a --dry-run option to git-svn rebaseSeth Falcon
2008-06-01Fix path duplication in git svn commit-diffKarl Hasselström
2008-06-01Make "git-remote rm" delete refs acccording to fetch specsShawn O. Pearce
2008-06-01Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce
2008-06-01Remove unused remote_prefix member in builtin-remoteShawn O. Pearce
2008-06-01t/test-lib.sh: resolve symlinks in working directory, for pathname comparisonsLea Wiemann
2008-06-01git-reset: honor -q and do not show progress messageJamis Buck
2008-05-31Merge t4150-am-subdir.sh and t4151-am.sh into t4150-am.shStephan Beyer
2008-05-31Add test cases for git-amStephan Beyer
2008-05-31Remove now unnecessary 'sync()' callsLinus Torvalds
2008-05-31Make pack creation always fsync() the resultLinus Torvalds
2008-05-31Clarify description of <repository> argument to pull/fetch for naming remotes.John J. Franey
2008-05-31rollback lock files on more signals than just SIGINTPaolo Bonzini
2008-05-31Revision walking documentation: document most important functionsMiklos Vajna
2008-05-31gitweb: Remove gitweb/test/ directoryJakub Narebski
2008-05-31Add shortcut in refresh_cache_ent() for marked entries.Marius Storm-Olsen
2008-05-31Clearify the documentation for core.ignoreStatMarius Storm-Olsen
2008-05-30checkout: "best effort" checkoutJunio C Hamano
2008-05-30unpack_trees(): allow callers to differentiate worktree errors from merge errorsJunio C Hamano