summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-18turn path macros into inline functionLibravatar René Scharfe1-6/+22
2014-08-18clean: use f(void) instead of f() to declare a pointer to a function without ...Libravatar René Scharfe1-1/+1
2014-08-15Git 2.1Libravatar Junio C Hamano2-1/+6
2014-08-15config.mak.uname: add hint on uname_R for MacOS XLibravatar Junio C Hamano1-0/+4
2014-08-15config.mak.uname: set NO_APPLE_COMMON_CRYPTO on older systemsLibravatar Kyle J. McKay1-0/+1
2014-08-13tests: fix negated test_i18ngrep callsLibravatar Johannes Sixt3-6/+6
2014-08-13builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`Libravatar Tanay Abhra1-7/+5
2014-08-13merge-recursive.c: replace `git_config()` with `git_config_get_int()`Libravatar Tanay Abhra1-16/+6
2014-08-13ll-merge.c: refactor `read_merge_config()` to use `git_config_string()`Libravatar Tanay Abhra1-17/+6
2014-08-13fast-import.c: replace `git_config()` with `git_config_get_*()` familyLibravatar Tanay Abhra1-23/+21
2014-08-13unpack-trees: use 'cuddled' style for if-else cascadeLibravatar Jonathan Nieder1-8/+4
2014-08-13unpack-trees: simplify 'all other failures' caseLibravatar Stefan Beller1-10/+2
2014-08-13mailsplit.c: remove dead codeLibravatar Stefan Beller1-11/+6
2014-08-12Documentation/git-rebase.txt: -f forces a rebase that would otherwise be a no-opLibravatar Sergey Organov1-5/+2
2014-08-12pack-objects: turn off bitmaps when we see --shallow linesLibravatar Jeff King2-0/+40
2014-08-12builtin/blame.c: add translation to warning about failed revision walkLibravatar Stefan Beller1-1/+1
2014-08-12prepare_revision_walk(): check for return value in all placesLibravatar Stefan Beller3-3/+7
2014-08-11utf8.c: fix strbuf_utf8_replace() consuming data beyond input stringLibravatar Nguyễn Thái Ngọc Duy2-0/+10
2014-08-11mv: flatten error handling code blockLibravatar Nguyễn Thái Ngọc Duy1-18/+16
2014-08-11mv: mark strings for translationsLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-08-10clone.c: don't leak memory in cmd_cloneLibravatar Stefan Beller1-0/+2
2014-08-10remote.c: don't leak the base branch name in format_tracking_infoLibravatar Stefan Beller1-3/+3
2014-08-10read-cache: check for leading symlinks when refreshing indexLibravatar René Scharfe2-0/+51
2014-08-10Merge branch 'master' of git://ozlabs.org/~paulus/gitkLibravatar Junio C Hamano2-323/+341
2014-08-08Git 2.1-rc2Libravatar Junio C Hamano1-1/+1
2014-08-08Documentation: git-init: flesh out exampleLibravatar Linus Arver1-0/+2
2014-08-08Documentation: git-init: template directory: reword and cross-referenceLibravatar Linus Arver1-3/+2
2014-08-08Documentation: git-init: reword parenthetical statementsLibravatar Linus Arver1-2/+2
2014-08-08Documentation: git-init: --separate-git-dir: clarifyLibravatar Linus Arver1-6/+6
2014-08-08Documentation: git-init: template directory: rewordLibravatar Linus Arver1-5/+5
2014-08-08Documentation: git-init: list items faceliftLibravatar Linus Arver1-21/+28
2014-08-08Documentation: git-init: typographical fixesLibravatar Linus Arver1-6/+5
2014-08-08gitk: Updated Bulgarian translation (302t,0f,0u)Libravatar Alexander Shopov1-323/+329
2014-08-08gitk: Add keybinding to switch to parent commitLibravatar Max Kirillov1-0/+12
2014-08-07bundle: fix exclusion of annotated tagsLibravatar Lukas Fleischer2-3/+6
2014-08-07stash: default listing to working-tree diffLibravatar Jeff King2-1/+43
2014-08-07branch.c: replace `git_config()` with `git_config_get_string()Libravatar Tanay Abhra1-20/+7
2014-08-07alias.c: replace `git_config()` with `git_config_get_string()`Libravatar Tanay Abhra1-19/+6
2014-08-07imap-send.c: replace `git_config()` with `git_config_get_*()` familyLibravatar Tanay Abhra1-34/+26
2014-08-07pager.c: replace `git_config()` with `git_config_get_value()`Libravatar Tanay Abhra1-27/+13
2014-08-07builtin/gc.c: replace `git_config()` with `git_config_get_*()` familyLibravatar Tanay Abhra1-31/+20
2014-08-07rerere.c: replace `git_config()` with `git_config_get_*()` familyLibravatar Tanay Abhra1-31/+12
2014-08-07fetchpack.c: replace `git_config()` with `git_config_get_*()` familyLibravatar Tanay Abhra1-27/+8
2014-08-07archive.c: replace `git_config()` with `git_config_get_bool()` familyLibravatar Tanay Abhra1-9/+3
2014-08-07read-cache.c: replace `git_config()` with `git_config_get_*()` familyLibravatar Tanay Abhra1-11/+3
2014-08-07http-backend.c: replace `git_config()` with `git_config_get_bool()` familyLibravatar Tanay Abhra1-19/+12
2014-08-07daemon.c: replace `git_config()` with `git_config_get_bool()` familyLibravatar Tanay Abhra1-22/+4
2014-08-07builtin/log.c: fix minor memory leakLibravatar Matthieu Moy1-0/+1
2014-08-07apply: omit ws check for excluded pathsLibravatar Junio C Hamano2-3/+17
2014-08-07apply: hoist use_patch() helper for path exclusion upLibravatar Junio C Hamano1-38/+43