aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | Add some useful functions for strbuf manipulation.Lukas Sandström2008-07-13
| * | | | | Make some strbuf_*() struct strbuf arguments const.Lukas Sandström2008-07-13
| |/ / / /
* | | | | Documentation/git-submodule.txt: Add Description sectionPetr Baudis2008-07-16
* | | | | Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\ \ \ \ \
| * | | | | Make usage strings dash-lessStephan Beyer2008-07-13
| * | | | | t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-13
| * | | | | t/test-lib.sh: exit with small negagive int is ok with test_must_failStephan Beyer2008-07-13
| |/ / / /
* | | | | Merge branch 'rs/archive'Junio C Hamano2008-07-16
|\ \ \ \ \
| * | | | | archive: remove extra arguments parsing codeRené Scharfe2008-07-15
| * | | | | archive: unify file attribute handlingRené Scharfe2008-07-15
| * | | | | archive: centralize archive entry writingRené Scharfe2008-07-15
| * | | | | archive: add baselen member to struct archiver_argsRené Scharfe2008-07-15
| * | | | | add context pointer to read_tree_recursive()René Scharfe2008-07-15
| * | | | | archive: remove args member from struct archiverRené Scharfe2008-07-15
* | | | | | Merge branch 'ag/blame'Junio C Hamano2008-07-16
|\ \ \ \ \ \
| * | | | | | Do not try to detect move/copy for entries below threshold.Alexander Gavrilov2008-07-15
| * | | | | | Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov2008-07-15
* | | | | | | Merge branch 'rs/rebase-checkout-not-so-quiet'Junio C Hamano2008-07-16
|\ \ \ \ \ \ \
| * | | | | | | git-rebase: report checkout failureJunio C Hamano2008-07-14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'sp/maint-index-pack'Junio C Hamano2008-07-16
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce2008-07-15
| * | | | | | index-pack: Track the object_entry that creates each base_dataShawn O. Pearce2008-07-15
| * | | | | | index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce2008-07-15
| * | | | | | index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce2008-07-15
* | | | | | | Merge branch 'maint'Junio C Hamano2008-07-16
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Start preparing 1.5.6.4 release notesJunio C Hamano2008-07-16
| * | | | | | git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin2008-07-16
| * | | | | | Merge branch 'js/maint-pretty-mailmap' into maintJunio C Hamano2008-07-16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'sp/maint-bash-completion-optim' into maintJunio C Hamano2008-07-16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'sp/maint-pack-memuse' into maintJunio C Hamano2008-07-16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'ls/maint-mailinfo-patch-label' into maintJunio C Hamano2008-07-16
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'js/maint-daemon-syslog' into maintJunio C Hamano2008-07-16
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rebase-i: keep old parents when preserving mergesStephan Beyer2008-07-16
| * | | | | | | | | | | t7600-merge: Use test_expect_failure to test option parsingJohannes Sixt2008-07-16
| * | | | | | | | | | | Fix buffer overflow in prepare_attr_stackDmitry Potapov2008-07-16
| * | | | | | | | | | | Fix buffer overflow in git diffDmitry Potapov2008-07-16
| * | | | | | | | | | | Fix buffer overflow in git-grepDmitry Potapov2008-07-16
| * | | | | | | | | | | git-cvsserver: fix call to nonexistant cleanupWorkDir()Lars Noschinski2008-07-16
| * | | | | | | | | | | Documentation/git-cherry-pick.txt et al.: Fix misleading -n descriptionPetr Baudis2008-07-16
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | t/Makefile: use specified shell when running aggregation scriptSungHyun Nam2008-07-16
* | | | | | | | | | | parse-options.c: make check_typos() staticNanako Shiraishi2008-07-16
* | | | | | | | | | | builtin-describe.c: make a global variable "pattern" staticNanako Shiraishi2008-07-16
* | | | | | | | | | | cache-tree.c: make cache_tree_find() staticNanako Shiraishi2008-07-16
* | | | | | | | | | | t/aggregate-results: whitespace fixJunio C Hamano2008-07-16
* | | | | | | | | | | t/lib-git-svn: fix SVN_HTTPD tests to work with "trash directory"Eric Wong2008-07-16
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge branch 'mv/merge-in-c'Junio C Hamano2008-07-15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | reduce_heads(): protect from duplicate inputJunio C Hamano2008-07-14
| * | | | | | | | | | reduce_heads(): thinkofixSverre Hvammen Johansen2008-07-13
| * | | | | | | | | | Add a new test for git-merge-resolveMiklos Vajna2008-07-13
| * | | | | | | | | | t6021: add a new test for git-merge-resolveMiklos Vajna2008-07-13