summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-05api-trace.txt: fix typoLibravatar Elia Pinto1-1/+1
2016-04-05Makefile: fix misdirected redirectionsLibravatar Junio C Hamano1-2/+2
2016-04-04branch: fix shortening of non-remote symrefsLibravatar Jeff King2-7/+24
2016-04-04Windows: shorten code by re-using convert_slashes()Libravatar Johannes Sixt2-11/+3
2016-04-04git-format-patch.txt: don't show -s as shorthand for multiple optionsLibravatar Eric Sunshine1-1/+1
2016-04-04branch -m: update all per-worktree HEADsLibravatar Kazuki Yamaguchi4-3/+53
2016-04-04refs: add a new function set_worktree_head_symrefLibravatar Kazuki Yamaguchi2-0/+44
2016-04-03Git 2.8.1Libravatar Junio C Hamano4-3/+13
2016-04-03Merge branch 'mm/readme-markdown' into maintLibravatar Junio C Hamano1-1/+1
2016-04-03git.spec.in: use README.md, not READMELibravatar Matthieu Moy1-1/+1
2016-04-01ident: give "please tell me" message upon useConfigOnly errorLibravatar Marios Titas1-4/+8
2016-04-01ident: check for useConfigOnly before auto-detection of name/emailLibravatar Marios Titas1-6/+6
2016-04-01submodule--helper, module_clone: catch fprintf failureLibravatar Stefan Beller1-2/+2
2016-04-01submodule--helper: do not borrow absolute_path() result for too longLibravatar Junio C Hamano1-5/+4
2016-04-01submodule--helper, module_clone: always operate on absolute pathsLibravatar Stefan Beller2-15/+15
2016-04-01credential-cache, send_request: close fd when doneLibravatar Stefan Beller1-0/+1
2016-04-01bundle: don't leak an fd in case of early returnLibravatar Stefan Beller1-6/+17
2016-04-01abbrev_sha1_in_line: don't leak memoryLibravatar Stefan Beller1-3/+1
2016-04-01notes: don't leak memory in git_config_get_notes_strategyLibravatar Stefan Beller1-2/+3
2016-04-01builtin/apply: free patch when parse_chunk() failsLibravatar Christian Couder1-1/+3
2016-04-01builtin/apply: handle parse_binary() failureLibravatar Christian Couder1-0/+7
2016-03-31submodule--helper clone: create the submodule path just onceLibravatar Stefan Beller1-4/+0
2016-03-31submodule--helper: fix potential NULL-dereferenceLibravatar Stefan Beller1-4/+4
2016-03-31recursive submodules: test for relative pathsLibravatar Stefan Beller1-0/+41
2016-03-31git-send-pack: fix --all option when used with directoryLibravatar Stanislav Kolotinskiy2-1/+13
2016-03-30for-each-ref: fix description of '--contains' in manpageLibravatar SZEDER Gábor1-1/+1
2016-03-30diffcore: fix iteration order of identical files during rename detectionLibravatar SZEDER Gábor2-2/+15
2016-03-30t7407: make expectation as clear as possibleLibravatar Stefan Beller1-2/+6
2016-03-30submodule update: test recursive path reporting from subdirectoryLibravatar Stefan Beller1-0/+20
2016-03-30submodule update: align reporting path for custom command executionLibravatar Stefan Beller2-5/+28
2016-03-30submodule status: correct path handling in recursive submodulesLibravatar Stefan Beller2-0/+22
2016-03-30submodule update --init: correct path handling in recursive submodulesLibravatar Stefan Beller2-1/+34
2016-03-30submodule foreach: correct path display in recursive submodulesLibravatar Stefan Beller2-3/+23
2016-03-30MSVC: use shipped headers instead of fallback definitionsLibravatar Sven Strickroth2-1/+5
2016-03-30MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any moreLibravatar Sven Strickroth1-1/+1
2016-03-29Documentation: git diff --check detects conflict markersLibravatar Ori Avtalion1-2/+2
2016-03-29branch -d: refuse deleting a branch which is currently checked outLibravatar Kazuki Yamaguchi2-8/+20
2016-03-28Git 2.8Libravatar Junio C Hamano3-9/+14
2016-03-25api-parse-options.txt: document OPT_CMDMODE()Libravatar Pranit Bauva1-0/+7
2016-03-25Merge pull request #9 from vascool/frLibravatar Jean-Noël Avila1-5/+5
2016-03-25l10n: fr: don't translate "merge" as a parameterLibravatar Vasco Almeida1-1/+1
2016-03-25l10n: fr: change "id de clé" to match "id-clé"Libravatar Vasco Almeida1-1/+1
2016-03-25l10n: fr: fix wrongly translated option nameLibravatar Vasco Almeida1-2/+2
2016-03-25l10n: fr: fix transcation of "dir"Libravatar Vasco Almeida1-1/+1
2016-03-24Merge branch 'ls/p4-doc-markup'Libravatar Junio C Hamano1-6/+4
2016-03-24Merge branch 'js/mingw-tests-2.8'Libravatar Junio C Hamano4-11/+19
2016-03-24Merge branch 'sb/submodule-module-list-pathspec-fix'Libravatar Junio C Hamano2-3/+16
2016-03-24git-apply.txt: mention the behavior inside a subdirLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2016-03-24git-apply.txt: remove a spaceLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-03-23submodule-config: use hashmap_iter_first()Libravatar Alexander Kuleshov1-2/+1