Age | Commit message (Expand) | Author | Files | Lines |
2017-04-16 | get_loose_ref_dir(): function renamed from get_loose_refs() | Michael Haggerty | 1 | -3/+3 |
2017-04-16 | do_for_each_entry_in_dir(): eliminate `offset` argument | Michael Haggerty | 3 | -11/+10 |
2017-04-16 | refs: handle "refs/bisect/" in `loose_fill_ref_dir()` | Michael Haggerty | 2 | -16/+15 |
2017-04-16 | ref-cache: use a callback function to fill the cache | Michael Haggerty | 3 | -13/+38 |
2017-04-16 | refs: record the ref_store in ref_cache, not ref_dir | Michael Haggerty | 3 | -11/+16 |
2017-04-16 | ref-cache: introduce a new type, ref_cache | Michael Haggerty | 3 | -13/+46 |
2017-04-16 | refs: split `ref_cache` code into separate files | Michael Haggerty | 4 | -733/+767 |
2017-04-16 | ref-cache: rename `remove_entry()` to `remove_entry_from_dir()` | Michael Haggerty | 1 | -2/+2 |
2017-04-16 | ref-cache: rename `find_ref()` to `find_ref_entry()` | Michael Haggerty | 1 | -3/+3 |
2017-04-16 | ref-cache: rename `add_ref()` to `add_ref_entry()` | Michael Haggerty | 1 | -4/+4 |
2017-04-16 | refs_verify_refname_available(): use function in more places | Michael Haggerty | 1 | -160/+11 |
2017-04-16 | refs_verify_refname_available(): implement once for all backends | Michael Haggerty | 4 | -41/+92 |
2017-04-16 | sha1_file: remove an used fd variable | Sebastian Schuberth | 1 | -3/+0 |
2017-04-16 | am: close stream on error, but not stdin | René Scharfe | 1 | -2/+6 |
2017-04-16 | builtin/am: fold am_signoff() into am_append_signoff() | Giuseppe Bilotta | 1 | -18/+15 |
2017-04-16 | builtin/am: honor --signoff also when --rebasing | Giuseppe Bilotta | 1 | -3/+3 |
2017-04-16 | git-p4: don't use name-rev to get current branch | Luke Diamand | 2 | -7/+2 |
2017-04-16 | git-p4: add read_pipe_text() internal function | Luke Diamand | 1 | -3/+28 |
2017-04-16 | git-p4: add failing test for name-rev rather than symbolic-ref | Luke Diamand | 1 | -0/+16 |
2017-04-16 | submodule: prevent backslash expantion in submodule names | Brandon Williams | 2 | -7/+21 |
2017-04-16 | test-read-cache: setup git dir | René Scharfe | 1 | -0/+1 |
2017-04-16 | refs: reject ref updates while GIT_QUARANTINE_PATH is set | Jeff King | 3 | -1/+19 |
2017-04-16 | receive-pack: document user-visible quarantine effects | Jeff King | 2 | -0/+31 |
2017-04-16 | receive-pack: drop tmp_objdir_env from run_update_hook | Jeff King | 1 | -1/+0 |
2017-04-16 | t6500: wait for detached auto gc at the end of the test script | SZEDER Gábor | 1 | -1/+17 |
2017-04-16 | pathspec: fix segfault in clear_pathspec | Brandon Williams | 1 | -1/+1 |
2017-04-16 | grep: plug a trivial memory leak | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2017-04-16 | connect.c: handle errors from split_cmdline | Jeff King | 2 | -1/+7 |
2017-04-16 | travis-ci: add static analysis build job to run coccicheck | Lars Schneider | 1 | -0/+12 |
2017-04-15 | unpack-trees: avoid duplicate ODB lookups during checkout | Jeff Hostetler | 1 | -5/+33 |
2017-04-15 | read-cache: add strcmp_offset function | Jeff Hostetler | 6 | -0/+66 |
2017-04-15 | string-list: use ALLOC_GROW macro when reallocing string_list | Jeff Hostetler | 2 | -4/+50 |
2017-04-15 | read-cache: force_verify_index_checksum | Jeff Hostetler | 4 | -0/+23 |
2017-04-14 | pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefix | Patrick Steinhardt | 2 | -1/+23 |
2017-04-14 | config: resolve symlinks in conditional include's patterns | Nguyễn Thái Ngọc Duy | 2 | -3/+57 |
2017-04-14 | path.c: and an option to call real_path() in expand_user_path() | Nguyễn Thái Ngọc Duy | 7 | -12/+17 |
2017-04-14 | t2027: avoid using pipes | Prathamesh Chavan | 1 | -14/+21 |
2017-04-14 | refs_ref_iterator_begin(): new function | Michael Haggerty | 2 | -2/+24 |
2017-04-14 | refs_read_raw_ref(): new function | Michael Haggerty | 2 | -2/+13 |
2017-04-14 | get_ref_dir(): don't call read_loose_refs() for "refs/bisect" | Michael Haggerty | 1 | -2/+0 |
2017-04-14 | refs.h: add a note about sorting order of for_each_ref_* | Nguyễn Thái Ngọc Duy | 3 | -2/+14 |
2017-04-14 | t1406: new tests for submodule ref store | Nguyễn Thái Ngọc Duy | 1 | -0/+95 |
2017-04-14 | t1405: some basic tests on main ref store | Nguyễn Thái Ngọc Duy | 1 | -0/+123 |
2017-04-14 | t/helper: add test-ref-store to test ref-store functions | Nguyễn Thái Ngọc Duy | 3 | -0/+279 |
2017-04-14 | refs: delete pack_refs() in favor of refs_pack_refs() | Nguyễn Thái Ngọc Duy | 3 | -7/+1 |
2017-04-14 | files-backend: avoid ref api targeting main ref store | Nguyễn Thái Ngọc Duy | 1 | -35/+49 |
2017-04-14 | refs: new transaction related ref-store api | Nguyễn Thái Ngọc Duy | 3 | -12/+53 |
2017-04-14 | refs: add new ref-store api | Nguyễn Thái Ngọc Duy | 4 | -99/+270 |
2017-04-14 | refs: rename get_ref_store() to get_submodule_ref_store() and make it public | Nguyễn Thái Ngọc Duy | 3 | -16/+19 |
2017-04-14 | files-backend: replace submodule_allowed check in files_downcast() | Nguyễn Thái Ngọc Duy | 3 | -37/+73 |