2014-10-01 |
daemon: remove write-only variable maxfd
|
diff | tree |
2014-10-01 |
daemon: fix error message after bind()
|
diff | tree |
2014-10-01 |
daemon: handle gethostbyname() error
|
diff | tree |
2014-08-18 |
clean: use f(void) instead of f() to declare a pointer...
|
diff | tree |
2014-08-10 |
read-cache: check for leading symlinks when refreshing...
|
diff | tree |
2014-07-21 |
use xmemdupz() to allocate copies of strings given...
|
diff | tree |
2014-07-21 |
use xcalloc() to allocate zero-initialized memory
|
diff | tree |
2014-07-21 |
unix-socket: remove stale socket before calling chdir()
|
diff | tree |
2014-07-18 |
remote-testsvn: use internal argv_array of struct child_proc...
|
diff | tree |
2014-07-18 |
bundle: use internal argv_array of struct child_process...
|
diff | tree |
2014-07-18 |
fast-import: use hashcmp() for SHA1 hash comparison
|
diff | tree |
2014-07-18 |
transport: simplify fetch_objs_via_rsync() using argv_array
|
diff | tree |
2014-07-17 |
run-command: use internal argv_array of struct child_process...
|
diff | tree |
2014-07-17 |
use commit_list_count() to count the members of commit_lists
|
diff | tree |
2014-07-17 |
strbuf: use strbuf_addstr() for adding C strings
|
diff | tree |
2014-07-16 |
annotate: use argv_array
|
diff | tree |
2014-07-10 |
fsck: simplify fsck_commit_buffer() by using commit_list_count()
|
diff | tree |
2014-07-10 |
commit: use commit_list_append() instead of duplicating...
|
diff | tree |
2014-07-10 |
merge: simplify merge_trivial() by using commit_list_append()
|
diff | tree |
2014-07-10 |
use strbuf_addch for adding single characters
|
diff | tree |
2014-07-10 |
use strbuf_addbuf for adding strbufs
|
diff | tree |
2014-07-08 |
line-log: use commit_list_append() instead of duplicating...
|
diff | tree |
2014-07-08 |
diff-tree: call free_commit_list() instead of duplicating...
|
diff | tree |
2014-07-07 |
t5000, t5003: simplify commit
|
diff | tree |
2014-07-01 |
sha1_file: avoid overrunning alternate object base...
|
diff | tree |
2014-06-30 |
sha1_file: replace PATH_MAX buffer with strbuf in prepare_pa...
|
diff | tree |
2014-06-30 |
wt-status: simplify building of summary limit argument
|
diff | tree |
2014-06-30 |
wt-status: use argv_array for environment
|
diff | tree |
2014-06-13 |
blame: simplify prepare_lines()
|
diff | tree |
2014-06-13 |
blame: factor out get_next_line()
|
diff | tree |
2014-06-09 |
Use starts_with() for C strings instead of memcmp()
|
diff | tree |
2014-06-02 |
pack-objects: use free()+xcalloc() instead of xrealloc...
|
diff | tree |
2014-06-02 |
mailinfo: use strcmp() for string comparison
|
diff | tree |
2014-04-01 |
rev-parse: fix typo in example on manpage
|
diff | tree |
2014-03-24 |
pickaxe: simplify kwset loop in contains()
|
diff | tree |
2014-03-24 |
pickaxe: call strlen only when necessary in diffcore_pickaxe...
|
diff | tree |
2014-03-24 |
pickaxe: move pickaxe() after pickaxe_match()
|
diff | tree |
2014-03-24 |
pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_...
|
diff | tree |
2014-03-24 |
pickaxe: honor -i when used with -S and --pickaxe-regex
|
diff | tree |
2014-03-24 |
t4209: use helper functions to test --author
|
diff | tree |
2014-03-24 |
t4209: use helper functions to test --grep
|
diff | tree |
2014-03-24 |
t4209: factor out helper function test_log_icase()
|
diff | tree |
2014-03-24 |
t4209: factor out helper function test_log()
|
diff | tree |
2014-03-24 |
t4209: set up expectations up front
|
diff | tree |
2014-03-11 |
grep: support -h (no header) with --count
|
diff | tree |
2014-03-11 |
t7810: add missing variables to tests in loop
|
diff | tree |
2013-11-27 |
SubmittingPatches: document how to handle multiple...
|
diff | tree |
2013-09-08 |
pull: use $curr_branch_short more
|
diff | tree |
2013-08-05 |
t8001, t8002: fix "blame -L :literal" test on NetBSD
|
diff | tree |
2013-07-18 |
.mailmap: René Scharfe has a new email address
|
diff | tree |
2013-07-07 |
diffcore-pickaxe: simplify has_changes and contains
|
diff | tree |
2013-06-17 |
unpack-trees: don't shift conflicts left and right
|
diff | tree |
2013-06-13 |
use logical OR (||) instead of binary OR (|) in logical...
|
diff | tree |
2013-06-13 |
match-trees: factor out fill_tree_desc_strict
|
diff | tree |
2013-06-10 |
read-cache: free cache in discard_index
|
diff | tree |
2013-06-10 |
read-cache: add simple performance test
|
diff | tree |
2013-06-09 |
submodule: remove redundant check for the_index.initialized
|
diff | tree |
2013-06-02 |
unpack-trees: free cache_entry array members for merges
|
diff | tree |
2013-06-02 |
diff-lib, read-tree, unpack-trees: mark cache_entry...
|
diff | tree |
2013-06-02 |
diff-lib, read-tree, unpack-trees: mark cache_entry...
|
diff | tree |
2013-06-02 |
unpack-trees: create working copy of merge entry in...
|
diff | tree |
2013-06-02 |
unpack-trees: factor out dup_entry
|
diff | tree |
2013-06-02 |
read-cache: mark cache_entry pointers const
|
diff | tree |
2013-06-02 |
cache: mark cache_entry pointers const
|
diff | tree |
2013-05-28 |
commit: don't start editor if empty message is given...
|
diff | tree |
2013-05-20 |
t5000: test long filenames
|
diff | tree |
2013-05-20 |
t5000: simplify tar-tree tests
|
diff | tree |
2013-05-20 |
t5000: use check_tar for prefix test
|
diff | tree |
2013-05-20 |
t5000: factor out check_tar
|
diff | tree |
2013-05-20 |
t5000, t5003: create directories for extracted files...
|
diff | tree |
2013-05-20 |
t5000: integrate export-subst tests into regular tests
|
diff | tree |
2013-05-09 |
t5004: avoid using tar for checking emptiness of archive
|
diff | tree |
2013-05-09 |
t5004: resurrect original empty tar archive test
|
diff | tree |
2013-05-09 |
t5004: avoid using tar for checking emptiness of archive
|
diff | tree |
2013-05-09 |
t5004: ignore pax global header file
|
diff | tree |
2013-04-25 |
pretty: remove intermediate strbufs from pp_user_info()
|
diff | tree |
2013-04-25 |
pretty: simplify output line length calculation in...
|
diff | tree |
2013-04-25 |
pretty: simplify input line length calculation in pp_user_info()
|
diff | tree |
2013-04-17 |
blame: handle broken commit headers gracefully
|
diff | tree |
2013-04-17 |
pretty: handle broken commit headers gracefully
|
diff | tree |
2013-04-12 |
archive: clarify explanation of --worktree-attributes
|
diff | tree |
2013-04-10 |
t5004: fix issue with empty archive test and bsdtar
|
diff | tree |
2013-04-01 |
submodule summary: support --summary-limit=<n>
|
diff | tree |
2013-03-25 |
match-trees: simplify score_trees() using tree_entry()
|
diff | tree |
2013-03-17 |
sha1_name: pass object name length to diagnose_invalid_sha1_...
|
diff | tree |
2013-03-17 |
Makefile: keep LIB_H entries together and sorted
|
diff | tree |
2013-03-17 |
archive-zip: use deflateInit2() to ask for raw compressed...
|
diff | tree |
2013-02-27 |
archive-zip: fix compressed size for stored export...
|
diff | tree |
2013-01-16 |
refs: use strncmp() instead of strlen() and memcmp()
|
diff | tree |
2013-01-14 |
pretty: use prefixcmp instead of memcmp on NUL-terminated...
|
diff | tree |
2013-01-10 |
t0008: avoid brace expansion
|
diff | tree |
2013-01-08 |
t1402: work around shell quoting issue on NetBSD
|
diff | tree |
2013-01-07 |
t5003: check if unzip supports symlinks
|
diff | tree |
2013-01-07 |
t5000, t5003: move ZIP tests into their own script
|
diff | tree |
2013-01-07 |
t0024, t5000: use test_lazy_prereq for UNZIP
|
diff | tree |
2013-01-07 |
t0024, t5000: clear variable UNZIP, use GIT_UNZIP instead
|
diff | tree |
2013-01-06 |
archive-zip: write uncompressed size into header even...
|
diff | tree |
2013-01-06 |
archive-tar: split long paths more carefully
|
diff | tree |
2012-10-18 |
branch: show targets of deleted symrefs, not sha1s
|
diff | tree |
2012-10-18 |
branch: skip commit checks when deleting symref branches
|
diff | tree |