37647 Commits (4fc72d91066d8fcb6de25596429fd603d3d91d79)
 

Author SHA1 Message Date
Edward Thomson 6c71f8b0d3 upload-pack: keep poll(2)'s timeout to -1 11 years ago
Thomas Braun dddecc5b7f pretty: note that %cd respects the --date= option 11 years ago
Jeff King 8837eb47f2 http: style fixes for curl_multi_init error check 11 years ago
Jeff King e09867f060 intersect_paths: respect mode in git's tree-sort 11 years ago
Bernhard Reiter 3918057164 imap-send.c: imap_folder -> imap_server_conf.folder 11 years ago
René Scharfe 1f87293d78 run-command: inline prepare_run_command_v_opt() 11 years ago
René Scharfe 41e9bad75e run-command: call run_command_v_opt_cd_env() instead of duplicating it 11 years ago
René Scharfe 483bbd4e4c run-command: introduce child_process_init() 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Jeff King 93b5393611 Makefile: make perf tests optional for profile build 11 years ago
Jeff King 960160b061 subtree: make "all" default target of Makefile 11 years ago
Nguyễn Thái Ngọc Duy 1aaf69e669 diff: shortcut for diff'ing two binary SHA-1 objects 11 years ago
Nguyễn Thái Ngọc Duy 6bf3b81348 diff --stat: mark any file larger than core.bigfilethreshold binary 11 years ago
Nguyễn Thái Ngọc Duy 8e5dd3d654 diff.c: allow to pass more flags to diff_populate_filespec 11 years ago
Nguyễn Thái Ngọc Duy 735efde838 sha1_file.c: do not die failing to malloc in unpack_compressed_entry 11 years ago
Nguyễn Thái Ngọc Duy f8bb1d9431 wrapper.c: introduce gentle xmallocz that does not die() 11 years ago
Nguyễn Thái Ngọc Duy 6fceed3bea fetch: silence git-gc if --quiet is given 11 years ago
Nguyễn Thái Ngọc Duy 1991006cb9 fetch: convert argv_gc_auto to struct argv_array 11 years ago
Bernhard Reiter f9dc5d65ca git-imap-send: simplify tunnel construction 11 years ago
Bernhard Reiter faa3807cfe http.c: die if curl_*_init fails 11 years ago
René Scharfe bf7283465b turn path macros into inline function 11 years ago
René Scharfe 8687f7776d clean: use f(void) instead of f() to declare a pointer to a function without arguments 11 years ago
Junio C Hamano 6c4ab27f23 Git 2.1 11 years ago
Junio C Hamano 9eeff2f681 config.mak.uname: add hint on uname_R for MacOS X 11 years ago
Kyle J. McKay 9c7a0beee0 config.mak.uname: set NO_APPLE_COMMON_CRYPTO on older systems 11 years ago
Johannes Sixt 41ca19b6a6 tests: fix negated test_i18ngrep calls 11 years ago
Tanay Abhra b35b10d463 builtin/apply.c: replace `git_config()` with `git_config_get_string_const()` 11 years ago
Tanay Abhra 0e7bcb1b00 merge-recursive.c: replace `git_config()` with `git_config_get_int()` 11 years ago
Tanay Abhra 6ea358f784 ll-merge.c: refactor `read_merge_config()` to use `git_config_string()` 11 years ago
Tanay Abhra 536900e5b2 fast-import.c: replace `git_config()` with `git_config_get_*()` family 11 years ago
Jonathan Nieder 6c1db1b388 unpack-trees: use 'cuddled' style for if-else cascade 11 years ago
Stefan Beller 0ecd180a27 unpack-trees: simplify 'all other failures' case 11 years ago
Stefan Beller 13b081257a mailsplit.c: remove dead code 11 years ago
Sergey Organov 2d26d533a0 Documentation/git-rebase.txt: -f forces a rebase that would otherwise be a no-op 11 years ago
Jeff King f7f91086a3 pack-objects: turn off bitmaps when we see --shallow lines 11 years ago
Stefan Beller 201087422d builtin/blame.c: add translation to warning about failed revision walk 11 years ago
Stefan Beller 81c3ce3cdc prepare_revision_walk(): check for return value in all places 11 years ago
Nguyễn Thái Ngọc Duy 430875969a utf8.c: fix strbuf_utf8_replace() consuming data beyond input string 11 years ago
Nguyễn Thái Ngọc Duy ad1a19d0e7 mv: flatten error handling code block 11 years ago
Nguyễn Thái Ngọc Duy eac0ccc2cd mv: mark strings for translations 11 years ago
Stefan Beller 50b6773287 clone.c: don't leak memory in cmd_clone 11 years ago
Stefan Beller 2f50babef1 remote.c: don't leak the base branch name in format_tracking_info 11 years ago
René Scharfe ccad42d483 read-cache: check for leading symlinks when refreshing index 11 years ago
Junio C Hamano 67de23ddb1 Merge branch 'master' of git://ozlabs.org/~paulus/gitk 11 years ago
Junio C Hamano f82887f290 Git 2.1-rc2 11 years ago
Linus Arver 64de2e10a0 Documentation: git-init: flesh out example 11 years ago
Linus Arver 8994fbf3ec Documentation: git-init: template directory: reword and cross-reference 11 years ago
Linus Arver 4dde849a20 Documentation: git-init: reword parenthetical statements 11 years ago
Linus Arver c165d1f5ca Documentation: git-init: --separate-git-dir: clarify 11 years ago
Linus Arver 86d387af37 Documentation: git-init: template directory: reword 11 years ago