2018-09-28 |
t1400: drop debug `echo` to actually execute `test`
|
diff | tree |
2018-09-27 |
Doc: refer to the "commit-graph file" with dash
|
diff | tree |
2018-09-27 |
git-commit-graph.txt: refer to "*commit*-graph file"
|
diff | tree |
2018-09-27 |
git-commit-graph.txt: typeset more in monospace
|
diff | tree |
2018-09-27 |
git-commit-graph.txt: fix bullet lists
|
diff | tree |
2018-06-11 |
refspec: initalize `refspec_item` in `valid_fetch_refspec()`
|
diff | tree |
2018-05-22 |
unpack_trees_options: free messages when done
|
diff | tree |
2018-05-21 |
regex: do not call `regfree()` if compilation fails
|
diff | tree |
2018-05-21 |
config: let `config_store_data_clear()` handle `key`
|
diff | tree |
2018-05-21 |
config: let `config_store_data_clear()` handle `value_regex`
|
diff | tree |
2018-05-21 |
config: free resources of `struct config_store_data`
|
diff | tree |
2018-05-20 |
merge: setup `opts` later in `checkout_fast_forward()`
|
diff | tree |
2018-05-13 |
refs: handle zero oid for pseudorefs
|
diff | tree |
2018-05-13 |
t1400: add tests around adding/deleting pseudorefs
|
diff | tree |
2018-05-13 |
refs.c: refer to "object ID", not "sha1", in error...
|
diff | tree |
2018-05-10 |
lock_file: move static locks into functions
|
diff | tree |
2018-05-10 |
lock_file: make function-local locks non-static
|
diff | tree |
2018-05-10 |
refs.c: do not die if locking fails in `delete_pseudoref()`
|
diff | tree |
2018-05-10 |
refs.c: do not die if locking fails in `write_pseudoref()`
|
diff | tree |
2018-05-10 |
t/helper/test-write-cache: clean up lock-handling
|
diff | tree |
2018-04-24 |
walker: drop fields of `struct walker` which are always 1
|
diff | tree |
2018-04-24 |
http-fetch: make `-a` standard behaviour
|
diff | tree |
2018-04-21 |
fast-export: fix regression skipping some merge-commits
|
diff | tree |
2018-04-18 |
git-submodule.txt: quote usage in monospace, drop backslash
|
diff | tree |
2018-04-18 |
git-[short]log.txt: unify quoted standalone --
|
diff | tree |
2018-04-18 |
doc: convert [\--] to [--]
|
diff | tree |
2018-04-18 |
doc: convert \--option to --option
|
diff | tree |
2018-03-15 |
shortlog: disallow left-over arguments outside repo
|
diff | tree |
2018-03-13 |
shortlog: add usage-string for stdin-reading
|
diff | tree |
2018-03-13 |
git-shortlog.txt: reorder usages
|
diff | tree |
2018-03-01 |
write_locked_index(): add flag to avoid writing unchanged...
|
diff | tree |
2018-02-28 |
sequencer: do not roll back lockfile unnecessarily
|
diff | tree |
2018-02-28 |
merge: always roll back lock in `checkout_fast_forward()`
|
diff | tree |
2018-02-28 |
merge-recursive: always roll back lock in `merge_recursive_g...
|
diff | tree |
2018-02-27 |
sequencer: always roll back lock in `do_recursive_merge()`
|
diff | tree |
2018-02-27 |
sequencer: make lockfiles non-static
|
diff | tree |
2018-02-21 |
config: change default of `pager.config` to "on"
|
diff | tree |
2018-02-21 |
config: respect `pager.config` in list/get-mode only
|
diff | tree |
2018-02-21 |
t7006: add tests for how git config paginates
|
diff | tree |
2017-11-20 |
branch: change default of `pager.branch` to "on"
|
diff | tree |
2017-11-20 |
branch: respect `pager.branch` in list-mode only
|
diff | tree |
2017-11-20 |
t7006: add tests for how git branch paginates
|
diff | tree |
2017-11-08 |
reduce_heads: fix memory leaks
|
diff | tree |
2017-11-08 |
builtin/merge-base: free commit lists
|
diff | tree |
2017-11-06 |
bisect: fix memory leak when returning best element
|
diff | tree |
2017-11-06 |
bisect: fix off-by-one error in `best_bisection_sorted()`
|
diff | tree |
2017-11-06 |
bisect: fix memory leak in `find_bisection()`
|
diff | tree |
2017-11-06 |
bisect: change calling-convention of `find_bisection()`
|
diff | tree |
2017-11-02 |
grep: take the read-lock when adding a submodule
|
diff | tree |
2017-10-07 |
read_cache: roll back lock in `update_index_if_able()`
|
diff | tree |
2017-10-07 |
read-cache: leave lock in right state in `write_locked_index()`
|
diff | tree |
2017-10-07 |
read-cache: drop explicit `CLOSE_LOCK`-flag
|
diff | tree |
2017-10-06 |
cache.h: document `write_locked_index()`
|
diff | tree |
2017-10-06 |
apply: remove `newfd` from `struct apply_state`
|
diff | tree |
2017-10-06 |
apply: move lockfile into `apply_state`
|
diff | tree |
2017-10-06 |
cache-tree: simplify locking logic
|
diff | tree |
2017-10-06 |
checkout-index: simplify locking logic
|
diff | tree |
2017-10-06 |
tempfile: fix documentation on `delete_tempfile()`
|
diff | tree |
2017-10-06 |
lockfile: fix documentation on `close_lock_file_gently()`
|
diff | tree |
2017-10-06 |
treewide: prefer lockfiles on the stack
|
diff | tree |
2017-10-06 |
sha1_file: do not leak `lock_file`
|
diff | tree |
2017-10-02 |
builtin/: add UNLEAKs
|
diff | tree |
2017-09-24 |
pack-bitmap[-write]: use `object_array_clear()`, don...
|
diff | tree |
2017-09-24 |
object_array: add and use `object_array_pop()`
|
diff | tree |
2017-09-24 |
object_array: use `object_array_clear()`, not `free()`
|
diff | tree |
2017-09-24 |
leak_pending: use `object_array_clear()`, not `free()`
|
diff | tree |
2017-09-24 |
commit: fix memory leak in `reduce_heads()`
|
diff | tree |
2017-09-24 |
builtin/commit: fix memory leak in `prepare_index()`
|
diff | tree |
2017-09-10 |
refs/files-backend: add `refname`, not "HEAD", to list
|
diff | tree |
2017-09-10 |
refs/files-backend: correct return value in lock_ref_for_update
|
diff | tree |
2017-09-10 |
refs/files-backend: fix memory leak in lock_ref_for_update
|
diff | tree |
2017-09-10 |
refs/files-backend: add longer-scoped copy of string...
|
diff | tree |
2017-09-07 |
config: remove git_config_maybe_bool
|
diff | tree |
2017-09-06 |
pkt-line: re-'static'-ify buffer in packet_write_fmt_1()
|
diff | tree |
2017-08-23 |
treewide: correct several "up-to-date" to "up to date"
|
diff | tree |
2017-08-23 |
Documentation/user-manual: update outdated example...
|
diff | tree |
2017-08-23 |
ThreadSanitizer: add suppressions
|
diff | tree |
2017-08-23 |
strbuf_setlen: don't write to strbuf_slopbuf
|
diff | tree |
2017-08-23 |
pack-objects: take lock before accessing `remaining`
|
diff | tree |
2017-08-23 |
convert: always initialize attr_action in convert_attrs
|
diff | tree |
2017-08-20 |
doc/interpret-trailers: fix "the this" typo
|
diff | tree |
2017-08-07 |
parse_decoration_style: drop unused argument `var`
|
diff | tree |
2017-08-07 |
treewide: deprecate git_config_maybe_bool, use git_parse_may...
|
diff | tree |
2017-08-07 |
config: make git_{config,parse}_maybe_bool equivalent
|
diff | tree |
2017-08-07 |
config: introduce git_parse_maybe_bool_text
|
diff | tree |
2017-08-07 |
t5334: document that git push --signed=1 does not work
|
diff | tree |
2017-08-07 |
Doc/git-{push,send-pack}: correct --sign= to --signed=
|
diff | tree |
2017-08-03 |
git.c: ignore pager.* when launching builtin as dashed...
|
diff | tree |
2017-08-03 |
tag: change default of `pager.tag` to "on"
|
diff | tree |
2017-08-03 |
tag: respect `pager.tag` in list-mode only
|
diff | tree |
2017-08-03 |
t7006: add tests for how git tag paginates
|
diff | tree |
2017-08-03 |
git.c: provide setup_auto_pager()
|
diff | tree |
2017-08-03 |
git.c: let builtins opt for handling `pager.foo` themselves
|
diff | tree |
2017-08-03 |
builtin.h: take over documentation from api-builtin.txt
|
diff | tree |