summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-10fix pread()'s short read in index-packNicolas Pitre
2008-10-09Merge branch 'sg/maint-intrebase-msghook' into maintShawn O. Pearce
2008-10-09builtin-apply: fix typo leading to stack corruptionImre Deak
2008-10-09git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey
2008-10-09Merge branch 'jk/maint-soliconv' into maintShawn O. Pearce
2008-10-09builtin-merge.c: allocate correct amount of memoryBrandon Casey
2008-10-08Do not use errno when pread() returns 0Samuel Tardieu
2008-10-08git init: --bare/--shared overrides system/global configDeskin Miller
2008-10-08git-push.txt: Describe --repo option in more detailJohannes Sixt
2008-10-08git rm: refresh index before up-to-date checkJohannes Schindelin
2008-10-07Fix a few typos in relnotesMikael Magnusson
2008-10-06Update release notes for 1.6.0.3Shawn O. Pearce
2008-10-06Teach rebase -i to honor pre-rebase hookNanako Shiraishi
2008-10-06docs: describe pre-rebase hookNanako Shiraishi
2008-10-06do not segfault if make_cache_entry failedDmitry Potapov
2008-10-06make prefix_path() never return NULLDmitry Potapov
2008-10-06fix bogus "diff --git" header from "diff --no-index"Linus Torvalds
2008-10-06Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz
2008-10-06builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov
2008-10-06bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor
2008-10-03Makefile: do not set NEEDS_LIBICONV for Solaris 8Jeff King
2008-10-03rebase -i: remove leftover debuggingSZEDER Gábor
2008-10-03rebase -i: proper prepare-commit-msg hook argument when squashingSZEDER Gábor
2008-10-03gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski
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