/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xdiff: don't trim common tail with -W
2016-05-31
René Scharfe
xdiff: don't trim common tail with -W
commit
|
commitdiff
|
tree
2016-05-31
René Scharfe
xdiff: -W: don't include common trailing empty lines...
commit
|
commitdiff
|
tree
2016-05-31
René Scharfe
xdiff: ignore empty lines before added functions with -W
commit
|
commitdiff
|
tree
2016-05-31
René Scharfe
xdiff: handle appended chunks better with -W
commit
|
commitdiff
|
tree
2016-05-31
René Scharfe
xdiff: factor out match_func_rec()
commit
|
commitdiff
|
tree
2016-05-31
René Scharfe
t4051: rewrite, add more tests
commit
|
commitdiff
|
tree
2015-11-28
René Scharfe
wt-status: correct and simplify check for detached...
commit
|
commitdiff
|
tree
2015-11-20
René Scharfe
show-ref: stop using PARSE_OPT_NO_INTERNAL_HELP
commit
|
commitdiff
|
tree
2015-11-20
René Scharfe
fsck: treat a NUL in a tag header as an error
commit
|
commitdiff
|
tree
2015-11-20
René Scharfe
grep: stop using PARSE_OPT_NO_INTERNAL_HELP
commit
|
commitdiff
|
tree
2015-11-20
René Scharfe
t1450: add tests for NUL in headers of commits and...
commit
|
commitdiff
|
tree
2015-11-20
René Scharfe
parse-options: allow -h as a short option
commit
|
commitdiff
|
tree
2015-11-20
René Scharfe
parse-options: inline parse_options_usage() at its...
commit
|
commitdiff
|
tree
2015-11-20
René Scharfe
parse-options: deduplicate parse_options_usage() calls
commit
|
commitdiff
|
tree
2015-11-02
René Scharfe
daemon: plug memory leak
commit
|
commitdiff
|
tree
2015-11-02
René Scharfe
run-command: factor out child_process_clear()
commit
|
commitdiff
|
tree
2015-11-01
René Scharfe
show-branch: use argv_array for default arguments
commit
|
commitdiff
|
tree
2015-11-01
René Scharfe
wt-status: use skip_prefix() to get rid of magic string...
commit
|
commitdiff
|
tree
2015-11-01
René Scharfe
wt-status: don't skip a magical number of characters...
commit
|
commitdiff
|
tree
2015-11-01
René Scharfe
wt-status: avoid building bogus branch name with detached...
commit
|
commitdiff
|
tree
2015-11-01
René Scharfe
wt-status: exit early using goto in wt_shortstatus_print_tra...
commit
|
commitdiff
|
tree
2015-11-01
René Scharfe
t7060: add test for status --branch on a detached HEAD
commit
|
commitdiff
|
tree
2015-10-26
René Scharfe
use pop_commit() for consuming the first entry of a...
commit
|
commitdiff
|
tree
2015-08-28
René Scharfe
archive-zip: support more than 65535 entries
commit
|
commitdiff
|
tree
2015-08-28
René Scharfe
archive-zip: use a local variable to store the creator...
commit
|
commitdiff
|
tree
2015-08-28
René Scharfe
t5004: test ZIP archives with many entries
commit
|
commitdiff
|
tree
2015-07-12
René Scharfe
diff: parse ws-error-highlight option more strictly
commit
|
commitdiff
|
tree
2015-05-20
René Scharfe
dir: remove unused variable sb
commit
|
commitdiff
|
tree
2015-05-20
René Scharfe
clean: remove unused variable buf
commit
|
commitdiff
|
tree
2015-05-20
René Scharfe
use file_exists() to check if a file exists in the...
commit
|
commitdiff
|
tree
2015-05-19
René Scharfe
pack-bitmaps: plug memory leak, fix allocation size...
commit
|
commitdiff
|
tree
2015-03-10
René Scharfe
use isxdigit() for checking if a character is a hexadecimal...
commit
|
commitdiff
|
tree
2015-03-10
René Scharfe
daemon: deglobalize hostname information
commit
|
commitdiff
|
tree
2015-03-10
René Scharfe
daemon: use strbuf for hostname info
commit
|
commitdiff
|
tree
2015-03-05
René Scharfe
zlib: initialize git_zstream in git_deflate_init{,_gzip...
commit
|
commitdiff
|
tree
2015-03-05
René Scharfe
archive-zip: mark text files in archives
commit
|
commitdiff
|
tree
2015-02-22
René Scharfe
sha1_name: use strlcpy() to copy strings
commit
|
commitdiff
|
tree
2015-02-22
René Scharfe
pretty: use starts_with() to check for a prefix
commit
|
commitdiff
|
tree
2015-02-22
René Scharfe
for-each-ref: use skip_prefix() to avoid duplicate...
commit
|
commitdiff
|
tree
2015-02-22
René Scharfe
connect: use strcmp() for string comparison
commit
|
commitdiff
|
tree
2015-02-17
René Scharfe
daemon: use callback to build interpolated path
commit
|
commitdiff
|
tree
2015-02-17
René Scharfe
daemon: look up client-supplied hostname lazily
commit
|
commitdiff
|
tree
2014-12-29
René Scharfe
refs: plug strbuf leak in lock_ref_sha1_basic()
commit
|
commitdiff
|
tree
2014-12-29
René Scharfe
transport: simplify duplicating a substring in transport_get...
commit
|
commitdiff
|
tree
2014-12-29
René Scharfe
merge: release strbuf after use in suggest_conflicts()
commit
|
commitdiff
|
tree
2014-12-29
René Scharfe
commit-tree: simplify parsing of option -S using skip_prefix()
commit
|
commitdiff
|
tree
2014-12-12
René Scharfe
use strbuf_complete_line() for adding a newline if...
commit
|
commitdiff
|
tree
2014-11-17
René Scharfe
use labs() for variables of type long instead of abs()
commit
|
commitdiff
|
tree
2014-11-17
René Scharfe
use labs() for variables of type long instead of abs()
commit
|
commitdiff
|
tree
2014-11-10
René Scharfe
run-command: use void to declare that functions take...
commit
|
commitdiff
|
tree
2014-11-10
René Scharfe
use args member of struct child_process
commit
|
commitdiff
|
tree
2014-11-10
René Scharfe
trailer: use CHILD_PROCESS_INIT in apply_command()
commit
|
commitdiff
|
tree
2014-10-28
René Scharfe
api-run-command: add missing list item marker
commit
|
commitdiff
|
tree
2014-10-28
René Scharfe
use child_process_init() to initialize struct child_process...
commit
|
commitdiff
|
tree
2014-10-28
René Scharfe
receive-pack: avoid minor leak in case start_async...
commit
|
commitdiff
|
tree
2014-10-28
René Scharfe
grep: add color.grep.matchcontext and color.grep.matchselected
commit
|
commitdiff
|
tree
2014-10-19
René Scharfe
use env_array member of struct child_process
commit
|
commitdiff
|
tree
2014-10-19
René Scharfe
run-command: add env_array, an optional argv_array...
commit
|
commitdiff
|
tree
2014-10-13
René Scharfe
receive-pack: plug minor memory leak in unpack()
commit
|
commitdiff
|
tree
2014-10-07
René Scharfe
use skip_prefix() to avoid more magic numbers
commit
|
commitdiff
|
tree
2014-10-07
René Scharfe
mailsplit: remove unnecessary unlink(2) call
commit
|
commitdiff
|
tree
2014-10-07
René Scharfe
bundle: plug minor memory leak in is_tag_in_date_range()
commit
|
commitdiff
|
tree
2014-10-01
René Scharfe
daemon: remove write-only variable maxfd
commit
|
commitdiff
|
tree
2014-10-01
René Scharfe
daemon: fix error message after bind()
commit
|
commitdiff
|
tree
2014-10-01
René Scharfe
daemon: handle gethostbyname() error
commit
|
commitdiff
|
tree
2014-10-01
René Scharfe
sha1-lookup: handle duplicates in sha1_pos()
commit
|
commitdiff
|
tree
2014-10-01
René Scharfe
sha1-array: add test-sha1-array and basic tests
commit
|
commitdiff
|
tree
2014-09-30
René Scharfe
t0090: avoid passing empty string to printf %d
commit
|
commitdiff
|
tree
2014-09-22
René Scharfe
remote: simplify match_name_with_pattern() using strbuf
commit
|
commitdiff
|
tree
2014-09-22
René Scharfe
graph: simplify graph_padding_line()
commit
|
commitdiff
|
tree
2014-09-18
René Scharfe
use REALLOC_ARRAY for changing the allocation size...
commit
|
commitdiff
|
tree
2014-09-18
René Scharfe
add macro REALLOC_ARRAY
commit
|
commitdiff
|
tree
2014-09-15
René Scharfe
repack: call prune_packed_objects() and update_server_info...
commit
|
commitdiff
|
tree
2014-09-08
René Scharfe
strbuf: use strbuf_addchars() for adding a char multiple...
commit
|
commitdiff
|
tree
2014-09-08
René Scharfe
strbuf: export strbuf_addchars()
commit
|
commitdiff
|
tree
2014-09-08
René Scharfe
trace: correct trace_strbuf() parameter type for !HAVE_VARIA...
commit
|
commitdiff
|
tree
2014-09-02
René Scharfe
imap-send: simplify v_issue_imap_cmd() and get_cmd_result...
commit
|
commitdiff
|
tree
2014-09-02
René Scharfe
merge-tree: remove unused df_conflict arguments
commit
|
commitdiff
|
tree
2014-09-02
René Scharfe
http-walker: simplify process_alternates_response(...
commit
|
commitdiff
|
tree
2014-09-02
René Scharfe
config: simplify git_config_include()
commit
|
commitdiff
|
tree
2014-09-02
René Scharfe
pack-write: simplify index_pack_lockfile using skip_prefix...
commit
|
commitdiff
|
tree
2014-09-02
René Scharfe
connect: simplify check_ref() using skip_prefix() and...
commit
|
commitdiff
|
tree
2014-08-26
René Scharfe
use strbuf_add_absolute_path() to add absolute paths
commit
|
commitdiff
|
tree
2014-08-26
René Scharfe
abspath: convert absolute_path() to strbuf
commit
|
commitdiff
|
tree
2014-08-26
René Scharfe
use xgetcwd() to set $GIT_DIR
commit
|
commitdiff
|
tree
2014-08-26
René Scharfe
use xgetcwd() to get the current directory or die
commit
|
commitdiff
|
tree
2014-08-26
René Scharfe
wrapper: add xgetcwd()
commit
|
commitdiff
|
tree
2014-08-26
René Scharfe
abspath: convert real_path_internal() to strbuf
commit
|
commitdiff
|
tree
2014-08-26
René Scharfe
abspath: use strbuf_getcwd() to remember original working...
commit
|
commitdiff
|
tree
2014-08-26
René Scharfe
setup: convert setup_git_directory_gently_1 et al....
commit
|
commitdiff
|
tree
2014-08-25
René Scharfe
walker: avoid quadratic list insertion in mark_complete
commit
|
commitdiff
|
tree
2014-08-25
René Scharfe
sha1_name: avoid quadratic list insertion in handle_one_ref
commit
|
commitdiff
|
tree
2014-08-20
René Scharfe
run-command: inline prepare_run_command_v_opt()
commit
|
commitdiff
|
tree
2014-08-20
René Scharfe
run-command: call run_command_v_opt_cd_env() instead...
commit
|
commitdiff
|
tree
2014-08-20
René Scharfe
run-command: introduce child_process_init()
commit
|
commitdiff
|
tree
2014-08-20
René Scharfe
run-command: introduce CHILD_PROCESS_INIT
commit
|
commitdiff
|
tree
2014-08-18
René Scharfe
turn path macros into inline function
commit
|
commitdiff
|
tree
2014-08-18
René Scharfe
clean: use f(void) instead of f() to declare a pointer...
commit
|
commitdiff
|
tree
2014-08-10
René Scharfe
read-cache: check for leading symlinks when refreshing...
commit
|
commitdiff
|
tree
2014-07-28
René Scharfe
init: avoid superfluous real_path() calls
commit
|
commitdiff
|
tree
next