summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-09execv_dashed_external: wait for child on signal deathLibravatar Jeff King3-0/+21
2017-01-09execv_dashed_external: stop exiting with negative codeLibravatar Jeff King1-3/+7
2017-01-09execv_dashed_external: use child_process structLibravatar Jeff King1-18/+7
2017-01-09real_path: set errno when max number of symlinks is exceededLibravatar Brandon Williams1-0/+2
2017-01-09real_path: prevent redefinition of MAXSYMLINKSLibravatar Brandon Williams1-1/+3
2017-01-09Makefile: put LIBS after LDFLAGS for imap-sendLibravatar Steven Penny1-1/+1
2017-01-09Makefile: POSIX windresLibravatar Steven Penny1-1/+1
2017-01-09t9813: avoid using pipesLibravatar Pranit Bauva1-4/+4
2017-01-09git_exec_path: do not return the result of getenv()Libravatar Jeff King1-9/+8
2017-01-08pathspec: rename prefix_pathspec to init_pathspec_itemLibravatar Brandon Williams1-17/+7
2017-01-08pathspec: small readability changesLibravatar Brandon Williams1-10/+15
2017-01-08pathspec: create strip submodule slash helpersLibravatar Brandon Williams1-26/+42
2017-01-08pathspec: create parse_element_magic helperLibravatar Brandon Williams1-17/+20
2017-01-08pathspec: create parse_long_magic functionLibravatar Brandon Williams1-35/+57
2017-01-08pathspec: create parse_short_magic functionLibravatar Brandon Williams1-18/+36
2017-01-08pathspec: factor global magic into its own functionLibravatar Brandon Williams1-49/+78
2017-01-08pathspec: simpler logic to prefix original pathspec elementsLibravatar Brandon Williams1-20/+13
2017-01-08pathspec: always show mnemonic and name in unsupported_magicLibravatar Brandon Williams1-15/+9
2017-01-08pathspec: remove unused variable from unsupported_magicLibravatar Brandon Williams1-3/+2
2017-01-08pathspec: copy and free owned memoryLibravatar Brandon Williams2-6/+21
2017-01-08pathspec: remove the deprecated get_pathspec functionLibravatar Brandon Williams4-43/+3
2017-01-08ls-tree: convert show_recursive to use the pathspec struct interfaceLibravatar Brandon Williams1-9/+7
2017-01-08dir: convert fill_directory to use the pathspec struct interfaceLibravatar Brandon Williams1-4/+8
2017-01-08dir: remove struct path_simplifyLibravatar Brandon Williams1-103/+76
2017-01-08mv: remove use of deprecated 'get_pathspec()'Libravatar Brandon Williams1-19/+31
2017-01-08git_exec_path: avoid Coverity warning about unfree()d resultLibravatar Johannes Schindelin1-1/+4
2017-01-07blame: output porcelain "previous" header for each fileLibravatar Jeff King2-9/+131
2017-01-07blame: handle --no-abbrevLibravatar Jeff King2-0/+6
2017-01-07blame: fix alignment with --abbrev=40Libravatar Jeff King2-1/+29
2017-01-07rebase--interactive: count squash commits above 10 correctlyLibravatar Jeff King1-1/+1
2017-01-07branch_get_push: do not segfault when HEAD is detachedLibravatar Kyle Meyer2-3/+9
2017-01-07archive-zip: load userdiff configLibravatar Jeff King2-4/+25
2017-01-07giteveryday: unbreak rendering with AsciiDoctorLibravatar Johannes Schindelin1-8/+9
2017-01-07mingw: add a regression test for pushing to UNC pathsLibravatar Johannes Schindelin1-0/+48
2017-01-07contrib: remove gitviewLibravatar Stefan Beller2-1362/+0
2017-01-07don't use test_must_fail with grepLibravatar Pranit Bauva10-22/+22
2017-01-07submodule.c: use GIT_DIR_ENVIRONMENT consistentlyLibravatar Stefan Beller1-1/+2
2017-01-03l10n: fixes to Catalan translationLibravatar Jordi Mas1-289/+308
2017-01-02l10n: zh_CN: review for git v2.11.0 l10nLibravatar Ray Chen1-32/+31
2017-01-02Merge branch 'master' of https://github.com/Softcatala/git-poLibravatar Jiang Xin1-2/+3
2016-12-31gitk: ru.po: Update Russian translationLibravatar Dimitriy Ryazantcev1-314/+356
2016-12-29git-p4: do not pass '-r 0' to p4 commandsLibravatar Igor Kushnir2-1/+5
2016-12-29repack: die on incremental + write-bitmap-indexLibravatar David Turner2-5/+12
2016-12-29auto gc: don't write bitmaps for incremental repacksLibravatar David Turner2-1/+33
2016-12-27rm: absorb a submodules git dir before deletionLibravatar Stefan Beller2-87/+36
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleLibravatar Stefan Beller3-14/+45
2016-12-27submodule: modernize ok_to_remove_submodule to use argv_arrayLibravatar Stefan Beller1-10/+4
2016-12-27submodule.h: add extern keyword to functionsLibravatar Stefan Beller1-25/+30
2016-12-27worktree: initialize return value for submodule_uses_worktreesLibravatar Stefan Beller1-1/+1
2016-12-27Fourth batch for 2.12Libravatar Junio C Hamano1-0/+42