summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-01mingw: include the full version information in the resourcesLibravatar Johannes Schindelin2-3/+4
2017-11-01remote-mediawiki: limit filenames to legalLibravatar Antoine Beaupré1-1/+2
2017-11-01fsmonitor: delay updating state until after split index is mergedLibravatar Alex Vandiver2-16/+25
2017-11-01diff: make struct diff_flags members lowercaseLibravatar Brandon Williams25-228/+228
2017-11-01diff: remove DIFF_OPT_CLR macroLibravatar Brandon Williams7-24/+22
2017-11-01diff: remove DIFF_OPT_SET macroLibravatar Brandon Williams20-91/+90
2017-11-01diff: remove DIFF_OPT_TST macroLibravatar Brandon Williams17-84/+84
2017-11-01diff: remove touched flagsLibravatar Brandon Williams2-6/+2
2017-11-01diff: add flag to indicate textconv was set via cmdlineLibravatar Brandon Williams3-3/+5
2017-11-01diff: convert flags to be stored in bitfieldsLibravatar Brandon Williams6-49/+68
2017-11-01sequencer: use O_TRUNC to truncate filesLibravatar René Scharfe1-3/+1
2017-11-01sequencer: factor out rewrite_file()Libravatar René Scharfe1-29/+17
2017-11-01t5580: add Cygwin supportLibravatar Adam Dinwoodie1-4/+10
2017-11-01sha1_file: use hex_to_bytes()Libravatar René Scharfe1-13/+11
2017-11-01http-push: use hex_to_bytes()Libravatar René Scharfe1-6/+4
2017-11-01notes: move hex_to_bytes() to hex.c and export itLibravatar René Scharfe3-17/+19
2017-11-01merge-recursive: check GIT_MERGE_VERBOSITY only onceLibravatar Andrey Okoshkin1-3/+4
2017-10-31add, reset: use DIFF_OPT_SET macro to set a diff flagLibravatar Brandon Williams2-2/+2
2017-10-31status: test ignored modesLibravatar Jameson Miller1-0/+233
2017-10-31status: document options to show matching ignored filesLibravatar Jameson Miller2-5/+43
2017-10-31status: report matching ignored and normal untrackedLibravatar Jameson Miller1-2/+18
2017-10-31status: add option to show ignored files differentlyLibravatar Jameson Miller5-11/+66
2017-10-31t0000: check whether the shell supports the "local" keywordLibravatar Michael Haggerty1-0/+25
2017-10-30Git 2.15Libravatar Junio C Hamano1-1/+1
2017-10-30Documentation: enable compat-mode for AsciidoctorLibravatar brian m. carlson1-0/+1
2017-10-30fsmonitor: document GIT_TRACE_FSMONITORLibravatar Alex Vandiver1-0/+4
2017-10-30fsmonitor: don't bother pretty-printing JSON from watchmanLibravatar Alex Vandiver1-1/+1
2017-10-30fsmonitor: set the PWD to the top of the working treeLibravatar Alex Vandiver1-0/+1
2017-10-30files-backend: don't rewrite the `packed-refs` file unnecessarilyLibravatar Michael Haggerty4-3/+122
2017-10-30Merge tag 'l10n-2.15.0-rnd2.1' of git://github.com/git-l10n/git-poLibravatar Junio C Hamano1-58/+123
2017-10-29l10n: Update Catalan translationLibravatar Jordi Mas1-58/+123
2017-10-29diff: fix lstat() error handling in diff_populate_filespec()Libravatar Andrey Okoshkin1-8/+6
2017-10-28Merge branch 'bc/object-id' into baseLibravatar Michael Haggerty70-554/+544
2017-10-28Hopefully final batch before 2.15Libravatar Junio C Hamano1-0/+7
2017-10-28Merge branch 'sg/rev-list-doc-reorder-fix'Libravatar Junio C Hamano1-3/+3
2017-10-28Merge branch 'sb/rev-parse-show-superproject-root'Libravatar Junio C Hamano1-1/+1
2017-10-28Merge branch 'ao/path-use-xmalloc'Libravatar Junio C Hamano1-1/+1
2017-10-28Merge branch 'np/config-path-doc'Libravatar Junio C Hamano1-4/+4
2017-10-27xdiff: reassign xpparm_t.flags bitsLibravatar Junio C Hamano2-13/+15
2017-10-27docs: fix formatting of rev-parse's --show-superproject-working-treeLibravatar Sebastian Schuberth1-1/+1
2017-10-27rev-list-options.txt: use correct directional referenceLibravatar SZEDER Gábor1-3/+3
2017-10-27t1409: check that `packed-refs` is not rewritten unnecessarilyLibravatar Michael Haggerty1-0/+118
2017-10-27stash: remove now superfluos help for "stash push"Libravatar Thomas Gummerer1-12/+1
2017-10-27stash: mark "git stash save" deprecated in the man pageLibravatar Thomas Gummerer1-3/+6
2017-10-27stash: replace "git stash save" with "git stash push" in the documentationLibravatar Thomas Gummerer4-13/+13
2017-10-26Merge branch 'mh/ref-locking-fix'Libravatar Junio C Hamano2-1/+142
2017-10-26status: do not get confused by submodules in excluded directoriesLibravatar Johannes Schindelin2-1/+12
2017-10-26diff.c: get rid of duplicate implementationLibravatar Stefan Beller1-78/+4
2017-10-26xdiff-interface: export comparing and hashing stringsLibravatar Stefan Beller2-0/+28
2017-10-25path.c: use xmalloc() in add_to_trie()Libravatar Andrey Okoshkin1-1/+1