| Commit message (Expand) | Author | Age |
... | |
* | | | | Merge branch 'lt/core-optim' | Junio C Hamano | 2008-05-11 |
|\ \ \ \ |
|
| * | | | | Optimize symlink/directory detection | Linus Torvalds | 2008-05-10 |
| * | | | | Avoid some unnecessary lstat() calls | Linus Torvalds | 2008-05-10 |
| * | | | | Merge branch 'lt/case-insensitive' | Junio C Hamano | 2008-05-10 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | Make git-add behave more sensibly in a case-insensitive environment | Linus Torvalds | 2008-04-09 |
| | * | | | Add 'core.ignorecase' option | Linus Torvalds | 2008-04-09 |
| | * | | | Make hash_name_lookup able to do case-independent lookups | Linus Torvalds | 2008-04-09 |
| | * | | | Make "index_name_exists()" return the cache_entry it found | Linus Torvalds | 2008-04-09 |
| | * | | | Move name hashing functions into a file of its own | Linus Torvalds | 2008-04-09 |
* | | | | | Allow tracking branches to set up rebase by default. | Dustin Sallings | 2008-05-11 |
|/ / / / |
|
* | | | | Merge branch 'db/learn-HEAD' | Junio C Hamano | 2008-05-08 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Make ls-remote http://... list HEAD, like for git://... | Daniel Barkalow | 2008-04-26 |
* | | | | Merge branch 'lh/git-file' | Junio C Hamano | 2008-05-05 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Add platform-independent .git "symlink" | Lars Hjemli | 2008-04-09 |
| | |/
| |/| |
|
* | | | Make read_in_full() and write_in_full() consistent with xread() and xwrite() | Heikki Orsila | 2008-04-29 |
| |/
|/| |
|
* | | Make core.sharedRepository more generic | Heikki Orsila | 2008-04-16 |
* | | git_config_bool_or_int() | Junio C Hamano | 2008-04-12 |
|/ |
|
* | Merge branch 'lt/unpack-trees' | Junio C Hamano | 2008-03-11 |
|\ |
|
| * | Add 'const' where appropriate to index handling functions | Linus Torvalds | 2008-03-09 |
| * | Add 'df_name_compare()' helper function | Linus Torvalds | 2008-03-09 |
* | | Merge branch 'jc/cherry-pick' (early part) | Junio C Hamano | 2008-03-11 |
|\ \
| |/
|/| |
|
| * | expose a helper function peel_to_type(). | Junio C Hamano | 2008-02-18 |
* | | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-03-02 |
|\ \ |
|
| * | | add generic, type aware object chain walker | Martin Koegler | 2008-02-25 |
* | | | Merge branch 'js/branch-track' | Junio C Hamano | 2008-02-27 |
|\ \ \ |
|
| * | | | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 2008-02-19 |
* | | | | Merge branch 'db/checkout' | Junio C Hamano | 2008-02-27 |
|\ \ \ \
| |/ / / |
|
| * | | | Library function to check for unmerged index entries | Daniel Barkalow | 2008-02-09 |
* | | | | Merge branch 'jk/help-alias' | Junio C Hamano | 2008-02-27 |
|\ \ \ \ |
|
| * | | | | make alias lookup a public, procedural function | Jeff King | 2008-02-24 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-26 |
|\ \ \ \ \ |
|
| * | | | | | Use a single implementation and API for copy_file() | Daniel Barkalow | 2008-02-25 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'jc/apply-whitespace' | Junio C Hamano | 2008-02-24 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | ws_fix_copy(): move the whitespace fixing function to ws.c | Junio C Hamano | 2008-02-23 |
| * | | | | core.whitespace: cr-at-eol | Junio C Hamano | 2008-02-05 |
* | | | | | Use helper function for copying index entry information | Linus Torvalds | 2008-02-22 |
* | | | | | Name hash fixups: export (and rename) remove_hash_entry | Linus Torvalds | 2008-02-22 |
* | | | | | Fix name re-hashing semantics | Linus Torvalds | 2008-02-22 |
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'sp/safecrlf' | Junio C Hamano | 2008-02-16 |
|\ \ \ \ |
|
| * | | | | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 2008-02-06 |
| |/ / / |
|
* | | | | Merge branch 'jc/gitignore-ends-with-slash' | Junio C Hamano | 2008-02-16 |
|\ \ \ \ |
|
| * | | | | gitignore(5): Allow "foo/" in ignore list to match directory "foo" | Junio C Hamano | 2008-02-05 |
| |/ / / |
|
* | | | | Merge branch 'jk/noetcconfig' | Junio C Hamano | 2008-02-16 |
|\ \ \ \ |
|
| * | | | | allow suppressing of global and system config | Jeff King | 2008-02-06 |
| |/ / / |
|
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-16 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Add "const" qualifier to "char *excludes_file". | Christian Couder | 2008-02-15 |
| * | | | Add "const" qualifier to "char *editor_program". | Christian Couder | 2008-02-15 |
| * | | | Add "const" qualifier to "char *pager_program". | Christian Couder | 2008-02-15 |
| * | | | config: add 'git_config_string' to refactor string config variables. | Christian Couder | 2008-02-15 |
* | | | | Merge branch 'lt/in-core-index' | Junio C Hamano | 2008-02-11 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|