Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'kb/name-hash' | Junio C Hamano | 2013-04-01 |
|\ | |||
| * | name-hash.c: fix endless loop with core.ignorecase=true | Karsten Blees | 2013-02-27 |
* | | Merge branch 'jk/pkt-line-cleanup' | Junio C Hamano | 2013-04-01 |
|\ \ | |||
| * | | teach get_remote_heads to read from a memory buffer | Jeff King | 2013-02-24 |
* | | | Merge branch 'rs/archive-zip-raw-compression' | Junio C Hamano | 2013-03-27 |
|\ \ \ | |||
| * | | | archive-zip: use deflateInit2() to ask for raw compressed data | René Scharfe | 2013-03-16 |
* | | | | Merge branch 'jk/alias-in-bare' | Junio C Hamano | 2013-03-25 |
|\ \ \ \ | |||
| * | | | | setup: suppress implicit "." work-tree for bare repos | Jeff King | 2013-03-08 |
| * | | | | environment: add GIT_PREFIX to local_repo_env | Jeff King | 2013-03-08 |
| * | | | | cache.h: drop LOCAL_REPO_ENV_SIZE | Jeff King | 2013-03-08 |
| * | | | | Merge branch 'mh/ceiling' into maint | Junio C Hamano | 2013-01-28 |
| |\ \ \ \ | |||
* | \ \ \ \ | Merge branch 'nd/count-garbage' | Junio C Hamano | 2013-03-21 |
|\ \ \ \ \ \ | |||
| * | | | | | | count-objects: report garbage files in pack directory too | Nguyễn Thái Ngọc Duy | 2013-02-15 |
| | |_|_|/ / | |/| | | | | |||
* | | | | | | Merge branch 'jc/fetch-raw-sha1' | Junio C Hamano | 2013-03-21 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||
| * | | | | | fetch: use struct ref to represent refs to be fetched | Junio C Hamano | 2013-02-07 |
| | |_|/ / | |/| | | | |||
* | | | | | Merge branch 'jc/push-reject-reasons' | Junio C Hamano | 2013-02-04 |
|\ \ \ \ \ | |||
| * | | | | | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 2013-01-24 |
| * | | | | | push: further clean up fields of "struct ref" | Junio C Hamano | 2013-01-24 |
* | | | | | | Merge branch 'jk/config-parsing-cleanup' | Junio C Hamano | 2013-02-04 |
|\ \ \ \ \ \ | |||
| * | | | | | | config: add helper function for parsing key names | Jeff King | 2013-01-23 |
| | |/ / / / | |/| | | | | |||
* | | | | | | Merge branch 'jc/custom-comment-char' | Junio C Hamano | 2013-02-04 |
|\ \ \ \ \ \ | |||
| * | | | | | | Allow custom "comment char" | Junio C Hamano | 2013-01-16 |
| |/ / / / / | |||
* | | | | | | Merge branch 'rr/minimal-stat' | Junio C Hamano | 2013-01-30 |
|\ \ \ \ \ \ | |||
| * | | | | | | Enable minimal stat checking | Robin Rosenberg | 2013-01-22 |
| |/ / / / / | |||
* | | | | | | Merge branch 'jk/suppress-clang-warning' | Junio C Hamano | 2013-01-23 |
|\ \ \ \ \ \ | |||
| * | | | | | | fix clang -Wunused-value warnings for error functions | Max Horn | 2013-01-16 |
* | | | | | | | Merge branch 'cr/push-force-tag-update' | Junio C Hamano | 2013-01-23 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | | | |||
| * | | | | | push: fix "refs/tags/ hierarchy cannot be updated without --force" | Junio C Hamano | 2013-01-16 |
* | | | | | | Merge branch 'jk/pathspec-literal' | Junio C Hamano | 2013-01-05 |
|\ \ \ \ \ \ | |||
| * | | | | | | add global --literal-pathspecs option | Jeff King | 2012-12-19 |
| | |_|/ / / | |/| | | | | |||
* | | | | | | Merge branch 'jk/error-const-return' | Junio C Hamano | 2013-01-05 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | silence some -Wuninitialized false positives | Jeff King | 2012-12-15 |
| |/ / / / | |||
* | | | | | Merge branch 'jk/mailmap-from-blob' | Junio C Hamano | 2013-01-05 |
|\ \ \ \ \ | |||
| * | | | | | mailmap: support reading mailmap from blobs | Jeff King | 2012-12-12 |
| |/ / / / | |||
* | | | | | Merge branch 'cr/push-force-tag-update' | Junio C Hamano | 2013-01-05 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | push: require force for refs under refs/tags/ | Chris Rorvick | 2012-12-02 |
| * | | | | push: flag updates that require force | Chris Rorvick | 2012-12-02 |
| * | | | | push: keep track of "update" state separately | Chris Rorvick | 2012-12-02 |
| * | | | | push: add advice for rejected tag reference | Chris Rorvick | 2012-12-02 |
* | | | | | Merge branch 'nd/pathspec-wildcard' | Junio C Hamano | 2013-01-05 |
|\ \ \ \ \ | |||
| * | | | | | pathspec: apply "*.c" optimization from exclude | Nguyễn Thái Ngọc Duy | 2012-11-26 |
| * | | | | | pathspec: save the non-wildcard length part | Nguyễn Thái Ngọc Duy | 2012-11-19 |
| |/ / / / | |||
* | | | | | Merge branch 'mh/ceiling' | Junio C Hamano | 2013-01-02 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | |||
| * | | | longest_ancestor_length(): take a string_list argument for prefixes | Michael Haggerty | 2012-10-29 |
| * | | | Introduce new function real_path_if_valid() | Michael Haggerty | 2012-10-29 |
| | |/ | |/| | |||
* | | | ident: keep separate "explicit" flags for author and committer | Jeff King | 2012-11-15 |
* | | | ident: make user_ident_explicitly_given static | Jeff King | 2012-11-15 |
| |/ |/| | |||
* | | Move setup_diff_pager to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 |
* | | Move try_merge_command and checkout_fast_forward to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 |
|/ | |||
* | ident.c: mark private file-scope symbols as static | Junio C Hamano | 2012-09-15 |