Age | Commit message (Expand) | Author | Files | Lines |
2008-06-25 | clone: create intermediate directories of destination repo | Jeff King | 1 | -0/+1 |
2008-06-19 | Make git_dir a path relative to work_tree in setup_work_tree() | Linus Torvalds | 1 | -0/+1 |
2008-06-16 | sha1_file.c: simplify parse_pack_index() | Junio C Hamano | 1 | -2/+0 |
2008-06-13 | sha1_file.c: dead code removal | Junio C Hamano | 1 | -3/+0 |
2008-06-06 | Use nonrelative paths instead of absolute paths for cloned repositories | Daniel Barkalow | 1 | -0/+1 |
2008-05-31 | Make pack creation always fsync() the result | Linus Torvalds | 1 | -0/+1 |
2008-05-25 | Merge branch 'js/config-cb' | Junio C Hamano | 1 | -5/+5 |
2008-05-25 | Merge branch 'jc/add-n-u' | Junio C Hamano | 1 | -6/+7 |
2008-05-25 | Merge branch 'db/clone-in-c' | Junio C Hamano | 1 | -0/+7 |
2008-05-25 | Merge branch 'js/ignore-submodule' | Junio C Hamano | 1 | -0/+1 |
2008-05-23 | Merge branch 'bc/repack' | Junio C Hamano | 1 | -0/+1 |
2008-05-21 | Merge branch 'ar/add-unreadable' | Junio C Hamano | 1 | -1/+7 |
2008-05-21 | "git-add -n -u" should not add but just report | Junio C Hamano | 1 | -5/+7 |
2008-05-15 | Teach update-index about --ignore-submodules | Johannes Schindelin | 1 | -0/+1 |
2008-05-14 | Merge branch 'sb/committer' | Junio C Hamano | 1 | -0/+1 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -5/+5 |
2008-05-13 | add a force_object_loose() function | Nicolas Pitre | 1 | -0/+1 |
2008-05-12 | Extend interface of add_files_to_cache to allow ignore indexing errors | Alex Riesen | 1 | -1/+7 |
2008-05-11 | Merge branch 'lt/core-optim' | Junio C Hamano | 1 | -17/+24 |
2008-05-11 | Allow tracking branches to set up rebase by default. | Dustin Sallings | 1 | -0/+8 |
2008-05-10 | Optimize symlink/directory detection | Linus Torvalds | 1 | -1/+1 |
2008-05-10 | Avoid some unnecessary lstat() calls | Linus Torvalds | 1 | -0/+2 |
2008-05-10 | Merge branch 'lt/case-insensitive' | Junio C Hamano | 1 | -16/+21 |
2008-05-08 | Merge branch 'db/learn-HEAD' | Junio C Hamano | 1 | -0/+1 |
2008-05-06 | commit: Show committer if automatic | Santi BĂ©jar | 1 | -0/+1 |
2008-05-05 | Merge branch 'lh/git-file' | Junio C Hamano | 1 | -0/+1 |
2008-05-04 | Provide API access to init_db() | Daniel Barkalow | 1 | -0/+4 |
2008-05-04 | Add a function to set a non-default work tree | Daniel Barkalow | 1 | -0/+1 |
2008-05-04 | Add a library function to add an alternate to the alternates file | Daniel Barkalow | 1 | -0/+1 |
2008-05-04 | Add a lockfile function to append to a file | Daniel Barkalow | 1 | -0/+1 |
2008-04-29 | Make read_in_full() and write_in_full() consistent with xread() and xwrite() | Heikki Orsila | 1 | -2/+2 |
2008-04-26 | Make ls-remote http://... list HEAD, like for git://... | Daniel Barkalow | 1 | -0/+1 |
2008-04-16 | Make core.sharedRepository more generic | Heikki Orsila | 1 | -3/+13 |
2008-04-12 | git_config_bool_or_int() | Junio C Hamano | 1 | -0/+1 |
2008-04-09 | Add platform-independent .git "symlink" | Lars Hjemli | 1 | -0/+1 |
2008-04-09 | Make git-add behave more sensibly in a case-insensitive environment | Linus Torvalds | 1 | -0/+1 |
2008-04-09 | Add 'core.ignorecase' option | Linus Torvalds | 1 | -0/+1 |
2008-04-09 | Make hash_name_lookup able to do case-independent lookups | Linus Torvalds | 1 | -2/+2 |
2008-04-09 | Make "index_name_exists()" return the cache_entry it found | Linus Torvalds | 1 | -1/+1 |
2008-04-09 | Move name hashing functions into a file of its own | Linus Torvalds | 1 | -14/+17 |
2008-03-11 | Merge branch 'lt/unpack-trees' | Junio C Hamano | 1 | -5/+6 |
2008-03-11 | Merge branch 'jc/cherry-pick' (early part) | Junio C Hamano | 1 | -0/+3 |
2008-03-09 | Add 'const' where appropriate to index handling functions | Linus Torvalds | 1 | -5/+5 |
2008-03-09 | Add 'df_name_compare()' helper function | Linus Torvalds | 1 | -0/+1 |
2008-03-02 | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 1 | -0/+1 |
2008-02-27 | Merge branch 'js/branch-track' | Junio C Hamano | 1 | -0/+9 |
2008-02-27 | Merge branch 'db/checkout' | Junio C Hamano | 1 | -0/+2 |
2008-02-27 | Merge branch 'jk/help-alias' | Junio C Hamano | 1 | -0/+2 |
2008-02-26 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
2008-02-25 | add generic, type aware object chain walker | Martin Koegler | 1 | -0/+1 |