Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dm/compat-s-ifmt-for-zos' | Junio C Hamano | 2014-12-22 | 1 | -7/+0 |
|\ | |||||
| * | compat: convert modes to use portable file type valuesdm/compat-s-ifmt-for-zos | David Michael | 2014-12-04 | 1 | -7/+0 |
* | | Sync with v2.1.4 | Junio C Hamano | 2014-12-17 | 1 | -0/+3 |
|\ \ | |||||
| * \ | Sync with v2.0.5 | Junio C Hamano | 2014-12-17 | 1 | -0/+3 |
| |\ \ | | |/ | |/| | |||||
| | * | Sync with v1.9.5 | Junio C Hamano | 2014-12-17 | 1 | -0/+3 |
| | |\ | |||||
| | | * | Sync with v1.8.5.6 | Junio C Hamano | 2014-12-17 | 1 | -0/+3 |
| | | |\ | |||||
| | | | * | read-cache: optionally disallow NTFS .git variants | Johannes Schindelin | 2014-12-17 | 1 | -0/+1 |
| | | | * | path: add is_ntfs_dotgit() helper | Johannes Schindelin | 2014-12-17 | 1 | -0/+1 |
| | | | * | read-cache: optionally disallow HFS+ .git variants | Jeff King | 2014-12-17 | 1 | -0/+1 |
| * | | | | Merge branch 'ta/config-add-to-empty-or-true-fix' into maint | Junio C Hamano | 2014-09-29 | 1 | -0/+2 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'jk/prune-mtime' | Junio C Hamano | 2014-10-29 | 1 | -1/+45 |
|\ \ \ \ \ \ | |||||
| * | | | | | | sha1_file: add for_each iterators for loose and packed objects | Jeff King | 2014-10-16 | 1 | -0/+11 |
| * | | | | | | prune: factor out loose-object directory traversal | Jeff King | 2014-10-16 | 1 | -0/+33 |
| * | | | | | | foreach_alt_odb: propagate return value from callback | Jeff King | 2014-10-16 | 1 | -1/+1 |
* | | | | | | | refs.c: allow listing and deleting badly named refs | Ronnie Sahlberg | 2014-10-15 | 1 | -2/+15 |
* | | | | | | | branch -d: avoid repeated symref resolution | Jonathan Nieder | 2014-10-15 | 1 | -0/+6 |
* | | | | | | | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 2014-10-15 | 1 | -11/+12 |
* | | | | | | | Merge branch 'mh/lockfile' | Junio C Hamano | 2014-10-14 | 1 | -19/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfile | Michael Haggerty | 2014-10-01 | 1 | -26/+1 |
| * | | | | | | get_locked_file_path(): new function | Michael Haggerty | 2014-10-01 | 1 | -0/+1 |
| * | | | | | | lockfile: rename LOCK_NODEREF to LOCK_NO_DEREF | Michael Haggerty | 2014-10-01 | 1 | -1/+1 |
| * | | | | | | commit_lock_file_to(): refactor a helper out of commit_lock_file() | Michael Haggerty | 2014-10-01 | 1 | -0/+1 |
| * | | | | | | lockfile: change lock_file::filename into a strbuf | Michael Haggerty | 2014-10-01 | 1 | -1/+1 |
| * | | | | | | struct lock_file: declare some fields volatile | Michael Haggerty | 2014-10-01 | 1 | -3/+3 |
| * | | | | | | lockfile: avoid transitory invalid states | Michael Haggerty | 2014-10-01 | 1 | -0/+1 |
| * | | | | | | cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN | Michael Haggerty | 2014-10-01 | 1 | -0/+4 |
| * | | | | | | unable_to_lock_die(): rename function from unable_to_lock_index_die() | Michael Haggerty | 2014-10-01 | 1 | -1/+1 |
* | | | | | | | Merge branch 'sp/stream-clean-filter' | Junio C Hamano | 2014-10-08 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | config.c: add git_env_ulong() to parse environment variable | Steffen Prohaska | 2014-08-28 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'rs/realloc-array' | Junio C Hamano | 2014-09-26 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-array | René Scharfe | 2014-09-18 | 1 | -1/+1 |
* | | | | | | | Merge branch 'jk/write-packed-refs-via-stdio' | Junio C Hamano | 2014-09-26 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | refs: write packed_refs file using stdiojk/write-packed-refs-via-stdio | Jeff King | 2014-09-10 | 1 | -0/+2 |
* | | | | | | | | Merge branch 'ta/config-add-to-empty-or-true-fix' | Junio C Hamano | 2014-09-19 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | config: avoid a funny sentinel value "a^"ta/config-add-to-empty-or-true-fix | Jeff King | 2014-09-11 | 1 | -0/+2 |
| | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | alloc: factor out commit index | Jeff King | 2014-07-28 | 1 | -0/+1 |
* | | | | | | | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 2014-09-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | date: use strbufs in date-formatting functions | Jeff King | 2014-08-27 | 1 | -2/+2 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'bb/date-iso-strict' | Junio C Hamano | 2014-09-19 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | pretty: provide a strict ISO 8601 date formatbb/date-iso-strict | Beat Bolli | 2014-08-29 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ta/config-set-1' | Junio C Hamano | 2014-09-11 | 1 | -1/+33 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | rewrite git_config() to use the config-set API | Tanay Abhra | 2014-08-07 | 1 | -0/+24 |
| * | | | | | config: add `git_die_config()` to the config-set API | Tanay Abhra | 2014-08-07 | 1 | -0/+3 |
| * | | | | | change `git_config()` return value to void | Tanay Abhra | 2014-08-07 | 1 | -1/+1 |
| * | | | | | add line number and file name info to `config_set` | Tanay Abhra | 2014-08-07 | 1 | -0/+5 |
* | | | | | | Merge branch 'ta/config-set' | Junio C Hamano | 2014-09-02 | 1 | -0/+32 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | add `config_set` API for caching config-like files | Tanay Abhra | 2014-07-29 | 1 | -0/+32 |
| |/ / / / | |||||
* | | | | | Merge branch 'mm/config-edit-global' | Junio C Hamano | 2014-09-02 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | config --global --edit: create a template file if needed | Matthieu Moy | 2014-07-25 | 1 | -0/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jc/reopen-lock-file' | Junio C Hamano | 2014-09-02 | 1 | -0/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | |