Andrew's git
/
gitweb.git
/ search
summary
|
log
|
commit
|
diff
|
tree
first ⋅ prev ⋅
next
commit
grep
author
committer
pickaxe
?
re
git rebase -i: add static check for commands and SHA-1
2015-05-19
pack-bitmaps: plug memory leak, fix allocation size...
diff
|
tree
2015-03-10
use isxdigit() for checking if a character is a hexadecimal...
diff
|
tree
2015-03-10
daemon: deglobalize hostname information
diff
|
tree
2015-03-10
daemon: use strbuf for hostname info
diff
|
tree
2015-03-05
zlib: initialize git_zstream in git_deflate_init{,_gzip...
diff
|
tree
2015-03-05
archive-zip: mark text files in archives
diff
|
tree
2015-02-22
sha1_name: use strlcpy() to copy strings
diff
|
tree
2015-02-22
pretty: use starts_with() to check for a prefix
diff
|
tree
2015-02-22
for-each-ref: use skip_prefix() to avoid duplicate...
diff
|
tree
2015-02-22
connect: use strcmp() for string comparison
diff
|
tree
2015-02-17
daemon: use callback to build interpolated path
diff
|
tree
2015-02-17
daemon: look up client-supplied hostname lazily
diff
|
tree
2014-12-29
refs: plug strbuf leak in lock_ref_sha1_basic()
diff
|
tree
2014-12-29
transport: simplify duplicating a substring in transport_get...
diff
|
tree
2014-12-29
merge: release strbuf after use in suggest_conflicts()
diff
|
tree
2014-12-29
commit-tree: simplify parsing of option -S using skip_prefix()
diff
|
tree
2014-12-12
use strbuf_complete_line() for adding a newline if...
diff
|
tree
2014-11-17
use labs() for variables of type long instead of abs()
diff
|
tree
2014-11-17
use labs() for variables of type long instead of abs()
diff
|
tree
2014-11-10
run-command: use void to declare that functions take...
diff
|
tree
2014-11-10
use args member of struct child_process
diff
|
tree
2014-11-10
trailer: use CHILD_PROCESS_INIT in apply_command()
diff
|
tree
2014-10-28
api-run-command: add missing list item marker
diff
|
tree
2014-10-28
use child_process_init() to initialize struct child_process...
diff
|
tree
2014-10-28
receive-pack: avoid minor leak in case start_async...
diff
|
tree
2014-10-28
grep: add color.grep.matchcontext and color.grep.matchselected
diff
|
tree
2014-10-19
use env_array member of struct child_process
diff
|
tree
2014-10-19
run-command: add env_array, an optional argv_array...
diff
|
tree
2014-10-13
receive-pack: plug minor memory leak in unpack()
diff
|
tree
2014-10-07
use skip_prefix() to avoid more magic numbers
diff
|
tree
2014-10-07
mailsplit: remove unnecessary unlink(2) call
diff
|
tree
2014-10-07
bundle: plug minor memory leak in is_tag_in_date_range()
diff
|
tree
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-10-01
sha1-lookup: handle duplicates in sha1_pos()
diff
|
tree
2014-10-01
sha1-array: add test-sha1-array and basic tests
diff
|
tree
2014-09-30
t0090: avoid passing empty string to printf %d
diff
|
tree
2014-09-22
remote: simplify match_name_with_pattern() using strbuf
diff
|
tree
2014-09-22
graph: simplify graph_padding_line()
diff
|
tree
2014-09-18
use REALLOC_ARRAY for changing the allocation size...
diff
|
tree
2014-09-18
add macro REALLOC_ARRAY
diff
|
tree
2014-09-15
repack: call prune_packed_objects() and update_server_info...
diff
|
tree
2014-09-08
strbuf: use strbuf_addchars() for adding a char multiple...
diff
|
tree
2014-09-08
strbuf: export strbuf_addchars()
diff
|
tree
2014-09-08
trace: correct trace_strbuf() parameter type for !HAVE_VARIA...
diff
|
tree
2014-09-02
imap-send: simplify v_issue_imap_cmd() and get_cmd_result...
diff
|
tree
2014-09-02
merge-tree: remove unused df_conflict arguments
diff
|
tree
2014-09-02
http-walker: simplify process_alternates_response(...
diff
|
tree
2014-09-02
config: simplify git_config_include()
diff
|
tree
2014-09-02
pack-write: simplify index_pack_lockfile using skip_prefix...
diff
|
tree
2014-09-02
connect: simplify check_ref() using skip_prefix() and...
diff
|
tree
2014-08-26
use strbuf_add_absolute_path() to add absolute paths
diff
|
tree
2014-08-26
abspath: convert absolute_path() to strbuf
diff
|
tree
2014-08-26
use xgetcwd() to set $GIT_DIR
diff
|
tree
2014-08-26
use xgetcwd() to get the current directory or die
diff
|
tree
2014-08-26
wrapper: add xgetcwd()
diff
|
tree
2014-08-26
abspath: convert real_path_internal() to strbuf
diff
|
tree
2014-08-26
abspath: use strbuf_getcwd() to remember original working...
diff
|
tree
2014-08-26
setup: convert setup_git_directory_gently_1 et al....
diff
|
tree
2014-08-25
walker: avoid quadratic list insertion in mark_complete
diff
|
tree
2014-08-25
sha1_name: avoid quadratic list insertion in handle_one_ref
diff
|
tree
2014-08-20
run-command: inline prepare_run_command_v_opt()
diff
|
tree
2014-08-20
run-command: call run_command_v_opt_cd_env() instead...
diff
|
tree
2014-08-20
run-command: introduce child_process_init()
diff
|
tree
2014-08-20
run-command: introduce CHILD_PROCESS_INIT
diff
|
tree
2014-08-18
turn path macros into inline function
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-28
init: avoid superfluous real_path() calls
diff
|
tree
2014-07-28
unix-sockets: use strbuf_getcwd()
diff
|
tree
2014-07-28
strbuf: add strbuf_getcwd()
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