Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | mergetool--lib: specialize diff options for emerge and ecmerge | David Aguilar | 2009-05-09 | 1 | -3/+3 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'cc/bisect' (early part) | Junio C Hamano | 2009-05-23 | 9 | -271/+494 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | bisect: make "git bisect" use new "--next-all" bisect-helper function | Christian Couder | 2009-05-10 | 4 | -134/+13 | |
| | * | | | | | | | | | | | bisect: add "check_good_are_ancestors_of_bad" function | Christian Couder | 2009-05-10 | 1 | -0/+75 | |
| | * | | | | | | | | | | | bisect: implement the "check_merge_bases" function | Christian Couder | 2009-05-10 | 1 | -0/+130 | |
| | * | | | | | | | | | | | bisect: automatically sort sha1_array if needed when looking it up | Christian Couder | 2009-05-10 | 1 | -2/+6 | |
| | * | | | | | | | | | | | bisect: make skipped array functions more generic | Christian Couder | 2009-05-10 | 1 | -12/+12 | |
| | * | | | | | | | | | | | bisect: remove too much function nesting | Christian Couder | 2009-05-10 | 1 | -10/+8 | |
| | * | | | | | | | | | | | bisect: use new "struct argv_array" to prepare argv for "setup_revisions" | Christian Couder | 2009-05-10 | 1 | -28/+29 | |
| | * | | | | | | | | | | | bisect: store good revisions in a "sha1_array" | Christian Couder | 2009-05-10 | 1 | -7/+19 | |
| | * | | | | | | | | | | | bisect: implement "rev_argv_push" to fill an argv with revs | Christian Couder | 2009-05-10 | 1 | -8/+11 | |
| | * | | | | | | | | | | | bisect: use "sha1_array" to store skipped revisions | Christian Couder | 2009-05-10 | 1 | -10/+15 | |
| | * | | | | | | | | | | | am: simplify "sq" function by using "git rev-parse --sq-quote" | Christian Couder | 2009-05-10 | 1 | -5/+1 | |
| | * | | | | | | | | | | | bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function | Christian Couder | 2009-05-10 | 2 | -14/+3 | |
| | * | | | | | | | | | | | rev-parse: add --sq-quote to shell quote arguments | Christian Couder | 2009-05-10 | 2 | -1/+49 | |
| | * | | | | | | | | | | | rev-list: remove stringed output flag from "show_bisect_vars" | Christian Couder | 2009-05-10 | 2 | -18/+15 | |
| | * | | | | | | | | | | | bisect--helper: remove "--next-vars" option as it is now useless | Christian Couder | 2009-05-10 | 3 | -25/+3 | |
| | * | | | | | | | | | | | bisect: use "git bisect--helper --next-exit" in "git-bisect.sh" | Christian Couder | 2009-05-10 | 1 | -30/+9 | |
| | * | | | | | | | | | | | bisect--helper: add "--next-exit" to output bisect results | Christian Couder | 2009-05-10 | 3 | -3/+115 | |
| | * | | | | | | | | | | | bisect: move common bisect functionality to "bisect_common" | Christian Couder | 2009-05-10 | 1 | -9/+15 | |
| | * | | | | | | | | | | | rev-list: refactor printing bisect vars | Christian Couder | 2009-05-10 | 2 | -28/+37 | |
| | * | | | | | | | | | | | rev-list: make "estimate_bisect_steps" non static | Christian Couder | 2009-05-10 | 2 | -1/+3 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge branch 'lt/maint-diff-reduce-lstat' | Junio C Hamano | 2009-05-23 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Teach 'git checkout' to preload the index contents | Linus Torvalds | 2009-05-09 | 1 | -2/+2 | |
| | * | | | | | | | | | | | Avoid unnecessary 'lstat()' calls in 'get_stat_data()' | Linus Torvalds | 2009-05-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'jm/format-patch-no-auto-n-when-k-is-given' | Junio C Hamano | 2009-05-23 | 2 | -1/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | format-patch let -k override a config-specified format.numbered | Jim Meyering | 2009-05-09 | 2 | -1/+20 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'do/maint-merge-recursive-fix' | Junio C Hamano | 2009-05-23 | 2 | -5/+101 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | merge-recursive: never leave index unmerged while recursing | Dave Olszewski | 2009-05-09 | 2 | -5/+101 | |
| * | | | | | | | | | | | | | Merge branch 'rr/forbid-bs-in-ref' | Junio C Hamano | 2009-05-23 | 2 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Disallow '\' in ref names | Robin Rosenberg | 2009-05-09 | 2 | -1/+4 | |
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'hv/sample-update' | Junio C Hamano | 2009-05-23 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Extend sample update hook, disable modifying of existing tags | Heiko Voigt | 2009-05-09 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | Merge branch 'jk/maint-1.6.0-trace-argv' | Junio C Hamano | 2009-05-23 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | fix GIT_TRACE segfault with shell-quoted aliases | Jeff King | 2009-05-09 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | Merge branch 'jk/no-no-no-empty-directory' | Junio C Hamano | 2009-05-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | parseopt: add OPT_NEGBIT | Jeff King | 2009-05-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Merge branch 'rs/grep-parseopt' | Junio C Hamano | 2009-05-23 | 7 | -252/+350 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | grep: make callback functions static | René Scharfe | 2009-05-20 | 1 | -8/+10 | |
| | * | | | | | | | | | | | | | | | | grep: use parseopt | René Scharfe | 2009-05-09 | 2 | -240/+194 | |
| | * | | | | | | | | | | | | | | | | grep: remove global variable builtin_grep | René Scharfe | 2009-05-09 | 1 | -7/+7 | |
| | * | | | | | | | | | | | | | | | | parseopt: add PARSE_OPT_NODASH | René Scharfe | 2009-05-09 | 4 | -4/+42 | |
| | * | | | | | | | | | | | | | | | | parseopt: add OPT_NUMBER_CALLBACK | René Scharfe | 2009-05-09 | 5 | -1/+63 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | parseopt: add OPT_NEGBIT | René Scharfe | 2009-05-09 | 5 | -2/+44 | |
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'fl/git-pm' | Junio C Hamano | 2009-05-23 | 3 | -9/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Git.pm: Always set Repository to absolute path if autodetecting | Frank Lichtenheld | 2009-05-09 | 2 | -9/+3 | |
| | * | | | | | | | | | | | | | | | Git.pm: Set GIT_WORK_TREE if we set GIT_DIR | Frank Lichtenheld | 2009-05-09 | 3 | -0/+19 | |
| | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'mt/submodule-reference' | Junio C Hamano | 2009-05-23 | 3 | -6/+127 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Add --reference option to git submodule. | Michael S. Tsirkin | 2009-05-09 | 3 | -6/+127 | |
| | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | gitweb: Sanitize title attribute in format_subject_html | Jakub Narebski | 2009-05-22 | 1 | -1/+2 |