Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | Documentation: Update 'linux-2.6.git' -> 'linux.git' | W. Trevor King | 2013-06-22 | |
| * | | | | | | | Documentation: Update the NFS remote examples to use the staging repo | W. Trevor King | 2013-06-22 | |
| * | | | | | | | doc/clone: Pick more compelling paths for the --reference example | W. Trevor King | 2013-06-22 | |
| * | | | | | | | doc/clone: Remove the '--bare -l -s' example | W. Trevor King | 2013-06-22 | |
| | |_|_|_|/ / | |/| | | | | | ||||
* | | | | | | | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 2013-07-01 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | t6003: add --author-date-order test | Junio C Hamano | 2013-06-21 | |
| * | | | | | | | topology tests: teach a helper to set author dates as well | Junio C Hamano | 2013-06-21 | |
| * | | | | | | | t6003: add --date-order test | Junio C Hamano | 2013-06-21 | |
| * | | | | | | | topology tests: teach a helper to take abbreviated timestamps | Junio C Hamano | 2013-06-21 | |
| * | | | | | | | t/lib-t6000: style fixes | Junio C Hamano | 2013-06-21 | |
| * | | | | | | | log: --author-date-order | Junio C Hamano | 2013-06-11 | |
| * | | | | | | | sort-in-topological-order: use prio-queue | Junio C Hamano | 2013-06-11 | |
| * | | | | | | | prio-queue: priority queue of pointers to structs | Junio C Hamano | 2013-06-11 | |
| * | | | | | | | toposort: rename "lifo" field | Junio C Hamano | 2013-06-11 | |
* | | | | | | | | Merge branch 'jk/commit-info-slab' | Junio C Hamano | 2013-07-01 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||
| * | | | | | | | commit-slab: introduce a macro to define a slab for new type | Junio C Hamano | 2013-06-07 | |
| * | | | | | | | commit-slab: avoid large realloc | Junio C Hamano | 2013-04-13 | |
| * | | | | | | | commit: allow associating auxiliary info on-demand | Jeff King | 2013-04-13 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-06-30 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| * | | | | | | | Start preparing for 1.8.3.3 | Junio C Hamano | 2013-06-30 | |
| * | | | | | | | Merge branch 'fc/macos-x-clipped-write' into maint | Junio C Hamano | 2013-06-30 | |
| |\ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ | Merge branch 'da/darwin' into maint | Junio C Hamano | 2013-06-30 | |
| |\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | check-ignore doc: fix broken link to ls-files page | Ramkumar Ramachandra | 2013-06-30 | |
| * | | | | | | | | | test: spell 'ls-files --delete' option correctly in test descriptions | SZEDER Gábor | 2013-06-30 | |
* | | | | | | | | | | Update draft release notes to 1.8.4 | Junio C Hamano | 2013-06-30 | |
* | | | | | | | | | | Merge branch 'mh/ref-races' | Junio C Hamano | 2013-06-30 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | for_each_ref: load all loose refs before packed refs | Jeff King | 2013-06-20 | |
| * | | | | | | | | | | get_packed_ref_cache: reload packed-refs file when it changes | Jeff King | 2013-06-20 | |
| * | | | | | | | | | | add a stat_validity struct | Michael Haggerty | 2013-06-20 | |
| * | | | | | | | | | | Extract a struct stat_data from cache_entry | Michael Haggerty | 2013-06-20 | |
| * | | | | | | | | | | packed_ref_cache: increment refcount when locked | Michael Haggerty | 2013-06-20 | |
| * | | | | | | | | | | do_for_each_entry(): increment the packed refs cache refcount | Michael Haggerty | 2013-06-20 | |
| * | | | | | | | | | | refs: manage lifetime of packed refs cache via reference counting | Michael Haggerty | 2013-06-20 | |
| * | | | | | | | | | | refs: implement simple transactions for the packed-refs file | Michael Haggerty | 2013-06-20 | |
| * | | | | | | | | | | refs: wrap the packed refs cache in a level of indirection | Michael Haggerty | 2013-06-20 | |
| * | | | | | | | | | | pack_refs(): split creation of packed refs and entry writing | Michael Haggerty | 2013-06-20 | |
| * | | | | | | | | | | repack_without_ref(): split list curation and entry writing | Michael Haggerty | 2013-06-20 | |
* | | | | | | | | | | | Merge branch 'ap/diff-ignore-blank-lines' | Junio C Hamano | 2013-06-30 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | diff: add --ignore-blank-lines option | Antoine Pelisse | 2013-06-19 | |
* | | | | | | | | | | | | Merge branch 'mh/loose-refs-race-with-pack-ref' | Junio C Hamano | 2013-06-30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | resolve_ref_unsafe(): close race condition reading loose refs | Michael Haggerty | 2013-06-19 | |
| * | | | | | | | | | | | | resolve_ref_unsafe(): handle the case of an SHA-1 within loop | Michael Haggerty | 2013-06-19 | |
| * | | | | | | | | | | | | resolve_ref_unsafe(): extract function handle_missing_loose_ref() | Michael Haggerty | 2013-06-19 | |
* | | | | | | | | | | | | | Merge branch 'nk/name-rev-abbreviated-refs' | Junio C Hamano | 2013-06-30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | name-rev: allow to specify a subpath for --refs option | Namhyung Kim | 2013-06-18 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'jk/submodule-subdirectory-ok' | Junio C Hamano | 2013-06-30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | submodule: drop the top-level requirement | John Keeping | 2013-06-17 | |
| * | | | | | | | | | | | | | rev-parse: add --prefix option | John Keeping | 2013-06-17 | |
| * | | | | | | | | | | | | | submodule: show full path in error message | John Keeping | 2013-06-17 | |
| * | | | | | | | | | | | | | t7403: add missing && chaining | John Keeping | 2013-06-17 |