summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-13Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.1Junio C Hamano
2009-03-13Merge branch 'jk/maint-1.6.1-cleanup-after-exec-failure' into maint-1.6.1Junio C Hamano
2009-03-13Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0Junio C Hamano
2009-03-07builtin-revert.c: release index lock when cherry-picking an empty commitChris Johnsen
2009-02-28Documentation: minor grammatical fixes.David J. Mellor
2009-02-28Ensure proper setup of git_dir for git-hash-objectElijah Newren
2009-02-28Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-28added missing backtick in git-apply.txtDanijel Tasov
2009-02-27bisect: fix another instance of eval'ed stringChristian Couder
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder
2009-02-26Fix odb_mkstemp() on AIXMike Ralphson
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano
2009-02-20More friendly message when locking the index fails.Matthieu Moy
2009-02-20Document git blame --reverse.Matthieu Moy
2009-02-19Documentation: Note file formats send-email acceptsTodd Zullinger
2009-02-18tests: fix "export var=val"Junio C Hamano
2009-02-18Skip timestamp differences for diff --no-indexMichael Spang
2009-02-18Documentation/git-push: --all, --mirror, --tags can not be combinedGerrit Pape
2009-02-12Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad
2009-02-12Prepare for 1.6.1.4.Junio C Hamano
2009-02-12Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-12Make repack less likely to corrupt repositoryJunio C Hamano
2009-02-12fast-export: ensure we traverse commits in topological orderElijah Newren
2009-02-11Clear the delta base cache if a pack is rebuiltShawn O. Pearce
2009-02-11Merge branch 'maint-1.5.6' into maintJunio C Hamano
2009-02-11Merge branch 'maint-1.5.5' into maint-1.5.6Junio C Hamano
2009-02-11Merge branch 'maint-1.5.4' into maint-1.5.5Junio C Hamano
2009-02-11revision traversal and pack: notice and die on missing commitJunio C Hamano
2009-02-10Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-10Clear the delta base cache during fast-import checkpointShawn O. Pearce
2009-02-09gitweb: add $prevent_xss option to prevent XSS by repository contentMatt McCutchen
2009-02-08rev-list: fix showing distance when using --bisect-allChristian Couder
2009-02-07Remove unused normalize_absolute_path()Johannes Sixt
2009-02-07Test and fix normalize_path_copy()Johannes Sixt
2009-02-07Fix GIT_CEILING_DIRECTORIES on WindowsRené Scharfe
2009-02-07Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt
2009-02-07Make test-path-utils more robust against incorrect useJohannes Sixt
2009-02-07GIT 1.6.1.3v1.6.1.3Junio C Hamano
2009-02-06Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-06Merge branch 'jc/maint-apply-fix' into maintJunio C Hamano
2009-02-06Merge branch 'am/maint-push-doc' into maintJunio C Hamano
2009-02-06Merge branch 'sg/maint-gitdir-in-subdir' into maintJunio C Hamano
2009-02-06Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano
2009-02-06Merge branch 'jc/maint-split-diff-metainfo' into maintJunio C Hamano
2009-02-06Merge branch 'js/maint-all-implies-HEAD' into maintJunio C Hamano
2009-02-06Merge branch 'kc/maint-diff-bwi-fix' into maintJunio C Hamano
2009-02-06filter-branch: do not consider diverging submodules a 'dirty worktree'Johannes Schindelin
2009-02-05Fixed broken git help -w when installing from RPMDavid J. Mellor
2009-02-05builtin-blame.c: Use utf8_strwidth for author's namesGeoffrey Thomas
2009-02-05utf8: add utf8_strwidth()Geoffrey Thomas