summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-1110-72/+51
|\
| * is_kept_pack(): final clean-upJunio C Hamano2009-02-285-21/+13
| * Simplify is_kept_pack()Junio C Hamano2009-02-285-51/+18
| * Consolidate ignore_packed logic moreJunio C Hamano2009-02-284-21/+17
| * has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano2009-02-284-9/+12
| * has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano2009-02-287-13/+33
| * git-repack: resist stray environment variableJunio C Hamano2009-02-281-0/+1
* | Merge branch 'rs/memmem'Junio C Hamano2009-03-112-11/+12
|\ \
| * | optimize compat/ memmem()René Scharfe2009-03-021-1/+4
| * | diffcore-pickaxe: use memmem()René Scharfe2009-03-021-10/+8
* | | Merge branch 'tv/rebase-stat'Junio C Hamano2009-03-115-14/+65
|\ \ \
| * | | git-pull: Allow --stat and --no-stat to be used with --rebaseTor Arne Vestbø2009-03-021-5/+5
| * | | git-rebase: Add --stat and --no-stat for producing diffstat on rebaseTor Arne Vestbø2009-03-024-9/+60
| |/ /
* | | Merge branch 'jk/clone-post-checkout'Junio C Hamano2009-03-112-1/+18
|\ \ \
| * | | clone: run post-checkout hook when checking outJeff King2009-03-022-1/+18
| |/ /
* | | Merge branch 'tr/format-patch-thread'Junio C Hamano2009-03-116-55/+307
|\ \ \
| * | | format-patch: support deep threadingThomas Rast2009-02-214-5/+170
| * | | format-patch: thread as reply to cover letter even with in-reply-toThomas Rast2009-02-212-8/+21
| * | | format-patch: track several referencesThomas Rast2009-02-213-8/+19
| * | | format-patch: threading test reactivationThomas Rast2009-02-191-39/+103
* | | | Merge branch 'el/blame-date'Junio C Hamano2009-03-112-16/+59
|\ \ \ \
| * | | | Make git blame's date output format configurable, like git logEugene Letuchy2009-03-052-16/+59
* | | | | Merge branch 'tr/gcov'Junio C Hamano2009-03-1110-0/+341
|\ \ \ \ \
| * | | | | Test git-patch-idThomas Rast2009-02-201-0/+38
| * | | | | Test rev-list --parents/--childrenThomas Rast2009-02-203-0/+17
| * | | | | Test log --decorateThomas Rast2009-02-202-0/+35
| * | | | | Test fsck a bit harderThomas Rast2009-02-201-0/+67
| * | | | | Test log --graphThomas Rast2009-02-201-0/+148
| * | | | | Test diff --dirstat functionalityThomas Rast2009-02-202-0/+4
| * | | | | Test that diff can read from stdinThomas Rast2009-02-201-0/+8
| * | | | | Support coverage testing with GCC/gcovThomas Rast2009-02-201-0/+24
* | | | | | test: do not LoadModule log_config_module unconditionallyJohannes Schindelin2009-03-111-1/+3
* | | | | | git-instaweb: fix lighttpd configuration on cygwinRamsay Jones2009-03-101-3/+66
* | | | | | Include log_config module in apache.confDaniel Barkalow2009-03-101-0/+1
* | | | | | Typo and language fixes for git-checkout.txtMichael J Gruber2009-03-101-17/+16
* | | | | | connect.c: remove a few globals by using git_config callback dataErik Faye-Lund2009-03-101-6/+3
* | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2009-03-091-1/+4
|\ \ \ \ \ \
| * | | | | | git-svn: support intermediate paths when matching tags/branchesMichael Lai2009-03-091-1/+4
* | | | | | | parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used togetherRené Scharfe2009-03-092-1/+5
* | | | | | | parseopt: document KEEP_ARGV0, KEEP_UNKNOWN, NO_INTERNAL_HELPRené Scharfe2009-03-091-0/+27
|/ / / / / /
* | | | | | archive: use parseopt for local-only optionsRené Scharfe2009-03-082-81/+40
* | | | | | parseopt: make usage optionalRené Scharfe2009-03-081-0/+3
* | | | | | parseopt: add PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2009-03-082-4/+7
* | | | | | parseopt: add PARSE_OPT_KEEP_UNKNOWNRené Scharfe2009-03-082-3/+10
* | | | | | Merge branch 'maint'Junio C Hamano2009-03-077-9/+48
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-072-0/+34
| |\ \ \ \ \ \
| | * | | | | | builtin-revert.c: release index lock when cherry-picking an empty commitChris Johnsen2009-03-072-0/+34
| * | | | | | | document config --bool-or-intJeff King2009-03-071-0/+4
| * | | | | | | t1300: use test_must_fail as appropriateJeff King2009-03-071-5/+5
| * | | | | | | cleanup: add isascii()René Scharfe2009-03-072-2/+3