summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-03gitweb: Fix two 'uninitialized value' warnings in git_tree()Jakub Narebski
2008-10-03Solaris: Use OLD_ICONV to avoid compile warningsDavid Soria Parra
2008-10-03gitweb: remove PATH_INFO from $my_url and $my_uriGiuseppe Bilotta
2008-10-01Improve git-log documentation wrt file filtersmartin f. krafft
2008-10-01Documentation: remove '\' in front of short optionsSZEDER Gábor
2008-09-30git-svn: call 'fatal' correctly in set-treeLuc Heinrich
2008-09-30Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606)Michael Prokop
2008-09-30t0024: add executable permissionSZEDER Gábor
2008-09-29Merge branch 'bc/maint-diff-hunk-header-fix' into maintShawn O. Pearce
2008-09-29Merge branch 'mg/maint-remote-fix' into maintShawn O. Pearce
2008-09-29Clarify commit error message for unmerged filesRafael Garcia-Suarez
2008-09-29Use strchrnul() instead of strchr() plus manual workaroundJohan Herland
2008-09-29Use remove_path from dir.c instead of own implementationAlex Riesen
2008-09-29Add remove_path: a function to remove as much as possible of a pathAlex Riesen
2008-09-29git-submodule: Fix "Unable to checkout" for the initial 'update'Ping Yin
2008-09-29Clarify how the user can satisfy stash's 'dirty state' check.Stephen Haberman
2008-09-26Remove empty directories in recursive mergeAlex Riesen
2008-09-26Documentation: clarify the details of overriding LESS via core.pagerChris Frey
2008-09-25Update release notes for 1.6.0.3Shawn O. Pearce
2008-09-25checkout: Do not show local changes when in quiet modeJonas Fonseca
2008-09-25for-each-ref: Fix --format=%(subject) for log message without newlinesJohan Herland
2008-09-24git-stash.sh: don't default to refs/stash if invalid ref suppliedBrandon Casey
2008-09-24maint: check return of split_cmdline to avoid bad config stringsDeskin Miller
2008-09-23builtin-prune.c: prune temporary packs in <object_dir>/pack directoryBrandon Casey
2008-09-23t4018-diff-funcname: test syntax of builtin xfuncname patternsBrandon Casey
2008-09-22Do not perform cross-directory renames when creating packsPetr Baudis
2008-09-22Use dashless git commands in setgitperms.perlTodd Zullinger
2008-09-22git-remote: do not use user input in a printf format stringJohannes Sixt
2008-09-22make "git remote" report multiple URLsMichael J Gruber
2008-09-20diff hunk pattern: fix misconverted "\{" tex macro introducersJunio C Hamano
2008-09-20diff: use extended regexp to find hunk headersJunio C Hamano
2008-09-20Start draft release notes for 1.6.0.3Junio C Hamano
2008-09-20git-repack uses --no-repack-object, not --no-repack-delta.Mikael Magnusson
2008-09-20Typo "bogos" in format-patch error message.Mikael Magnusson
2008-09-20builtin-clone: fix typoFabrizio Chiarello
2008-09-20Bust the ghost of long-defunct diffcore-pathspec.Yann Dirson
2008-09-20completion: git commit should list --interactiveEric Raible
2008-09-19diff.*.xfuncname which uses "extended" regex's for hunk header selectionBrandon Casey
2008-09-19diff.c: associate a flag with each pattern and use it for compiling regexBrandon Casey
2008-09-19diff.c: return pattern entry pointer rather than just the hunk header patternBrandon Casey
2008-09-19Merge branch 'dp/maint-rebase-fix' into maintJunio C Hamano
2008-09-19Merge branch 'jc/maint-checkout-keep-remove' into maintJunio C Hamano
2008-09-19Merge branch 'jc/maint-diff-quiet' into maintJunio C Hamano
2008-09-19Merge branch 'jc/maint-name-hash-clear' into maintJunio C Hamano
2008-09-19Merge branch 'jc/maint-template-permbits' into maintJunio C Hamano
2008-09-19Merge branch 'mh/maint-honor-no-ssl-verify' into maintJunio C Hamano
2008-09-19sha1_file: link() returns -1 on failure, not errnoThomas Rast
2008-09-19Make git archive respect core.autocrlf when creating zip format archivesCharles Bailey
2008-09-19Add new test to demonstrate git archive core.autocrlf inconsistencyCharles Bailey
2008-09-19gitweb: avoid warnings for commits without bodyJoey Hess