Age | Commit message (Expand) | Author | Files | Lines |
2012-04-15 | Merge branch 'jc/commit-hook-authorship' | Junio C Hamano | 1 | -0/+16 |
2012-04-05 | run-command: treat inaccessible directories as ENOENT | Jeff King | 1 | -0/+2 |
2012-04-04 | read-cache.c: write prefix-compressed names in the index | Junio C Hamano | 1 | -0/+4 |
2012-04-03 | cache.h: hide on-disk index details | Junio C Hamano | 1 | -48/+0 |
2012-03-26 | clean up struct ref's nonfastforward field | Jeff King | 1 | -4/+1 |
2012-03-23 | make is_empty_blob_sha1 available everywhere | Jeff King | 1 | -0/+13 |
2012-03-19 | push: Provide situational hints for non-fast-forward errors | Christopher Tiwald | 1 | -2/+6 |
2012-03-11 | ident.c: add split_ident_line() to parse formatted ident line | Junio C Hamano | 1 | -0/+16 |
2012-03-06 | Merge branch 'jh/threadable-symlink-check' | Junio C Hamano | 1 | -0/+2 |
2012-03-02 | Add threaded versions of functions in symlinks.c. | Jared Hance | 1 | -0/+2 |
2012-02-23 | Merge branch 'jk/config-include' | Junio C Hamano | 1 | -1/+10 |
2012-02-21 | Merge branch 'jk/git-dir-lookup' into maint | Junio C Hamano | 1 | -0/+1 |
2012-02-21 | Merge branch 'zj/term-columns' into maint | Junio C Hamano | 1 | -0/+1 |
2012-02-20 | Merge branch 'zj/decimal-width' | Junio C Hamano | 1 | -0/+1 |
2012-02-20 | Merge branch 'zj/term-columns' | Junio C Hamano | 1 | -0/+1 |
2012-02-17 | config: add include directive | Jeff King | 1 | -1/+10 |
2012-02-17 | config: eliminate config_exclusive_filename | Jeff King | 1 | -2/+0 |
2012-02-17 | config: provide a version of git_config with more options | Jeff King | 1 | -0/+1 |
2012-02-17 | config: teach git_config_rename_section a file argument | Jeff King | 1 | -0/+1 |
2012-02-14 | make lineno_width() from blame reusable for others | Zbigniew Jędrzejewski-Szmek | 1 | -0/+1 |
2012-02-14 | Merge branch 'jk/git-dir-lookup' | Junio C Hamano | 1 | -0/+1 |
2012-02-13 | pager: find out the terminal width before spawning the pager | Zbigniew Jędrzejewski-Szmek | 1 | -0/+1 |
2012-02-02 | standardize and improve lookup rules for external local repos | Jeff King | 1 | -0/+1 |
2012-01-08 | server_supports(): parse feature list more carefully | Junio C Hamano | 1 | -0/+1 |
2011-12-22 | Merge branch 'jk/git-prompt' | Junio C Hamano | 1 | -1/+0 |
2011-12-20 | Merge branch 'mh/ref-api' | Junio C Hamano | 1 | -2/+2 |
2011-12-19 | Merge branch 'jk/fetch-no-tail-match-refs' | Junio C Hamano | 1 | -2/+1 |
2011-12-19 | Merge branch 'nd/resolve-ref' | Junio C Hamano | 1 | -1/+2 |
2011-12-16 | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 1 | -0/+2 |
2011-12-13 | connect.c: drop path_match function | Jeff King | 1 | -1/+0 |
2011-12-13 | drop "match" parameter from get_remote_heads | Jeff King | 1 | -1/+1 |
2011-12-13 | Rename resolve_ref() to resolve_ref_unsafe() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-12-13 | Convert resolve_ref+xstrdup to new resolve_refdup function | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2011-12-12 | move git_getpass to its own source file | Jeff King | 1 | -1/+0 |
2011-12-12 | refs: rename "refname" variables | Michael Haggerty | 1 | -3/+3 |
2011-12-09 | Merge branch 'nd/resolve-ref' | Junio C Hamano | 1 | -0/+2 |
2011-12-09 | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 1 | -1/+1 |
2011-12-01 | bulk-checkin: replace fast-import based implementation | Junio C Hamano | 1 | -0/+2 |
2011-11-13 | Convert many resolve_ref() calls to read_ref*() and ref_exists() | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2011-11-07 | refs DWIMmery: use the same rule for both "git fetch" and others | Junio C Hamano | 1 | -1/+1 |
2011-10-26 | cache.h: put single NUL at end of struct cache_entry | René Scharfe | 1 | -1/+1 |
2011-10-26 | read-cache.c: allocate index entries individually | René Scharfe | 1 | -1/+0 |
2011-10-21 | Merge branch 'jk/maint-pack-objects-compete-with-delete' | Junio C Hamano | 1 | -0/+1 |
2011-10-21 | Merge branch 'ph/transport-with-gitfile' | Junio C Hamano | 1 | -1/+1 |
2011-10-17 | Merge branch 'bc/attr-ignore-case' | Junio C Hamano | 1 | -0/+1 |
2011-10-17 | Merge branch 'jk/name-hash-dirent' | Junio C Hamano | 1 | -0/+1 |
2011-10-14 | pack-objects: protect against disappearing packs | Jeff King | 1 | -0/+1 |
2011-10-10 | Merge branch 'mh/check-ref-format-3' | Junio C Hamano | 1 | -1/+42 |
2011-10-10 | Merge branch 'cb/common-prefix-unification' | Junio C Hamano | 1 | -1/+0 |
2011-10-10 | Merge branch 'fg/submodule-git-file-git-dir' | Junio C Hamano | 1 | -0/+1 |