2014-07-18 |
René Scharfe | transport: simplify fetch_objs_via_rsync() using argv_array
|
commit | commitdiff | tree |
2014-07-17 |
René Scharfe | run-command: use internal argv_array of struct child_process...
|
commit | commitdiff | tree |
2014-07-17 |
René Scharfe | use commit_list_count() to count the members of commit_lists
|
commit | commitdiff | tree |
2014-07-17 |
René Scharfe | strbuf: use strbuf_addstr() for adding C strings
|
commit | commitdiff | tree |
2014-07-10 |
René Scharfe | fsck: simplify fsck_commit_buffer() by using commit_list_count()
|
commit | commitdiff | tree |
2014-07-10 |
René Scharfe | commit: use commit_list_append() instead of duplicating...
|
commit | commitdiff | tree |
2014-07-10 |
René Scharfe | merge: simplify merge_trivial() by using commit_list_append()
|
commit | commitdiff | tree |
2014-07-10 |
René Scharfe | use strbuf_addch for adding single characters
|
commit | commitdiff | tree |
2014-07-10 |
René Scharfe | use strbuf_addbuf for adding strbufs
|
commit | commitdiff | tree |
2014-07-08 |
René Scharfe | line-log: use commit_list_append() instead of duplicating...
|
commit | commitdiff | tree |
2014-07-08 |
René Scharfe | diff-tree: call free_commit_list() instead of duplicating...
|
commit | commitdiff | tree |
2014-06-13 |
René Scharfe | blame: simplify prepare_lines()
|
commit | commitdiff | tree |
2014-06-13 |
René Scharfe | blame: factor out get_next_line()
|
commit | commitdiff | tree |
2014-06-09 |
René Scharfe | Use starts_with() for C strings instead of memcmp()
|
commit | commitdiff | tree |
2014-06-02 |
René Scharfe | pack-objects: use free()+xcalloc() instead of xrealloc...
|
commit | commitdiff | tree |
2014-06-02 |
René Scharfe | mailinfo: use strcmp() for string comparison
|
commit | commitdiff | tree |
2014-04-01 |
René Scharfe | rev-parse: fix typo in example on manpage
|
commit | commitdiff | tree |
2014-03-24 |
René Scharfe | pickaxe: simplify kwset loop in contains()
|
commit | commitdiff | tree |
2014-03-24 |
René Scharfe | pickaxe: call strlen only when necessary in diffcore_pickaxe...
|
commit | commitdiff | tree |
2014-03-24 |
René Scharfe | pickaxe: move pickaxe() after pickaxe_match()
|
commit | commitdiff | tree |
2014-03-24 |
René Scharfe | pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_...
|
commit | commitdiff | tree |
2014-03-24 |
René Scharfe | pickaxe: honor -i when used with -S and --pickaxe-regex
|
commit | commitdiff | tree |
2014-03-24 |
René Scharfe | t4209: use helper functions to test --author
|
commit | commitdiff | tree |
2014-03-24 |
René Scharfe | t4209: use helper functions to test --grep
|
commit | commitdiff | tree |
2014-03-24 |
René Scharfe | t4209: factor out helper function test_log_icase()
|
commit | commitdiff | tree |
2014-03-24 |
René Scharfe | t4209: factor out helper function test_log()
|
commit | commitdiff | tree |
2014-03-24 |
René Scharfe | t4209: set up expectations up front
|
commit | commitdiff | tree |
2014-03-11 |
René Scharfe | grep: support -h (no header) with --count
|
commit | commitdiff | tree |
2014-03-11 |
René Scharfe | t7810: add missing variables to tests in loop
|
commit | commitdiff | tree |
2013-11-27 |
René Scharfe | SubmittingPatches: document how to handle multiple...
|
commit | commitdiff | tree |
2013-09-08 |
René Scharfe | pull: use $curr_branch_short more
|
commit | commitdiff | tree |
2013-08-05 |
René Scharfe | t8001, t8002: fix "blame -L :literal" test on NetBSD
|
commit | commitdiff | tree |
2013-07-18 |
René Scharfe | .mailmap: René Scharfe has a new email address .mailmap: René Scharfe has a new email address
|
commit | commitdiff | tree |
2013-07-07 |
René Scharfe | diffcore-pickaxe: simplify has_changes and contains Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-17 |
René Scharfe | unpack-trees: don't shift conflicts left and right Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-13 |
René Scharfe | use logical OR (||) instead of binary OR (|) in logical... Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-13 |
René Scharfe | match-trees: factor out fill_tree_desc_strict Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-10 |
René Scharfe | read-cache: free cache in discard_index Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-10 |
René Scharfe | read-cache: add simple performance test Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-09 |
René Scharfe | submodule: remove redundant check for the_index.initialized Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-02 |
René Scharfe | unpack-trees: free cache_entry array members for merges Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-02 |
René Scharfe | diff-lib, read-tree, unpack-trees: mark cache_entry... Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-02 |
René Scharfe | diff-lib, read-tree, unpack-trees: mark cache_entry... Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-02 |
René Scharfe | unpack-trees: create working copy of merge entry in... Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-02 |
René Scharfe | unpack-trees: factor out dup_entry Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-02 |
René Scharfe | read-cache: mark cache_entry pointers const Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-06-02 |
René Scharfe | cache: mark cache_entry pointers const Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-05-28 |
René Scharfe | commit: don't start editor if empty message is given... Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-05-20 |
René Scharfe | t5000: test long filenames Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-05-20 |
René Scharfe | t5000: simplify tar-tree tests Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-05-20 |
René Scharfe | t5000: use check_tar for prefix test Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-05-20 |
René Scharfe | t5000: factor out check_tar Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-05-20 |
René Scharfe | t5000, t5003: create directories for extracted files... Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-05-20 |
René Scharfe | t5000: integrate export-subst tests into regular tests Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
|
commit | commitdiff | tree |
2013-05-09 |
René Scharfe | t5004: avoid using tar for checking emptiness of archive
|
commit | commitdiff | tree |
2013-05-09 |
René Scharfe | t5004: resurrect original empty tar archive test
|
commit | commitdiff | tree |
2013-05-09 |
René Scharfe | t5004: avoid using tar for checking emptiness of archive
|
commit | commitdiff | tree |
2013-05-09 |
René Scharfe | t5004: ignore pax global header file
|
commit | commitdiff | tree |
2013-04-25 |
René Scharfe | pretty: remove intermediate strbufs from pp_user_info()
|
commit | commitdiff | tree |
2013-04-25 |
René Scharfe | pretty: simplify output line length calculation in...
|
commit | commitdiff | tree |
2013-04-25 |
René Scharfe | pretty: simplify input line length calculation in pp_user_info()
|
commit | commitdiff | tree |
2013-04-17 |
René Scharfe | blame: handle broken commit headers gracefully
|
commit | commitdiff | tree |
2013-04-17 |
René Scharfe | pretty: handle broken commit headers gracefully
|
commit | commitdiff | tree |
2013-04-12 |
René Scharfe | archive: clarify explanation of --worktree-attributes
|
commit | commitdiff | tree |
2013-04-10 |
René Scharfe | t5004: fix issue with empty archive test and bsdtar
|
commit | commitdiff | tree |
2013-04-01 |
René Scharfe | submodule summary: support --summary-limit=<n>
|
commit | commitdiff | tree |
2013-03-25 |
René Scharfe | match-trees: simplify score_trees() using tree_entry()
|
commit | commitdiff | tree |
2013-03-17 |
René Scharfe | sha1_name: pass object name length to diagnose_invalid_sha1_...
|
commit | commitdiff | tree |
2013-03-17 |
René Scharfe | Makefile: keep LIB_H entries together and sorted
|
commit | commitdiff | tree |
2013-03-17 |
René Scharfe | archive-zip: use deflateInit2() to ask for raw compressed...
|
commit | commitdiff | tree |
2013-02-27 |
René Scharfe | archive-zip: fix compressed size for stored export...
|
commit | commitdiff | tree |
2013-01-16 |
René Scharfe | refs: use strncmp() instead of strlen() and memcmp()
|
commit | commitdiff | tree |
2013-01-14 |
René Scharfe | pretty: use prefixcmp instead of memcmp on NUL-terminated...
|
commit | commitdiff | tree |
2013-01-10 |
René Scharfe | t0008: avoid brace expansion
|
commit | commitdiff | tree |
2013-01-08 |
René Scharfe | t1402: work around shell quoting issue on NetBSD
|
commit | commitdiff | tree |
2013-01-07 |
René Scharfe | t5003: check if unzip supports symlinks
|
commit | commitdiff | tree |
2013-01-07 |
René Scharfe | t5000, t5003: move ZIP tests into their own script
|
commit | commitdiff | tree |
2013-01-07 |
René Scharfe | t0024, t5000: use test_lazy_prereq for UNZIP
|
commit | commitdiff | tree |
2013-01-07 |
René Scharfe | t0024, t5000: clear variable UNZIP, use GIT_UNZIP instead
|
commit | commitdiff | tree |
2013-01-06 |
René Scharfe | archive-zip: write uncompressed size into header even...
|
commit | commitdiff | tree |
2013-01-06 |
René Scharfe | archive-tar: split long paths more carefully
|
commit | commitdiff | tree |
2012-10-18 |
René Scharfe | branch: show targets of deleted symrefs, not sha1s
|
commit | commitdiff | tree |
2012-10-18 |
René Scharfe | branch: skip commit checks when deleting symref branches
|
commit | commitdiff | tree |
2012-10-18 |
René Scharfe | branch: delete symref branch, not its target
|
commit | commitdiff | tree |
2012-10-18 |
René Scharfe | branch: factor out delete_branch_config()
|
commit | commitdiff | tree |
2012-10-18 |
René Scharfe | branch: factor out check_branch_commit()
|
commit | commitdiff | tree |
2012-10-16 |
René Scharfe | refs: lock symref that is to be deleted, not its target
|
commit | commitdiff | tree |
2012-09-27 |
René Scharfe | MALLOC_CHECK: enable it, unless disabled explicitly
|
commit | commitdiff | tree |
2012-09-24 |
René Scharfe | archive-zip: write extended timestamp
|
commit | commitdiff | tree |
2012-09-18 |
René Scharfe | archive-zip: support UTF-8 paths
|
commit | commitdiff | tree |
2012-09-04 |
René Scharfe | archive-zip: support UTF-8 paths
|
commit | commitdiff | tree |
2012-06-13 |
René Scharfe | git: Wrong parsing of ssh urls with IPv6 literals ignores...
|
commit | commitdiff | tree |
2012-05-23 |
René Scharfe | xdiff: import new 32-bit version of count_masked_bytes()
|
commit | commitdiff | tree |
2012-05-23 |
René Scharfe | xdiff: avoid more compiler warnings with XDL_FAST_HASH...
|
commit | commitdiff | tree |
2012-05-22 |
René Scharfe | xdiff: avoid compiler warnings with XDL_FAST_HASH on...
|
commit | commitdiff | tree |
2012-05-22 |
René Scharfe | refs: use strings directly in find_containing_dir()
|
commit | commitdiff | tree |
2012-05-22 |
René Scharfe | refs: convert parameter of create_dir_entry() to length...
|
commit | commitdiff | tree |
2012-05-22 |
René Scharfe | refs: convert parameter of search_ref_dir() to length...
|
commit | commitdiff | tree |
2012-05-21 |
René Scharfe | grep: stop leaking line strings with -f
|
commit | commitdiff | tree |
2012-05-20 |
René Scharfe | grep: support newline separated pattern list
|
commit | commitdiff | tree |