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-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 |
2012-10-18 |
branch: delete symref branch, not its target
|
diff | tree |
2012-10-18 |
branch: factor out delete_branch_config()
|
diff | tree |
2012-10-18 |
branch: factor out check_branch_commit()
|
diff | tree |
2012-10-16 |
refs: lock symref that is to be deleted, not its target
|
diff | tree |
2012-09-27 |
MALLOC_CHECK: enable it, unless disabled explicitly
|
diff | tree |
2012-09-24 |
archive-zip: write extended timestamp
|
diff | tree |
2012-09-18 |
archive-zip: support UTF-8 paths
|
diff | tree |
2012-09-04 |
archive-zip: support UTF-8 paths
|
diff | tree |
2012-06-13 |
git: Wrong parsing of ssh urls with IPv6 literals ignores...
|
diff | tree |
2012-05-23 |
xdiff: import new 32-bit version of count_masked_bytes()
|
diff | tree |
2012-05-23 |
xdiff: avoid more compiler warnings with XDL_FAST_HASH...
|
diff | tree |
2012-05-22 |
xdiff: avoid compiler warnings with XDL_FAST_HASH on...
|
diff | tree |
2012-05-22 |
refs: use strings directly in find_containing_dir()
|
diff | tree |
2012-05-22 |
refs: convert parameter of create_dir_entry() to length...
|
diff | tree |
2012-05-22 |
refs: convert parameter of search_ref_dir() to length...
|
diff | tree |
2012-05-21 |
grep: stop leaking line strings with -f
|
diff | tree |
2012-05-20 |
grep: support newline separated pattern list
|
diff | tree |
2012-05-20 |
grep: factor out do_append_grep_pat()
|
diff | tree |
2012-05-20 |
grep: factor out create_grep_pat()
|
diff | tree |
2012-05-18 |
archive-tar: keep const in checksum calculation
|
diff | tree |
2012-05-18 |
archive: simplify refname handling
|
diff | tree |
2012-05-11 |
dir: simplify fill_directory()
|
diff | tree |
2012-05-11 |
dir: respect string length argument of read_directory_recurs...
|
diff | tree |
2012-05-09 |
xdiff: remove unused functions
|
diff | tree |
2012-05-09 |
xdiff: remove emit_func() and xdi_diff_hunks()
|
diff | tree |
2012-05-09 |
blame: factor out helper for calling xdi_diff()
|
diff | tree |