summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/error-message-in-cherry-pick'Junio C Hamano2008-02-115-58/+79
|\
| * Make error messages from cherry-pick/revert more sensibleJunio C Hamano2008-02-055-58/+79
* | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-1125-296/+566
|\ \
| * | lazy index hashingJunio C Hamano2008-01-222-3/+24
| * | Create pathname-based hash-table lookup into indexLinus Torvalds2008-01-223-11/+95
| * | read-cache.c: introduce is_racy_timestamp() helperJunio C Hamano2008-01-221-5/+8
| * | read-cache.c: fix a couple more CE_REMOVE conversionJunio C Hamano2008-01-221-3/+4
| * | Also use unpack_trees() in do_diff_cache()Johannes Schindelin2008-01-211-79/+13
| * | Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds2008-01-213-24/+138
| * | Avoid running lstat(2) on the same cache entry.Junio C Hamano2008-01-213-10/+32
| * | index: be careful when handling long namesJunio C Hamano2008-01-213-3/+46
| * | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-2121-169/+217
* | | Merge branch 'ph/describe-match'Junio C Hamano2008-02-113-15/+45
|\ \ \
| * | | git-name-rev: add a --(no-)undefined option.Pierre Habouzit2007-12-262-11/+26
| * | | git-describe: Add a --match option to limit considered tags.Pierre Habouzit2007-12-222-5/+20
* | | | git-blame.el: show the when, who and what in the minibuffer.Junichi Uekawa2008-02-111-1/+9
* | | | Define the project whitespace policyJunio C Hamano2008-02-113-0/+4
* | | | Add `git svn blame' commandTim Stoakes2008-02-112-0/+28
* | | | Merge branch 'maint'Junio C Hamano2008-02-1134-59/+255
|\ \ \ \
| * | | | config.c: guard config parser from value=NULLJunio C Hamano2008-02-111-1/+15
| * | | | builtin-log.c: guard config parser from value=NULLJunio C Hamano2008-02-111-3/+2
| * | | | imap-send.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+4
| * | | | wt-status.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
| * | | | setup.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
| * | | | remote.c: guard config parser from value=NULLJunio C Hamano2008-02-111-3/+6
| * | | | merge-recursive.c: guard config parser from value=NULLJunio C Hamano2008-02-111-5/+6
| * | | | http.c: guard config parser from value=NULLJunio C Hamano2008-02-111-10/+15
| * | | | help.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
| * | | | git.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
| * | | | diff.c: guard config parser from value=NULLJunio C Hamano2008-02-111-2/+12
| * | | | convert.c: guard config parser from value=NULLJunio C Hamano2008-02-111-2/+2
| * | | | connect.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
| * | | | builtin-tag.c: guard config parser from value=NULLJunio C Hamano2008-02-111-1/+1
| * | | | builtin-show-branch.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
| * | | | builtin-reflog.c: guard config parser from value=NULLJunio C Hamano2008-02-111-5/+11
| * | | | builtin-log.c: guard config parser from value=NULLJunio C Hamano2008-02-111-1/+1
| * | | | builtin-config.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
| * | | | builtin-commit.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
| * | | | builtin-branch.c: guard config parser from value=NULLJunio C Hamano2008-02-111-3/+6
| * | | | builtin-apply.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
| * | | | Add config_error_nonbool() helper functionJunio C Hamano2008-02-112-0/+10
| * | | | builtin-gc.c: guard config parser from value=NULLMiklos Vajna2008-02-111-1/+1
| * | | | archive-tar.c: guard config parser from value=NULLJunio C Hamano2008-02-111-1/+1
| * | | | Work around curl-gnutls not liking to be reinitializedMike Hommey2008-02-111-4/+3
| * | | | man pages are littered with .ft C and othersJonas Fonseca2008-02-112-1/+20
| * | | | Add a BuildRequires for gettext in the spec file.James Bowes2008-02-111-1/+4
| * | | | pack-objects: only throw away data during memory pressureMartin Koegler2008-02-111-2/+11
| * | | | builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape2008-02-111-0/+1
| * | | | Make git prune remove temporary packs that look like write failuresDavid Steven Tweed2008-02-112-0/+71
| * | | | rebase -i: accept -m as advertised in the man pageUwe Kleine-K,Av(Bnig2008-02-111-1/+1