summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-15add context pointer to read_tree_recursive()René Scharfe
2008-07-15archive: remove args member from struct archiverRené Scharfe
2008-07-14Update draft release notes for 1.6.0Junio C Hamano
2008-07-13Merge branch 'sp/maint-bash-completion-optim'Junio C Hamano
2008-07-13bash completion: Don't offer "a.." as a completion for "a."Shawn O. Pearce
2008-07-13git-request-pull: replace call to deprecated peek-remoteRamsay Jones
2008-07-13Make rebase--interactive use OPTIONS_SPECStephan Beyer
2008-07-13t3404: test two "preserve merges with -p" casesStephan Beyer
2008-07-13git-am/git-mailsplit: correct synopsis for reading from stdinStephan Beyer
2008-07-13Merge branch 'maint' to sync with 1.5.6.3Junio C Hamano
2008-07-13GIT 1.5.6.3v1.5.6.3Junio C Hamano
2008-07-13Merge branch 'ph/parseopt-step-blame'Junio C Hamano
2008-07-13Merge branch 'am/stash-branch'Junio C Hamano
2008-07-13Merge branch 'sg/stash-k-i'Junio C Hamano
2008-07-13Merge branch 'jc/report-tracking'Junio C Hamano
2008-07-13Merge branch 'js/pick-root'Junio C Hamano
2008-07-13Merge branch 'ab/bundle'Junio C Hamano
2008-07-13Merge branch 'tr/add-i-e'Junio C Hamano
2008-07-13git-am: Do not exit silently if committer is unsetStephan Beyer
2008-07-13bash completion: Improve responsiveness of git-log completionShawn O. Pearce
2008-07-12t0004: fix timing bugJunio C Hamano
2008-07-12git-mailinfo: document the -n optionLukas Sandström
2008-07-12Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis
2008-07-10apply: fix copy/rename breakageJunio C Hamano
2008-07-09Merge branch 'jk/pager-config'Junio C Hamano
2008-07-09Merge branch 'js/apply-root'Junio C Hamano
2008-07-09Merge branch 'jc/reflog-expire'Junio C Hamano
2008-07-09git-send-email: Fix authenticating on some servers when using TLS.Robert Shearman
2008-07-09revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit
2008-07-09git-shortlog: migrate to parse-options partially.Pierre Habouzit
2008-07-09git-blame: fix lapsusPierre Habouzit
2008-07-09Provide fallback definitions of PRIu32 and PRIx32Johannes Sixt
2008-07-09t9100-git-svn-basic.sh: Fix determination of utf-8 localeRamsay Jones
2008-07-09t9113-*.sh: provide user feedback when test skippedRamsay Jones
2008-07-09Merge branch 'sp/maint-pack-memuse'Junio C Hamano
2008-07-09Correct pack memory leak causing git gc to try to exceed ulimitShawn O. Pearce
2008-07-09Merge branch 'maint'Junio C Hamano
2008-07-09Start preparing release notes for 1.5.6.3Junio C Hamano
2008-07-09Documentation: update sections on naming revisions and revision rangesJunio C Hamano
2008-07-09Tone down warning about GNU Interactive ToolsJunio C Hamano
2008-07-09Avoid apache complaining about lack of server's FQDNMike Hommey
2008-07-09Skip t5540-http-push test when USE_CURL_MULTI is undefinedMike Hommey
2008-07-09Fix http-push testMike Hommey
2008-07-09Catch failures from t5540-http-pushMike Hommey
2008-07-09Git.pm: Add remote_refs() git-ls-remote frontendPetr Baudis
2008-07-08t7701-repack-unpack-unreachable.sh: check timestamp of unpacked objectsBrandon Casey
2008-07-08completion: add branch options --contains --merged --no-mergedEric Raible
2008-07-08git-submodule - Fix bugs in adding an existing repo as a moduleMark Levedahl
2008-07-08install-doc-quick - use git --exec-path to find git-sh-setupMark Levedahl
2008-07-08bash: offer only paths after '--'SZEDER Gábor