summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-06write_packed_entry(): take `object_id` argumentsLibravatar Michael Haggerty1-8/+8
2017-11-06refs: rename constant `REF_ISPRUNING` to `REF_IS_PRUNING`Libravatar Michael Haggerty1-9/+9
2017-11-06refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Libravatar Michael Haggerty12-40/+40
2017-11-06refs: tidy up and adjust visibility of the `ref_update` flagsLibravatar Michael Haggerty3-80/+99
2017-11-06ref_transaction_add_update(): remove a checkLibravatar Michael Haggerty2-4/+6
2017-11-06ref_transaction_update(): die on disallowed flagsLibravatar Michael Haggerty1-1/+2
2017-11-06prune_ref(): call `ref_transaction_add_update()` directlyLibravatar Michael Haggerty2-12/+17
2017-11-06files_transaction_prepare(): don't leak flags to packed transactionLibravatar Michael Haggerty1-2/+2
2017-11-06bisect: fix memory leak when returning best elementLibravatar Martin Ågren1-1/+5
2017-11-06bisect: fix off-by-one error in `best_bisection_sorted()`Libravatar Martin Ågren1-3/+4
2017-11-06bisect: fix memory leak in `find_bisection()`Libravatar Martin Ågren1-1/+3
2017-11-06bisect: change calling-convention of `find_bisection()`Libravatar Martin Ågren3-14/+17
2017-11-06config: document blame configurationLibravatar Stefan Beller1-0/+17
2017-11-04credential-libsecret: unlock locked secretsLibravatar Dennis Kaarsemaker1-1/+1
2017-11-03setup: avoid double slashes when looking for HEADLibravatar Jeff King1-1/+3
2017-11-03mailmap: use Kaartic Sivaraam's new addressLibravatar Kaartic Sivaraam1-0/+1
2017-11-03imap-send: handle missing response codes gracefullyLibravatar René Scharfe1-1/+1
2017-11-03imap-send: handle NULL return of next_arg()Libravatar René Scharfe1-1/+12
2017-11-02diff: --indent-heuristic is no longer experimentalLibravatar Carlos Martín Nieto4-9/+6
2017-11-02sequencer.c: check return value of close() in rewrite_file()Libravatar Simon Ruderich1-1/+2
2017-11-02mingw: document the standard handle redirectionLibravatar Johannes Schindelin1-0/+18
2017-11-02mingw: optionally redirect stderr/stdout via the same handleLibravatar Johannes Schindelin2-1/+22
2017-11-02mingw: add experimental feature to redirect standard handlesLibravatar Johannes Schindelin2-0/+49
2017-11-02travis-ci: don't build Git for the static analysis jobLibravatar SZEDER Gábor1-1/+1
2017-11-02travis-ci: fix running P4 and Git LFS tests in Linux build jobsLibravatar SZEDER Gábor2-6/+12
2017-11-02grep: take the read-lock when adding a submoduleLibravatar Martin Ågren1-0/+2
2017-11-02sequencer: pass absolute GIT_DIR to exec commandsLibravatar Jacob Keller2-1/+17
2017-11-01wincred: handle empty username/password correctlyLibravatar Jakub Bereżański1-2/+8
2017-11-01t0302: check helper can handle empty credentialsLibravatar Jakub Bereżański1-0/+19
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